@skyramp/mcp 0.0.64-rc.9 → 0.0.65
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.
- package/build/index.js +2 -0
- package/build/prompts/test-maintenance/drift-analysis-prompt.js +26 -7
- package/build/prompts/test-maintenance/driftAnalysisSections.js +96 -34
- package/build/prompts/test-maintenance/enhanceAssertionSection.js +99 -0
- package/build/prompts/test-recommendation/recommendationSections.js +24 -9
- package/build/prompts/test-recommendation/test-recommendation-prompt.js +103 -40
- package/build/prompts/test-recommendation/test-recommendation-prompt.test.js +239 -2
- package/build/prompts/testbot/testbot-prompts.js +182 -125
- package/build/services/TestDiscoveryService.js +23 -0
- package/build/services/TestExecutionService.js +1 -1
- package/build/services/TestGenerationService.js +84 -12
- package/build/services/TestGenerationService.test.js +111 -2
- package/build/tool-phase-coverage.test.js +8 -2
- package/build/tool-phases.js +11 -13
- package/build/tools/generate-tests/generateBatchScenarioRestTool.js +203 -0
- package/build/tools/generate-tests/generateContractRestTool.js +3 -73
- package/build/tools/generate-tests/generateIntegrationRestTool.js +11 -61
- package/build/tools/generate-tests/generateMockRestTool.js +1 -0
- package/build/tools/submitReportTool.js +14 -5
- package/build/tools/submitReportTool.test.js +1 -1
- package/build/tools/test-management/analyzeChangesTool.js +14 -4
- package/build/types/RepositoryAnalysis.js +3 -12
- package/build/types/TestRecommendation.js +43 -1
- package/build/types/TestTypes.js +4 -0
- package/build/utils/scenarioDrafting.js +121 -11
- package/build/utils/scenarioDrafting.test.js +266 -3
- package/node_modules/playwright/ThirdPartyNotices.txt +679 -3093
- package/node_modules/playwright/lib/mcp/skyramp/traceRecordingBackend.js +117 -11
- package/package.json +2 -2
- package/build/tools/test-recommendation/recommendTestsTool.js +0 -274
|
@@ -53,7 +53,6 @@ This project incorporates components from the projects listed below. The origina
|
|
|
53
53
|
- @babel/template@7.27.2 (https://github.com/babel/babel)
|
|
54
54
|
- @babel/traverse@7.28.0 (https://github.com/babel/babel)
|
|
55
55
|
- @babel/types@7.28.2 (https://github.com/babel/babel)
|
|
56
|
-
- @hono/node-server@1.19.10 (https://github.com/honojs/node-server)
|
|
57
56
|
- @jest/diff-sequences@30.0.1 (https://github.com/jestjs/jest)
|
|
58
57
|
- @jest/expect-utils@30.2.0 (https://github.com/jestjs/jest)
|
|
59
58
|
- @jest/get-type@30.1.0 (https://github.com/jestjs/jest)
|
|
@@ -64,7 +63,6 @@ This project incorporates components from the projects listed below. The origina
|
|
|
64
63
|
- @jridgewell/resolve-uri@3.1.1 (https://github.com/jridgewell/resolve-uri)
|
|
65
64
|
- @jridgewell/sourcemap-codec@1.5.4 (https://github.com/jridgewell/sourcemaps)
|
|
66
65
|
- @jridgewell/trace-mapping@0.3.29 (https://github.com/jridgewell/sourcemaps)
|
|
67
|
-
- @modelcontextprotocol/sdk@1.27.1 (https://github.com/modelcontextprotocol/typescript-sdk)
|
|
68
66
|
- @sinclair/typebox@0.34.41 (https://github.com/sinclairzx81/typebox)
|
|
69
67
|
- @types/debug@4.1.12 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
70
68
|
- @types/istanbul-lib-coverage@2.0.6 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
@@ -77,22 +75,15 @@ This project incorporates components from the projects listed below. The origina
|
|
|
77
75
|
- @types/unist@3.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
78
76
|
- @types/yargs-parser@21.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
79
77
|
- @types/yargs@17.0.34 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
80
|
-
- accepts@2.0.0 (https://github.com/jshttp/accepts)
|
|
81
|
-
- ajv-formats@3.0.1 (https://github.com/ajv-validator/ajv-formats)
|
|
82
|
-
- ajv@8.18.0 (https://github.com/ajv-validator/ajv)
|
|
83
78
|
- ansi-colors@4.1.3 (https://github.com/doowb/ansi-colors)
|
|
84
79
|
- ansi-styles@4.3.0 (https://github.com/chalk/ansi-styles)
|
|
85
80
|
- ansi-styles@5.2.0 (https://github.com/chalk/ansi-styles)
|
|
86
81
|
- anymatch@3.1.3 (https://github.com/micromatch/anymatch)
|
|
87
82
|
- bail@2.0.2 (https://github.com/wooorm/bail)
|
|
88
83
|
- binary-extensions@2.2.0 (https://github.com/sindresorhus/binary-extensions)
|
|
89
|
-
- body-parser@2.2.2 (https://github.com/expressjs/body-parser)
|
|
90
84
|
- braces@3.0.3 (https://github.com/micromatch/braces)
|
|
91
85
|
- browserslist@4.25.1 (https://github.com/browserslist/browserslist)
|
|
92
86
|
- buffer-from@1.1.2 (https://github.com/LinusU/buffer-from)
|
|
93
|
-
- bytes@3.1.2 (https://github.com/visionmedia/bytes.js)
|
|
94
|
-
- call-bind-apply-helpers@1.0.2 (https://github.com/ljharb/call-bind-apply-helpers)
|
|
95
|
-
- call-bound@1.0.4 (https://github.com/ljharb/call-bound)
|
|
96
87
|
- caniuse-lite@1.0.30001731 (https://github.com/browserslist/caniuse-lite)
|
|
97
88
|
- chalk@4.1.2 (https://github.com/chalk/chalk)
|
|
98
89
|
- character-entities@2.0.2 (https://github.com/wooorm/character-entities)
|
|
@@ -101,85 +92,41 @@ This project incorporates components from the projects listed below. The origina
|
|
|
101
92
|
- codemirror@5.65.18 (https://github.com/codemirror/CodeMirror)
|
|
102
93
|
- color-convert@2.0.1 (https://github.com/Qix-/color-convert)
|
|
103
94
|
- color-name@1.1.4 (https://github.com/colorjs/color-name)
|
|
104
|
-
- content-disposition@1.0.1 (https://github.com/jshttp/content-disposition)
|
|
105
|
-
- content-type@1.0.5 (https://github.com/jshttp/content-type)
|
|
106
95
|
- convert-source-map@2.0.0 (https://github.com/thlorenz/convert-source-map)
|
|
107
|
-
- cookie-signature@1.2.2 (https://github.com/visionmedia/node-cookie-signature)
|
|
108
|
-
- cookie@0.7.2 (https://github.com/jshttp/cookie)
|
|
109
|
-
- cors@2.8.5 (https://github.com/expressjs/cors)
|
|
110
|
-
- cross-spawn@7.0.6 (https://github.com/moxystudio/node-cross-spawn)
|
|
111
96
|
- debug@4.4.0 (https://github.com/debug-js/debug)
|
|
112
97
|
- debug@4.4.3 (https://github.com/debug-js/debug)
|
|
113
98
|
- decode-named-character-reference@1.2.0 (https://github.com/wooorm/decode-named-character-reference)
|
|
114
|
-
- depd@2.0.0 (https://github.com/dougwilson/nodejs-depd)
|
|
115
99
|
- dequal@2.0.3 (https://github.com/lukeed/dequal)
|
|
116
100
|
- devlop@1.1.0 (https://github.com/wooorm/devlop)
|
|
117
|
-
- dunder-proto@1.0.1 (https://github.com/es-shims/dunder-proto)
|
|
118
|
-
- ee-first@1.1.1 (https://github.com/jonathanong/ee-first)
|
|
119
101
|
- electron-to-chromium@1.5.192 (https://github.com/kilian/electron-to-chromium)
|
|
120
|
-
- encodeurl@2.0.0 (https://github.com/pillarjs/encodeurl)
|
|
121
102
|
- enquirer@2.3.6 (https://github.com/enquirer/enquirer)
|
|
122
|
-
- es-define-property@1.0.1 (https://github.com/ljharb/es-define-property)
|
|
123
|
-
- es-errors@1.3.0 (https://github.com/ljharb/es-errors)
|
|
124
|
-
- es-object-atoms@1.1.1 (https://github.com/ljharb/es-object-atoms)
|
|
125
103
|
- escalade@3.2.0 (https://github.com/lukeed/escalade)
|
|
126
|
-
- escape-html@1.0.3 (https://github.com/component/escape-html)
|
|
127
104
|
- escape-string-regexp@2.0.0 (https://github.com/sindresorhus/escape-string-regexp)
|
|
128
|
-
- etag@1.8.1 (https://github.com/jshttp/etag)
|
|
129
|
-
- eventsource-parser@3.0.3 (https://github.com/rexxars/eventsource-parser)
|
|
130
|
-
- eventsource@3.0.7 (git://git@github.com/EventSource/eventsource)
|
|
131
105
|
- expect@30.2.0 (https://github.com/jestjs/jest)
|
|
132
|
-
- express-rate-limit@8.3.1 (https://github.com/express-rate-limit/express-rate-limit)
|
|
133
|
-
- express@5.2.1 (https://github.com/expressjs/express)
|
|
134
106
|
- extend@3.0.2 (https://github.com/justmoon/node-extend)
|
|
135
|
-
- fast-deep-equal@3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
|
|
136
|
-
- fast-uri@3.1.0 (https://github.com/fastify/fast-uri)
|
|
137
107
|
- fill-range@7.1.1 (https://github.com/jonschlinkert/fill-range)
|
|
138
|
-
- finalhandler@2.1.1 (https://github.com/pillarjs/finalhandler)
|
|
139
|
-
- forwarded@0.2.0 (https://github.com/jshttp/forwarded)
|
|
140
|
-
- fresh@2.0.0 (https://github.com/jshttp/fresh)
|
|
141
|
-
- function-bind@1.1.2 (https://github.com/Raynos/function-bind)
|
|
142
108
|
- gensync@1.0.0-beta.2 (https://github.com/loganfsmyth/gensync)
|
|
143
109
|
- get-east-asian-width@1.3.0 (https://github.com/sindresorhus/get-east-asian-width)
|
|
144
|
-
- get-intrinsic@1.3.0 (https://github.com/ljharb/get-intrinsic)
|
|
145
|
-
- get-proto@1.0.1 (https://github.com/ljharb/get-proto)
|
|
146
110
|
- glob-parent@5.1.2 (https://github.com/gulpjs/glob-parent)
|
|
147
|
-
- gopd@1.2.0 (https://github.com/ljharb/gopd)
|
|
148
111
|
- graceful-fs@4.2.11 (https://github.com/isaacs/node-graceful-fs)
|
|
149
112
|
- has-flag@4.0.0 (https://github.com/sindresorhus/has-flag)
|
|
150
|
-
- has-symbols@1.1.0 (https://github.com/inspect-js/has-symbols)
|
|
151
|
-
- hasown@2.0.2 (https://github.com/inspect-js/hasOwn)
|
|
152
|
-
- hono@4.12.5 (https://github.com/honojs/hono)
|
|
153
|
-
- http-errors@2.0.1 (https://github.com/jshttp/http-errors)
|
|
154
|
-
- iconv-lite@0.7.2 (https://github.com/pillarjs/iconv-lite)
|
|
155
|
-
- inherits@2.0.4 (https://github.com/isaacs/inherits)
|
|
156
|
-
- ip-address@10.1.0 (https://github.com/beaugunderson/ip-address)
|
|
157
|
-
- ipaddr.js@1.9.1 (https://github.com/whitequark/ipaddr.js)
|
|
158
113
|
- is-binary-path@2.1.0 (https://github.com/sindresorhus/is-binary-path)
|
|
159
114
|
- is-extglob@2.1.1 (https://github.com/jonschlinkert/is-extglob)
|
|
160
115
|
- is-glob@4.0.3 (https://github.com/micromatch/is-glob)
|
|
161
116
|
- is-number@7.0.0 (https://github.com/jonschlinkert/is-number)
|
|
162
117
|
- is-plain-obj@4.1.0 (https://github.com/sindresorhus/is-plain-obj)
|
|
163
|
-
- is-promise@4.0.0 (https://github.com/then/is-promise)
|
|
164
|
-
- isexe@2.0.0 (https://github.com/isaacs/isexe)
|
|
165
118
|
- jest-diff@30.2.0 (https://github.com/jestjs/jest)
|
|
166
119
|
- jest-matcher-utils@30.2.0 (https://github.com/jestjs/jest)
|
|
167
120
|
- jest-message-util@30.2.0 (https://github.com/jestjs/jest)
|
|
168
121
|
- jest-mock@30.2.0 (https://github.com/jestjs/jest)
|
|
169
122
|
- jest-regex-util@30.0.1 (https://github.com/jestjs/jest)
|
|
170
123
|
- jest-util@30.2.0 (https://github.com/jestjs/jest)
|
|
171
|
-
- jose@6.1.3 (https://github.com/panva/jose)
|
|
172
124
|
- js-tokens@4.0.0 (https://github.com/lydell/js-tokens)
|
|
173
125
|
- jsesc@3.1.0 (https://github.com/mathiasbynens/jsesc)
|
|
174
|
-
- json-schema-traverse@1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
|
|
175
|
-
- json-schema-typed@8.0.2 (https://github.com/RemyRylan/json-schema-typed)
|
|
176
126
|
- json5@2.2.3 (https://github.com/json5/json5)
|
|
177
127
|
- lru-cache@5.1.1 (https://github.com/isaacs/node-lru-cache)
|
|
178
|
-
- math-intrinsics@1.1.0 (https://github.com/es-shims/math-intrinsics)
|
|
179
128
|
- mdast-util-from-markdown@2.0.2 (https://github.com/syntax-tree/mdast-util-from-markdown)
|
|
180
129
|
- mdast-util-to-string@4.0.0 (https://github.com/syntax-tree/mdast-util-to-string)
|
|
181
|
-
- media-typer@1.1.0 (https://github.com/jshttp/media-typer)
|
|
182
|
-
- merge-descriptors@2.0.0 (https://github.com/sindresorhus/merge-descriptors)
|
|
183
130
|
- micromark-core-commonmark@2.0.3 (https://github.com/micromark/micromark/tree/main/packages/micromark-core-commonmark)
|
|
184
131
|
- micromark-factory-destination@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-destination)
|
|
185
132
|
- micromark-factory-label@2.0.1 (https://github.com/micromark/micromark/tree/main/packages/micromark-factory-label)
|
|
@@ -202,68 +149,32 @@ This project incorporates components from the projects listed below. The origina
|
|
|
202
149
|
- micromark-util-types@2.0.2 (https://github.com/micromark/micromark/tree/main/packages/micromark-util-types)
|
|
203
150
|
- micromark@4.0.2 (https://github.com/micromark/micromark/tree/main/packages/micromark)
|
|
204
151
|
- micromatch@4.0.8 (https://github.com/micromatch/micromatch)
|
|
205
|
-
- mime-db@1.54.0 (https://github.com/jshttp/mime-db)
|
|
206
|
-
- mime-types@3.0.2 (https://github.com/jshttp/mime-types)
|
|
207
152
|
- ms@2.1.3 (https://github.com/vercel/ms)
|
|
208
|
-
- negotiator@1.0.0 (https://github.com/jshttp/negotiator)
|
|
209
153
|
- node-releases@2.0.19 (https://github.com/chicoxyzzy/node-releases)
|
|
210
154
|
- normalize-path@3.0.0 (https://github.com/jonschlinkert/normalize-path)
|
|
211
|
-
- object-assign@4.1.1 (https://github.com/sindresorhus/object-assign)
|
|
212
|
-
- object-inspect@1.13.4 (https://github.com/inspect-js/object-inspect)
|
|
213
|
-
- on-finished@2.4.1 (https://github.com/jshttp/on-finished)
|
|
214
|
-
- once@1.4.0 (https://github.com/isaacs/once)
|
|
215
|
-
- parseurl@1.3.3 (https://github.com/pillarjs/parseurl)
|
|
216
|
-
- path-key@3.1.1 (https://github.com/sindresorhus/path-key)
|
|
217
|
-
- path-to-regexp@8.3.0 (https://github.com/pillarjs/path-to-regexp)
|
|
218
155
|
- picocolors@1.1.1 (https://github.com/alexeyraspopov/picocolors)
|
|
219
156
|
- picomatch@2.3.1 (https://github.com/micromatch/picomatch)
|
|
220
157
|
- picomatch@4.0.3 (https://github.com/micromatch/picomatch)
|
|
221
|
-
- pkce-challenge@5.0.0 (https://github.com/crouchcd/pkce-challenge)
|
|
222
158
|
- pretty-format@30.2.0 (https://github.com/jestjs/jest)
|
|
223
|
-
- proxy-addr@2.0.7 (https://github.com/jshttp/proxy-addr)
|
|
224
|
-
- qs@6.15.0 (https://github.com/ljharb/qs)
|
|
225
|
-
- range-parser@1.2.1 (https://github.com/jshttp/range-parser)
|
|
226
|
-
- raw-body@3.0.2 (https://github.com/stream-utils/raw-body)
|
|
227
159
|
- react-is@18.3.1 (https://github.com/facebook/react)
|
|
228
160
|
- readdirp@3.6.0 (https://github.com/paulmillr/readdirp)
|
|
229
161
|
- remark-parse@11.0.0 (https://github.com/remarkjs/remark/tree/main/packages/remark-parse)
|
|
230
|
-
- require-from-string@2.0.2 (https://github.com/floatdrop/require-from-string)
|
|
231
|
-
- router@2.2.0 (https://github.com/pillarjs/router)
|
|
232
|
-
- safer-buffer@2.1.2 (https://github.com/ChALkeR/safer-buffer)
|
|
233
162
|
- semver@6.3.1 (https://github.com/npm/node-semver)
|
|
234
|
-
- send@1.2.1 (https://github.com/pillarjs/send)
|
|
235
|
-
- serve-static@2.2.1 (https://github.com/expressjs/serve-static)
|
|
236
|
-
- setprototypeof@1.2.0 (https://github.com/wesleytodd/setprototypeof)
|
|
237
|
-
- shebang-command@2.0.0 (https://github.com/kevva/shebang-command)
|
|
238
|
-
- shebang-regex@3.0.0 (https://github.com/sindresorhus/shebang-regex)
|
|
239
|
-
- side-channel-list@1.0.0 (https://github.com/ljharb/side-channel-list)
|
|
240
|
-
- side-channel-map@1.0.1 (https://github.com/ljharb/side-channel-map)
|
|
241
|
-
- side-channel-weakmap@1.0.2 (https://github.com/ljharb/side-channel-weakmap)
|
|
242
|
-
- side-channel@1.1.0 (https://github.com/ljharb/side-channel)
|
|
243
163
|
- slash@3.0.0 (https://github.com/sindresorhus/slash)
|
|
244
164
|
- source-map-support@0.5.21 (https://github.com/evanw/node-source-map-support)
|
|
245
165
|
- source-map@0.6.1 (https://github.com/mozilla/source-map)
|
|
246
166
|
- stack-utils@2.0.6 (https://github.com/tapjs/stack-utils)
|
|
247
|
-
- statuses@2.0.2 (https://github.com/jshttp/statuses)
|
|
248
167
|
- stoppable@1.1.0 (https://github.com/hunterloftis/stoppable)
|
|
249
168
|
- supports-color@7.2.0 (https://github.com/chalk/supports-color)
|
|
250
169
|
- to-regex-range@5.0.1 (https://github.com/micromatch/to-regex-range)
|
|
251
|
-
- toidentifier@1.0.1 (https://github.com/component/toidentifier)
|
|
252
170
|
- trough@2.2.0 (https://github.com/wooorm/trough)
|
|
253
|
-
- type-is@2.0.1 (https://github.com/jshttp/type-is)
|
|
254
171
|
- undici-types@7.16.0 (https://github.com/nodejs/undici)
|
|
255
172
|
- unified@11.0.5 (https://github.com/unifiedjs/unified)
|
|
256
173
|
- unist-util-stringify-position@4.0.0 (https://github.com/syntax-tree/unist-util-stringify-position)
|
|
257
|
-
- unpipe@1.0.0 (https://github.com/stream-utils/unpipe)
|
|
258
174
|
- update-browserslist-db@1.1.3 (https://github.com/browserslist/update-db)
|
|
259
|
-
- vary@1.1.2 (https://github.com/jshttp/vary)
|
|
260
175
|
- vfile-message@4.0.3 (https://github.com/vfile/vfile-message)
|
|
261
176
|
- vfile@6.0.3 (https://github.com/vfile/vfile)
|
|
262
|
-
- which@2.0.2 (https://github.com/isaacs/node-which)
|
|
263
|
-
- wrappy@1.0.2 (https://github.com/npm/wrappy)
|
|
264
177
|
- yallist@3.1.1 (https://github.com/isaacs/yallist)
|
|
265
|
-
- zod-to-json-schema@3.25.1 (https://github.com/StefanTerdell/zod-to-json-schema)
|
|
266
|
-
- zod@3.25.76 (https://github.com/colinhacks/zod)
|
|
267
178
|
|
|
268
179
|
%% @ampproject/remapping@2.2.1 NOTICES AND INFORMATION BEGIN HERE
|
|
269
180
|
=========================================
|
|
@@ -1765,32 +1676,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1765
1676
|
=========================================
|
|
1766
1677
|
END OF @babel/types@7.28.2 AND INFORMATION
|
|
1767
1678
|
|
|
1768
|
-
%% @hono/node-server@1.19.10 NOTICES AND INFORMATION BEGIN HERE
|
|
1769
|
-
=========================================
|
|
1770
|
-
MIT License
|
|
1771
|
-
|
|
1772
|
-
Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
|
|
1773
|
-
|
|
1774
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1775
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1776
|
-
in the Software without restriction, including without limitation the rights
|
|
1777
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1778
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1779
|
-
furnished to do so, subject to the following conditions:
|
|
1780
|
-
|
|
1781
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1782
|
-
copies or substantial portions of the Software.
|
|
1783
|
-
|
|
1784
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1785
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1786
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1787
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1788
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1789
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1790
|
-
SOFTWARE.
|
|
1791
|
-
=========================================
|
|
1792
|
-
END OF @hono/node-server@1.19.10 AND INFORMATION
|
|
1793
|
-
|
|
1794
1679
|
%% @jest/diff-sequences@30.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
1795
1680
|
=========================================
|
|
1796
1681
|
MIT License
|
|
@@ -2049,32 +1934,6 @@ SOFTWARE.
|
|
|
2049
1934
|
=========================================
|
|
2050
1935
|
END OF @jridgewell/trace-mapping@0.3.29 AND INFORMATION
|
|
2051
1936
|
|
|
2052
|
-
%% @modelcontextprotocol/sdk@1.27.1 NOTICES AND INFORMATION BEGIN HERE
|
|
2053
|
-
=========================================
|
|
2054
|
-
MIT License
|
|
2055
|
-
|
|
2056
|
-
Copyright (c) 2024 Anthropic, PBC
|
|
2057
|
-
|
|
2058
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2059
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2060
|
-
in the Software without restriction, including without limitation the rights
|
|
2061
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2062
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2063
|
-
furnished to do so, subject to the following conditions:
|
|
2064
|
-
|
|
2065
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2066
|
-
copies or substantial portions of the Software.
|
|
2067
|
-
|
|
2068
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2069
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2070
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2071
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2072
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2073
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2074
|
-
SOFTWARE.
|
|
2075
|
-
=========================================
|
|
2076
|
-
END OF @modelcontextprotocol/sdk@1.27.1 AND INFORMATION
|
|
2077
|
-
|
|
2078
1937
|
%% @sinclair/typebox@0.34.41 NOTICES AND INFORMATION BEGIN HERE
|
|
2079
1938
|
=========================================
|
|
2080
1939
|
TypeBox
|
|
@@ -2391,86 +2250,6 @@ MIT License
|
|
|
2391
2250
|
=========================================
|
|
2392
2251
|
END OF @types/yargs@17.0.34 AND INFORMATION
|
|
2393
2252
|
|
|
2394
|
-
%% accepts@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
2395
|
-
=========================================
|
|
2396
|
-
(The MIT License)
|
|
2397
|
-
|
|
2398
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
2399
|
-
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
2400
|
-
|
|
2401
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
2402
|
-
a copy of this software and associated documentation files (the
|
|
2403
|
-
'Software'), to deal in the Software without restriction, including
|
|
2404
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
2405
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
2406
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
2407
|
-
the following conditions:
|
|
2408
|
-
|
|
2409
|
-
The above copyright notice and this permission notice shall be
|
|
2410
|
-
included in all copies or substantial portions of the Software.
|
|
2411
|
-
|
|
2412
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2413
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2414
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2415
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2416
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2417
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2418
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2419
|
-
=========================================
|
|
2420
|
-
END OF accepts@2.0.0 AND INFORMATION
|
|
2421
|
-
|
|
2422
|
-
%% ajv-formats@3.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
2423
|
-
=========================================
|
|
2424
|
-
MIT License
|
|
2425
|
-
|
|
2426
|
-
Copyright (c) 2020 Evgeny Poberezkin
|
|
2427
|
-
|
|
2428
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2429
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2430
|
-
in the Software without restriction, including without limitation the rights
|
|
2431
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2432
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2433
|
-
furnished to do so, subject to the following conditions:
|
|
2434
|
-
|
|
2435
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2436
|
-
copies or substantial portions of the Software.
|
|
2437
|
-
|
|
2438
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2439
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2440
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2441
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2442
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2443
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2444
|
-
SOFTWARE.
|
|
2445
|
-
=========================================
|
|
2446
|
-
END OF ajv-formats@3.0.1 AND INFORMATION
|
|
2447
|
-
|
|
2448
|
-
%% ajv@8.18.0 NOTICES AND INFORMATION BEGIN HERE
|
|
2449
|
-
=========================================
|
|
2450
|
-
The MIT License (MIT)
|
|
2451
|
-
|
|
2452
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2453
|
-
|
|
2454
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2455
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2456
|
-
in the Software without restriction, including without limitation the rights
|
|
2457
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2458
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2459
|
-
furnished to do so, subject to the following conditions:
|
|
2460
|
-
|
|
2461
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2462
|
-
copies or substantial portions of the Software.
|
|
2463
|
-
|
|
2464
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2465
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2466
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2467
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2468
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2469
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2470
|
-
SOFTWARE.
|
|
2471
|
-
=========================================
|
|
2472
|
-
END OF ajv@8.18.0 AND INFORMATION
|
|
2473
|
-
|
|
2474
2253
|
%% ansi-colors@4.1.3 NOTICES AND INFORMATION BEGIN HERE
|
|
2475
2254
|
=========================================
|
|
2476
2255
|
The MIT License (MIT)
|
|
@@ -2586,34 +2365,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2586
2365
|
=========================================
|
|
2587
2366
|
END OF binary-extensions@2.2.0 AND INFORMATION
|
|
2588
2367
|
|
|
2589
|
-
%% body-parser@2.2.2 NOTICES AND INFORMATION BEGIN HERE
|
|
2590
|
-
=========================================
|
|
2591
|
-
(The MIT License)
|
|
2592
|
-
|
|
2593
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
2594
|
-
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
2595
|
-
|
|
2596
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
2597
|
-
a copy of this software and associated documentation files (the
|
|
2598
|
-
'Software'), to deal in the Software without restriction, including
|
|
2599
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
2600
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
2601
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
2602
|
-
the following conditions:
|
|
2603
|
-
|
|
2604
|
-
The above copyright notice and this permission notice shall be
|
|
2605
|
-
included in all copies or substantial portions of the Software.
|
|
2606
|
-
|
|
2607
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2608
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2609
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2610
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2611
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2612
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2613
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2614
|
-
=========================================
|
|
2615
|
-
END OF body-parser@2.2.2 AND INFORMATION
|
|
2616
|
-
|
|
2617
2368
|
%% braces@3.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
2618
2369
|
=========================================
|
|
2619
2370
|
The MIT License (MIT)
|
|
@@ -2691,86 +2442,6 @@ SOFTWARE.
|
|
|
2691
2442
|
=========================================
|
|
2692
2443
|
END OF buffer-from@1.1.2 AND INFORMATION
|
|
2693
2444
|
|
|
2694
|
-
%% bytes@3.1.2 NOTICES AND INFORMATION BEGIN HERE
|
|
2695
|
-
=========================================
|
|
2696
|
-
(The MIT License)
|
|
2697
|
-
|
|
2698
|
-
Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
2699
|
-
Copyright (c) 2015 Jed Watson <jed.watson@me.com>
|
|
2700
|
-
|
|
2701
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
2702
|
-
a copy of this software and associated documentation files (the
|
|
2703
|
-
'Software'), to deal in the Software without restriction, including
|
|
2704
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
2705
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
2706
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
2707
|
-
the following conditions:
|
|
2708
|
-
|
|
2709
|
-
The above copyright notice and this permission notice shall be
|
|
2710
|
-
included in all copies or substantial portions of the Software.
|
|
2711
|
-
|
|
2712
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2713
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2714
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2715
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2716
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2717
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2718
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2719
|
-
=========================================
|
|
2720
|
-
END OF bytes@3.1.2 AND INFORMATION
|
|
2721
|
-
|
|
2722
|
-
%% call-bind-apply-helpers@1.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
2723
|
-
=========================================
|
|
2724
|
-
MIT License
|
|
2725
|
-
|
|
2726
|
-
Copyright (c) 2024 Jordan Harband
|
|
2727
|
-
|
|
2728
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2729
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2730
|
-
in the Software without restriction, including without limitation the rights
|
|
2731
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2732
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2733
|
-
furnished to do so, subject to the following conditions:
|
|
2734
|
-
|
|
2735
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2736
|
-
copies or substantial portions of the Software.
|
|
2737
|
-
|
|
2738
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2739
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2740
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2741
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2742
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2743
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2744
|
-
SOFTWARE.
|
|
2745
|
-
=========================================
|
|
2746
|
-
END OF call-bind-apply-helpers@1.0.2 AND INFORMATION
|
|
2747
|
-
|
|
2748
|
-
%% call-bound@1.0.4 NOTICES AND INFORMATION BEGIN HERE
|
|
2749
|
-
=========================================
|
|
2750
|
-
MIT License
|
|
2751
|
-
|
|
2752
|
-
Copyright (c) 2024 Jordan Harband
|
|
2753
|
-
|
|
2754
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2755
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2756
|
-
in the Software without restriction, including without limitation the rights
|
|
2757
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2758
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2759
|
-
furnished to do so, subject to the following conditions:
|
|
2760
|
-
|
|
2761
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2762
|
-
copies or substantial portions of the Software.
|
|
2763
|
-
|
|
2764
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2765
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2766
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2767
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2768
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2769
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2770
|
-
SOFTWARE.
|
|
2771
|
-
=========================================
|
|
2772
|
-
END OF call-bound@1.0.4 AND INFORMATION
|
|
2773
|
-
|
|
2774
2445
|
%% caniuse-lite@1.0.30001731 NOTICES AND INFORMATION BEGIN HERE
|
|
2775
2446
|
=========================================
|
|
2776
2447
|
Attribution 4.0 International
|
|
@@ -3328,202 +2999,40 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3328
2999
|
=========================================
|
|
3329
3000
|
END OF color-name@1.1.4 AND INFORMATION
|
|
3330
3001
|
|
|
3331
|
-
%%
|
|
3002
|
+
%% convert-source-map@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3332
3003
|
=========================================
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
3004
|
+
Copyright 2013 Thorsten Lorenz.
|
|
3005
|
+
All rights reserved.
|
|
3336
3006
|
|
|
3337
|
-
Permission is hereby granted, free of charge, to any person
|
|
3338
|
-
a copy of this software and associated documentation
|
|
3339
|
-
|
|
3340
|
-
without limitation the rights to use,
|
|
3341
|
-
distribute, sublicense, and/or sell
|
|
3342
|
-
|
|
3343
|
-
the following
|
|
3007
|
+
Permission is hereby granted, free of charge, to any person
|
|
3008
|
+
obtaining a copy of this software and associated documentation
|
|
3009
|
+
files (the "Software"), to deal in the Software without
|
|
3010
|
+
restriction, including without limitation the rights to use,
|
|
3011
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3012
|
+
copies of the Software, and to permit persons to whom the
|
|
3013
|
+
Software is furnished to do so, subject to the following
|
|
3014
|
+
conditions:
|
|
3344
3015
|
|
|
3345
3016
|
The above copyright notice and this permission notice shall be
|
|
3346
3017
|
included in all copies or substantial portions of the Software.
|
|
3347
3018
|
|
|
3348
|
-
THE SOFTWARE IS PROVIDED
|
|
3349
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3350
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3351
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3352
|
-
CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3353
|
-
|
|
3354
|
-
|
|
3019
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3020
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3021
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3022
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3023
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3024
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3025
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3026
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
3355
3027
|
=========================================
|
|
3356
|
-
END OF
|
|
3028
|
+
END OF convert-source-map@2.0.0 AND INFORMATION
|
|
3357
3029
|
|
|
3358
|
-
%%
|
|
3030
|
+
%% debug@4.4.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3359
3031
|
=========================================
|
|
3360
3032
|
(The MIT License)
|
|
3361
3033
|
|
|
3362
|
-
Copyright (c)
|
|
3363
|
-
|
|
3364
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3365
|
-
a copy of this software and associated documentation files (the
|
|
3366
|
-
'Software'), to deal in the Software without restriction, including
|
|
3367
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3368
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3369
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3370
|
-
the following conditions:
|
|
3371
|
-
|
|
3372
|
-
The above copyright notice and this permission notice shall be
|
|
3373
|
-
included in all copies or substantial portions of the Software.
|
|
3374
|
-
|
|
3375
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3376
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3377
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3378
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3379
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3380
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3381
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3382
|
-
=========================================
|
|
3383
|
-
END OF content-type@1.0.5 AND INFORMATION
|
|
3384
|
-
|
|
3385
|
-
%% convert-source-map@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3386
|
-
=========================================
|
|
3387
|
-
Copyright 2013 Thorsten Lorenz.
|
|
3388
|
-
All rights reserved.
|
|
3389
|
-
|
|
3390
|
-
Permission is hereby granted, free of charge, to any person
|
|
3391
|
-
obtaining a copy of this software and associated documentation
|
|
3392
|
-
files (the "Software"), to deal in the Software without
|
|
3393
|
-
restriction, including without limitation the rights to use,
|
|
3394
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3395
|
-
copies of the Software, and to permit persons to whom the
|
|
3396
|
-
Software is furnished to do so, subject to the following
|
|
3397
|
-
conditions:
|
|
3398
|
-
|
|
3399
|
-
The above copyright notice and this permission notice shall be
|
|
3400
|
-
included in all copies or substantial portions of the Software.
|
|
3401
|
-
|
|
3402
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3403
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3404
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3405
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3406
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3407
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3408
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3409
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
3410
|
-
=========================================
|
|
3411
|
-
END OF convert-source-map@2.0.0 AND INFORMATION
|
|
3412
|
-
|
|
3413
|
-
%% cookie-signature@1.2.2 NOTICES AND INFORMATION BEGIN HERE
|
|
3414
|
-
=========================================
|
|
3415
|
-
(The MIT License)
|
|
3416
|
-
|
|
3417
|
-
Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
|
|
3418
|
-
|
|
3419
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3420
|
-
a copy of this software and associated documentation files (the
|
|
3421
|
-
'Software'), to deal in the Software without restriction, including
|
|
3422
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3423
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3424
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3425
|
-
the following conditions:
|
|
3426
|
-
|
|
3427
|
-
The above copyright notice and this permission notice shall be
|
|
3428
|
-
included in all copies or substantial portions of the Software.
|
|
3429
|
-
|
|
3430
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3431
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3432
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3433
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3434
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3435
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3436
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3437
|
-
=========================================
|
|
3438
|
-
END OF cookie-signature@1.2.2 AND INFORMATION
|
|
3439
|
-
|
|
3440
|
-
%% cookie@0.7.2 NOTICES AND INFORMATION BEGIN HERE
|
|
3441
|
-
=========================================
|
|
3442
|
-
(The MIT License)
|
|
3443
|
-
|
|
3444
|
-
Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
|
|
3445
|
-
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3446
|
-
|
|
3447
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3448
|
-
a copy of this software and associated documentation files (the
|
|
3449
|
-
'Software'), to deal in the Software without restriction, including
|
|
3450
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3451
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3452
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3453
|
-
the following conditions:
|
|
3454
|
-
|
|
3455
|
-
The above copyright notice and this permission notice shall be
|
|
3456
|
-
included in all copies or substantial portions of the Software.
|
|
3457
|
-
|
|
3458
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3459
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3460
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3461
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3462
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3463
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3464
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3465
|
-
=========================================
|
|
3466
|
-
END OF cookie@0.7.2 AND INFORMATION
|
|
3467
|
-
|
|
3468
|
-
%% cors@2.8.5 NOTICES AND INFORMATION BEGIN HERE
|
|
3469
|
-
=========================================
|
|
3470
|
-
(The MIT License)
|
|
3471
|
-
|
|
3472
|
-
Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
|
|
3473
|
-
|
|
3474
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3475
|
-
a copy of this software and associated documentation files (the
|
|
3476
|
-
'Software'), to deal in the Software without restriction, including
|
|
3477
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3478
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3479
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3480
|
-
the following conditions:
|
|
3481
|
-
|
|
3482
|
-
The above copyright notice and this permission notice shall be
|
|
3483
|
-
included in all copies or substantial portions of the Software.
|
|
3484
|
-
|
|
3485
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3486
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3487
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3488
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3489
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3490
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3491
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3492
|
-
=========================================
|
|
3493
|
-
END OF cors@2.8.5 AND INFORMATION
|
|
3494
|
-
|
|
3495
|
-
%% cross-spawn@7.0.6 NOTICES AND INFORMATION BEGIN HERE
|
|
3496
|
-
=========================================
|
|
3497
|
-
The MIT License (MIT)
|
|
3498
|
-
|
|
3499
|
-
Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
3500
|
-
|
|
3501
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3502
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3503
|
-
in the Software without restriction, including without limitation the rights
|
|
3504
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3505
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3506
|
-
furnished to do so, subject to the following conditions:
|
|
3507
|
-
|
|
3508
|
-
The above copyright notice and this permission notice shall be included in
|
|
3509
|
-
all copies or substantial portions of the Software.
|
|
3510
|
-
|
|
3511
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3512
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3513
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3514
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3515
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3516
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3517
|
-
THE SOFTWARE.
|
|
3518
|
-
=========================================
|
|
3519
|
-
END OF cross-spawn@7.0.6 AND INFORMATION
|
|
3520
|
-
|
|
3521
|
-
%% debug@4.4.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3522
|
-
=========================================
|
|
3523
|
-
(The MIT License)
|
|
3524
|
-
|
|
3525
|
-
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
3526
|
-
Copyright (c) 2018-2021 Josh Junon
|
|
3034
|
+
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
3035
|
+
Copyright (c) 2018-2021 Josh Junon
|
|
3527
3036
|
|
|
3528
3037
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
3529
3038
|
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
@@ -3593,33 +3102,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3593
3102
|
=========================================
|
|
3594
3103
|
END OF decode-named-character-reference@1.2.0 AND INFORMATION
|
|
3595
3104
|
|
|
3596
|
-
%% depd@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3597
|
-
=========================================
|
|
3598
|
-
(The MIT License)
|
|
3599
|
-
|
|
3600
|
-
Copyright (c) 2014-2018 Douglas Christopher Wilson
|
|
3601
|
-
|
|
3602
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3603
|
-
a copy of this software and associated documentation files (the
|
|
3604
|
-
'Software'), to deal in the Software without restriction, including
|
|
3605
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3606
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3607
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3608
|
-
the following conditions:
|
|
3609
|
-
|
|
3610
|
-
The above copyright notice and this permission notice shall be
|
|
3611
|
-
included in all copies or substantial portions of the Software.
|
|
3612
|
-
|
|
3613
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3614
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3615
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3616
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3617
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3618
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3619
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3620
|
-
=========================================
|
|
3621
|
-
END OF depd@2.0.0 AND INFORMATION
|
|
3622
|
-
|
|
3623
3105
|
%% dequal@2.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
3624
3106
|
=========================================
|
|
3625
3107
|
The MIT License (MIT)
|
|
@@ -3673,37 +3155,21 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3673
3155
|
=========================================
|
|
3674
3156
|
END OF devlop@1.1.0 AND INFORMATION
|
|
3675
3157
|
|
|
3676
|
-
%%
|
|
3158
|
+
%% electron-to-chromium@1.5.192 NOTICES AND INFORMATION BEGIN HERE
|
|
3677
3159
|
=========================================
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
Copyright (c) 2024 ECMAScript Shims
|
|
3681
|
-
|
|
3682
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3683
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3684
|
-
in the Software without restriction, including without limitation the rights
|
|
3685
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3686
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3687
|
-
furnished to do so, subject to the following conditions:
|
|
3160
|
+
Copyright 2018 Kilian Valkhof
|
|
3688
3161
|
|
|
3689
|
-
|
|
3690
|
-
copies or substantial portions of the Software.
|
|
3162
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
3691
3163
|
|
|
3692
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
3693
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3694
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3695
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3696
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3697
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3698
|
-
SOFTWARE.
|
|
3164
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3699
3165
|
=========================================
|
|
3700
|
-
END OF
|
|
3166
|
+
END OF electron-to-chromium@1.5.192 AND INFORMATION
|
|
3701
3167
|
|
|
3702
|
-
%%
|
|
3168
|
+
%% enquirer@2.3.6 NOTICES AND INFORMATION BEGIN HERE
|
|
3703
3169
|
=========================================
|
|
3704
3170
|
The MIT License (MIT)
|
|
3705
3171
|
|
|
3706
|
-
Copyright (c)
|
|
3172
|
+
Copyright (c) 2016-present, Jon Schlinkert.
|
|
3707
3173
|
|
|
3708
3174
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3709
3175
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3723,76 +3189,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3723
3189
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3724
3190
|
THE SOFTWARE.
|
|
3725
3191
|
=========================================
|
|
3726
|
-
END OF
|
|
3727
|
-
|
|
3728
|
-
%% electron-to-chromium@1.5.192 NOTICES AND INFORMATION BEGIN HERE
|
|
3729
|
-
=========================================
|
|
3730
|
-
Copyright 2018 Kilian Valkhof
|
|
3731
|
-
|
|
3732
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
3733
|
-
|
|
3734
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3735
|
-
=========================================
|
|
3736
|
-
END OF electron-to-chromium@1.5.192 AND INFORMATION
|
|
3192
|
+
END OF enquirer@2.3.6 AND INFORMATION
|
|
3737
3193
|
|
|
3738
|
-
%%
|
|
3194
|
+
%% escalade@3.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3739
3195
|
=========================================
|
|
3740
|
-
|
|
3196
|
+
MIT License
|
|
3741
3197
|
|
|
3742
|
-
Copyright (c)
|
|
3198
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
3743
3199
|
|
|
3744
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3745
|
-
a copy of this software and associated documentation files (the
|
|
3746
|
-
'Software'), to deal in the Software without restriction, including
|
|
3747
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3748
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3749
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3750
|
-
the following conditions:
|
|
3200
|
+
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:
|
|
3751
3201
|
|
|
3752
|
-
The above copyright notice and this permission notice shall be
|
|
3753
|
-
included in all copies or substantial portions of the Software.
|
|
3202
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3754
3203
|
|
|
3755
|
-
THE SOFTWARE IS PROVIDED
|
|
3756
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3757
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3758
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3759
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3760
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3761
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3204
|
+
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.
|
|
3762
3205
|
=========================================
|
|
3763
|
-
END OF
|
|
3206
|
+
END OF escalade@3.2.0 AND INFORMATION
|
|
3764
3207
|
|
|
3765
|
-
%%
|
|
3208
|
+
%% escape-string-regexp@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3766
3209
|
=========================================
|
|
3767
|
-
|
|
3210
|
+
MIT License
|
|
3768
3211
|
|
|
3769
|
-
Copyright (c)
|
|
3212
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3770
3213
|
|
|
3771
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3772
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3773
|
-
in the Software without restriction, including without limitation the rights
|
|
3774
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3775
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3776
|
-
furnished to do so, subject to the following conditions:
|
|
3214
|
+
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:
|
|
3777
3215
|
|
|
3778
|
-
The above copyright notice and this permission notice shall be included in
|
|
3779
|
-
all copies or substantial portions of the Software.
|
|
3216
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3780
3217
|
|
|
3781
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3782
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3783
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3784
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3785
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3786
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3787
|
-
THE SOFTWARE.
|
|
3218
|
+
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.
|
|
3788
3219
|
=========================================
|
|
3789
|
-
END OF
|
|
3220
|
+
END OF escape-string-regexp@2.0.0 AND INFORMATION
|
|
3790
3221
|
|
|
3791
|
-
%%
|
|
3222
|
+
%% expect@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3792
3223
|
=========================================
|
|
3793
3224
|
MIT License
|
|
3794
3225
|
|
|
3795
|
-
Copyright (c)
|
|
3226
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3227
|
+
Copyright Contributors to the Jest project.
|
|
3796
3228
|
|
|
3797
3229
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3798
3230
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3812,39 +3244,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3812
3244
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3813
3245
|
SOFTWARE.
|
|
3814
3246
|
=========================================
|
|
3815
|
-
END OF
|
|
3247
|
+
END OF expect@30.2.0 AND INFORMATION
|
|
3816
3248
|
|
|
3817
|
-
%%
|
|
3249
|
+
%% extend@3.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
3818
3250
|
=========================================
|
|
3819
|
-
MIT License
|
|
3251
|
+
The MIT License (MIT)
|
|
3820
3252
|
|
|
3821
|
-
Copyright (c)
|
|
3253
|
+
Copyright (c) 2014 Stefan Thomas
|
|
3822
3254
|
|
|
3823
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3824
|
-
of this software and associated documentation files (the
|
|
3825
|
-
in the Software without restriction, including
|
|
3826
|
-
to use, copy, modify, merge, publish,
|
|
3827
|
-
copies of the Software, and to
|
|
3828
|
-
furnished to do so, subject to
|
|
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:
|
|
3829
3262
|
|
|
3830
|
-
The above copyright notice and this permission notice shall be
|
|
3831
|
-
copies or substantial portions of the Software.
|
|
3263
|
+
The above copyright notice and this permission notice shall be
|
|
3264
|
+
included in all copies or substantial portions of the Software.
|
|
3832
3265
|
|
|
3833
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3834
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3835
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
SOFTWARE.
|
|
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.
|
|
3840
3273
|
=========================================
|
|
3841
|
-
END OF
|
|
3274
|
+
END OF extend@3.0.2 AND INFORMATION
|
|
3842
3275
|
|
|
3843
|
-
%%
|
|
3276
|
+
%% fill-range@7.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
3844
3277
|
=========================================
|
|
3845
|
-
MIT License
|
|
3278
|
+
The MIT License (MIT)
|
|
3846
3279
|
|
|
3847
|
-
Copyright (c)
|
|
3280
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
3848
3281
|
|
|
3849
3282
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3850
3283
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3853,24 +3286,36 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3853
3286
|
copies of the Software, and to permit persons to whom the Software is
|
|
3854
3287
|
furnished to do so, subject to the following conditions:
|
|
3855
3288
|
|
|
3856
|
-
The above copyright notice and this permission notice shall be included in
|
|
3857
|
-
copies or substantial portions of the Software.
|
|
3289
|
+
The above copyright notice and this permission notice shall be included in
|
|
3290
|
+
all copies or substantial portions of the Software.
|
|
3858
3291
|
|
|
3859
3292
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3860
3293
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3861
3294
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3862
3295
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3863
3296
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3864
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3865
|
-
SOFTWARE.
|
|
3297
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3298
|
+
THE SOFTWARE.
|
|
3866
3299
|
=========================================
|
|
3867
|
-
END OF
|
|
3300
|
+
END OF fill-range@7.1.1 AND INFORMATION
|
|
3868
3301
|
|
|
3869
|
-
%%
|
|
3302
|
+
%% gensync@1.0.0-beta.2 NOTICES AND INFORMATION BEGIN HERE
|
|
3303
|
+
=========================================
|
|
3304
|
+
Copyright 2018 Logan Smyth <loganfsmyth@gmail.com>
|
|
3305
|
+
|
|
3306
|
+
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:
|
|
3307
|
+
|
|
3308
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3309
|
+
|
|
3310
|
+
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.
|
|
3311
|
+
=========================================
|
|
3312
|
+
END OF gensync@1.0.0-beta.2 AND INFORMATION
|
|
3313
|
+
|
|
3314
|
+
%% get-east-asian-width@1.3.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3870
3315
|
=========================================
|
|
3871
3316
|
MIT License
|
|
3872
3317
|
|
|
3873
|
-
Copyright (c)
|
|
3318
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3874
3319
|
|
|
3875
3320
|
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:
|
|
3876
3321
|
|
|
@@ -3878,38 +3323,49 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3878
3323
|
|
|
3879
3324
|
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.
|
|
3880
3325
|
=========================================
|
|
3881
|
-
END OF
|
|
3326
|
+
END OF get-east-asian-width@1.3.0 AND INFORMATION
|
|
3882
3327
|
|
|
3883
|
-
%%
|
|
3328
|
+
%% glob-parent@5.1.2 NOTICES AND INFORMATION BEGIN HERE
|
|
3884
3329
|
=========================================
|
|
3885
|
-
|
|
3330
|
+
The ISC License
|
|
3886
3331
|
|
|
3887
|
-
Copyright (c)
|
|
3888
|
-
Copyright (c) 2015 Andreas Lubbe
|
|
3889
|
-
Copyright (c) 2015 Tiancheng "Timothy" Gu
|
|
3332
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
3890
3333
|
|
|
3891
|
-
Permission
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3895
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3896
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3897
|
-
the following conditions:
|
|
3334
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
3335
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
3336
|
+
copyright notice and this permission notice appear in all copies.
|
|
3898
3337
|
|
|
3899
|
-
|
|
3900
|
-
|
|
3338
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3339
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3340
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3341
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3342
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3343
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3344
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3345
|
+
=========================================
|
|
3346
|
+
END OF glob-parent@5.1.2 AND INFORMATION
|
|
3901
3347
|
|
|
3902
|
-
|
|
3903
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3904
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3905
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3906
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3907
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3908
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3348
|
+
%% graceful-fs@4.2.11 NOTICES AND INFORMATION BEGIN HERE
|
|
3909
3349
|
=========================================
|
|
3910
|
-
|
|
3350
|
+
The ISC License
|
|
3911
3351
|
|
|
3912
|
-
|
|
3352
|
+
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
3353
|
+
|
|
3354
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
3355
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
3356
|
+
copyright notice and this permission notice appear in all copies.
|
|
3357
|
+
|
|
3358
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3359
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3360
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3361
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3362
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3363
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3364
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3365
|
+
=========================================
|
|
3366
|
+
END OF graceful-fs@4.2.11 AND INFORMATION
|
|
3367
|
+
|
|
3368
|
+
%% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3913
3369
|
=========================================
|
|
3914
3370
|
MIT License
|
|
3915
3371
|
|
|
@@ -3921,40 +3377,27 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3921
3377
|
|
|
3922
3378
|
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.
|
|
3923
3379
|
=========================================
|
|
3924
|
-
END OF
|
|
3380
|
+
END OF has-flag@4.0.0 AND INFORMATION
|
|
3925
3381
|
|
|
3926
|
-
%%
|
|
3382
|
+
%% is-binary-path@2.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3927
3383
|
=========================================
|
|
3928
|
-
|
|
3384
|
+
MIT License
|
|
3929
3385
|
|
|
3930
|
-
Copyright (c)
|
|
3386
|
+
Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
3931
3387
|
|
|
3932
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3933
|
-
a copy of this software and associated documentation files (the
|
|
3934
|
-
'Software'), to deal in the Software without restriction, including
|
|
3935
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3936
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3937
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3938
|
-
the following conditions:
|
|
3388
|
+
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:
|
|
3939
3389
|
|
|
3940
|
-
The above copyright notice and this permission notice shall be
|
|
3941
|
-
included in all copies or substantial portions of the Software.
|
|
3390
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3942
3391
|
|
|
3943
|
-
THE SOFTWARE IS PROVIDED
|
|
3944
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3945
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3946
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3947
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3948
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3949
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3392
|
+
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.
|
|
3950
3393
|
=========================================
|
|
3951
|
-
END OF
|
|
3394
|
+
END OF is-binary-path@2.1.0 AND INFORMATION
|
|
3952
3395
|
|
|
3953
|
-
%%
|
|
3396
|
+
%% is-extglob@2.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
3954
3397
|
=========================================
|
|
3955
|
-
MIT License
|
|
3398
|
+
The MIT License (MIT)
|
|
3956
3399
|
|
|
3957
|
-
Copyright (c)
|
|
3400
|
+
Copyright (c) 2014-2016, Jon Schlinkert
|
|
3958
3401
|
|
|
3959
3402
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3960
3403
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3963,47 +3406,86 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3963
3406
|
copies of the Software, and to permit persons to whom the Software is
|
|
3964
3407
|
furnished to do so, subject to the following conditions:
|
|
3965
3408
|
|
|
3966
|
-
The above copyright notice and this permission notice shall be included in
|
|
3967
|
-
copies or substantial portions of the Software.
|
|
3409
|
+
The above copyright notice and this permission notice shall be included in
|
|
3410
|
+
all copies or substantial portions of the Software.
|
|
3968
3411
|
|
|
3969
3412
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3970
3413
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3971
3414
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3972
3415
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3973
3416
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3974
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3975
|
-
SOFTWARE.
|
|
3417
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3418
|
+
THE SOFTWARE.
|
|
3976
3419
|
=========================================
|
|
3977
|
-
END OF
|
|
3420
|
+
END OF is-extglob@2.1.1 AND INFORMATION
|
|
3978
3421
|
|
|
3979
|
-
%%
|
|
3422
|
+
%% is-glob@4.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
3980
3423
|
=========================================
|
|
3981
|
-
The MIT License
|
|
3424
|
+
The MIT License (MIT)
|
|
3982
3425
|
|
|
3983
|
-
Copyright (c)
|
|
3426
|
+
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
3984
3427
|
|
|
3985
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
the following conditions:
|
|
3428
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3429
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3430
|
+
in the Software without restriction, including without limitation the rights
|
|
3431
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3432
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3433
|
+
furnished to do so, subject to the following conditions:
|
|
3992
3434
|
|
|
3993
|
-
The above copyright notice and this permission notice shall be
|
|
3994
|
-
|
|
3435
|
+
The above copyright notice and this permission notice shall be included in
|
|
3436
|
+
all copies or substantial portions of the Software.
|
|
3995
3437
|
|
|
3996
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
OF
|
|
4002
|
-
|
|
3438
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3439
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3440
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3441
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3442
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3443
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3444
|
+
THE SOFTWARE.
|
|
4003
3445
|
=========================================
|
|
4004
|
-
END OF
|
|
3446
|
+
END OF is-glob@4.0.3 AND INFORMATION
|
|
4005
3447
|
|
|
4006
|
-
%%
|
|
3448
|
+
%% is-number@7.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3449
|
+
=========================================
|
|
3450
|
+
The MIT License (MIT)
|
|
3451
|
+
|
|
3452
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
3453
|
+
|
|
3454
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3455
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3456
|
+
in the Software without restriction, including without limitation the rights
|
|
3457
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3458
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3459
|
+
furnished to do so, subject to the following conditions:
|
|
3460
|
+
|
|
3461
|
+
The above copyright notice and this permission notice shall be included in
|
|
3462
|
+
all copies or substantial portions of the Software.
|
|
3463
|
+
|
|
3464
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3465
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3466
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3467
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3468
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3469
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3470
|
+
THE SOFTWARE.
|
|
3471
|
+
=========================================
|
|
3472
|
+
END OF is-number@7.0.0 AND INFORMATION
|
|
3473
|
+
|
|
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
|
+
%% jest-diff@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4007
3489
|
=========================================
|
|
4008
3490
|
MIT License
|
|
4009
3491
|
|
|
@@ -4028,94 +3510,95 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4028
3510
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4029
3511
|
SOFTWARE.
|
|
4030
3512
|
=========================================
|
|
4031
|
-
END OF
|
|
3513
|
+
END OF jest-diff@30.2.0 AND INFORMATION
|
|
4032
3514
|
|
|
4033
|
-
%%
|
|
3515
|
+
%% jest-matcher-utils@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4034
3516
|
=========================================
|
|
4035
|
-
|
|
3517
|
+
MIT License
|
|
4036
3518
|
|
|
4037
|
-
Copyright
|
|
3519
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3520
|
+
Copyright Contributors to the Jest project.
|
|
4038
3521
|
|
|
4039
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4040
|
-
this software and associated documentation files (the "Software"), to deal
|
|
4041
|
-
the Software without restriction, including without limitation the rights
|
|
4042
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4043
|
-
the Software, and to permit persons to whom the Software is
|
|
4044
|
-
subject to the following conditions:
|
|
3522
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3523
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3524
|
+
in the Software without restriction, including without limitation the rights
|
|
3525
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3526
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3527
|
+
furnished to do so, subject to the following conditions:
|
|
4045
3528
|
|
|
4046
3529
|
The above copyright notice and this permission notice shall be included in all
|
|
4047
3530
|
copies or substantial portions of the Software.
|
|
4048
3531
|
|
|
4049
3532
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4050
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4051
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4052
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4053
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4054
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3533
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3534
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3535
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3536
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3537
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3538
|
+
SOFTWARE.
|
|
4055
3539
|
=========================================
|
|
4056
|
-
END OF
|
|
3540
|
+
END OF jest-matcher-utils@30.2.0 AND INFORMATION
|
|
4057
3541
|
|
|
4058
|
-
%%
|
|
3542
|
+
%% jest-message-util@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4059
3543
|
=========================================
|
|
4060
|
-
|
|
3544
|
+
MIT License
|
|
4061
3545
|
|
|
4062
|
-
Copyright (c)
|
|
4063
|
-
Copyright
|
|
4064
|
-
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3546
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3547
|
+
Copyright Contributors to the Jest project.
|
|
4065
3548
|
|
|
4066
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
the following conditions:
|
|
3549
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3550
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3551
|
+
in the Software without restriction, including without limitation the rights
|
|
3552
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3553
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3554
|
+
furnished to do so, subject to the following conditions:
|
|
4073
3555
|
|
|
4074
|
-
The above copyright notice and this permission notice shall be
|
|
4075
|
-
|
|
3556
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3557
|
+
copies or substantial portions of the Software.
|
|
4076
3558
|
|
|
4077
|
-
THE SOFTWARE IS PROVIDED
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
SOFTWARE
|
|
3559
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3560
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3561
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3562
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3563
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3564
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3565
|
+
SOFTWARE.
|
|
4084
3566
|
=========================================
|
|
4085
|
-
END OF
|
|
3567
|
+
END OF jest-message-util@30.2.0 AND INFORMATION
|
|
4086
3568
|
|
|
4087
|
-
%%
|
|
3569
|
+
%% jest-mock@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4088
3570
|
=========================================
|
|
4089
|
-
|
|
3571
|
+
MIT License
|
|
4090
3572
|
|
|
4091
|
-
Copyright (c)
|
|
3573
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3574
|
+
Copyright Contributors to the Jest project.
|
|
4092
3575
|
|
|
4093
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
the following conditions:
|
|
3576
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3577
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3578
|
+
in the Software without restriction, including without limitation the rights
|
|
3579
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3580
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3581
|
+
furnished to do so, subject to the following conditions:
|
|
4100
3582
|
|
|
4101
|
-
The above copyright notice and this permission notice shall be
|
|
4102
|
-
|
|
3583
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3584
|
+
copies or substantial portions of the Software.
|
|
4103
3585
|
|
|
4104
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
OF
|
|
4110
|
-
|
|
3586
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3587
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3588
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3589
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3590
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3591
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3592
|
+
SOFTWARE.
|
|
4111
3593
|
=========================================
|
|
4112
|
-
END OF
|
|
3594
|
+
END OF jest-mock@30.2.0 AND INFORMATION
|
|
4113
3595
|
|
|
4114
|
-
%%
|
|
3596
|
+
%% jest-regex-util@30.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4115
3597
|
=========================================
|
|
4116
3598
|
MIT License
|
|
4117
3599
|
|
|
4118
|
-
Copyright (c)
|
|
3600
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3601
|
+
Copyright Contributors to the Jest project.
|
|
4119
3602
|
|
|
4120
3603
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4121
3604
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4135,50 +3618,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4135
3618
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4136
3619
|
SOFTWARE.
|
|
4137
3620
|
=========================================
|
|
4138
|
-
END OF
|
|
3621
|
+
END OF jest-regex-util@30.0.1 AND INFORMATION
|
|
4139
3622
|
|
|
4140
|
-
%%
|
|
3623
|
+
%% jest-util@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4141
3624
|
=========================================
|
|
4142
|
-
|
|
4143
|
-
Copyright (c) 2021-present The Fastify team
|
|
4144
|
-
All rights reserved.
|
|
4145
|
-
|
|
4146
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
3625
|
+
MIT License
|
|
4147
3626
|
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
* Redistributions of source code must retain the above copyright
|
|
4151
|
-
notice, this list of conditions and the following disclaimer.
|
|
4152
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
4153
|
-
notice, this list of conditions and the following disclaimer in the
|
|
4154
|
-
documentation and/or other materials provided with the distribution.
|
|
4155
|
-
* The names of any contributors may not be used to endorse or promote
|
|
4156
|
-
products derived from this software without specific prior written
|
|
4157
|
-
permission.
|
|
3627
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3628
|
+
Copyright Contributors to the Jest project.
|
|
4158
3629
|
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
4166
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
4167
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
4168
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3630
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3631
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3632
|
+
in the Software without restriction, including without limitation the rights
|
|
3633
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3634
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3635
|
+
furnished to do so, subject to the following conditions:
|
|
4169
3636
|
|
|
4170
|
-
|
|
3637
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3638
|
+
copies or substantial portions of the Software.
|
|
4171
3639
|
|
|
4172
|
-
|
|
4173
|
-
|
|
3640
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3641
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3642
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3643
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3644
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3645
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3646
|
+
SOFTWARE.
|
|
4174
3647
|
=========================================
|
|
4175
|
-
END OF
|
|
3648
|
+
END OF jest-util@30.2.0 AND INFORMATION
|
|
4176
3649
|
|
|
4177
|
-
%%
|
|
3650
|
+
%% js-tokens@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4178
3651
|
=========================================
|
|
4179
3652
|
The MIT License (MIT)
|
|
4180
3653
|
|
|
4181
|
-
Copyright (c) 2014
|
|
3654
|
+
Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
|
|
4182
3655
|
|
|
4183
3656
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4184
3657
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4198,13 +3671,86 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4198
3671
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4199
3672
|
THE SOFTWARE.
|
|
4200
3673
|
=========================================
|
|
4201
|
-
END OF
|
|
3674
|
+
END OF js-tokens@4.0.0 AND INFORMATION
|
|
3675
|
+
|
|
3676
|
+
%% jsesc@3.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3677
|
+
=========================================
|
|
3678
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
3679
|
+
|
|
3680
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3681
|
+
a copy of this software and associated documentation files (the
|
|
3682
|
+
"Software"), to deal in the Software without restriction, including
|
|
3683
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3684
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3685
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3686
|
+
the following conditions:
|
|
3687
|
+
|
|
3688
|
+
The above copyright notice and this permission notice shall be
|
|
3689
|
+
included in all copies or substantial portions of the Software.
|
|
3690
|
+
|
|
3691
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3692
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3693
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3694
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3695
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3696
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3697
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3698
|
+
=========================================
|
|
3699
|
+
END OF jsesc@3.1.0 AND INFORMATION
|
|
3700
|
+
|
|
3701
|
+
%% json5@2.2.3 NOTICES AND INFORMATION BEGIN HERE
|
|
3702
|
+
=========================================
|
|
3703
|
+
MIT License
|
|
3704
|
+
|
|
3705
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3706
|
+
|
|
3707
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3708
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3709
|
+
in the Software without restriction, including without limitation the rights
|
|
3710
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3711
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3712
|
+
furnished to do so, subject to the following conditions:
|
|
3713
|
+
|
|
3714
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3715
|
+
copies or substantial portions of the Software.
|
|
3716
|
+
|
|
3717
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3718
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3719
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3720
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3721
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3722
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3723
|
+
SOFTWARE.
|
|
3724
|
+
|
|
3725
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3726
|
+
=========================================
|
|
3727
|
+
END OF json5@2.2.3 AND INFORMATION
|
|
3728
|
+
|
|
3729
|
+
%% lru-cache@5.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
3730
|
+
=========================================
|
|
3731
|
+
The ISC License
|
|
3732
|
+
|
|
3733
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
3734
|
+
|
|
3735
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
3736
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
3737
|
+
copyright notice and this permission notice appear in all copies.
|
|
3738
|
+
|
|
3739
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3740
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3741
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3742
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3743
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3744
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3745
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3746
|
+
=========================================
|
|
3747
|
+
END OF lru-cache@5.1.1 AND INFORMATION
|
|
4202
3748
|
|
|
4203
|
-
%%
|
|
3749
|
+
%% mdast-util-from-markdown@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
4204
3750
|
=========================================
|
|
4205
3751
|
(The MIT License)
|
|
4206
3752
|
|
|
4207
|
-
Copyright (c)
|
|
3753
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4208
3754
|
|
|
4209
3755
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4210
3756
|
a copy of this software and associated documentation files (the
|
|
@@ -4225,13 +3771,13 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
4225
3771
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4226
3772
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4227
3773
|
=========================================
|
|
4228
|
-
END OF
|
|
3774
|
+
END OF mdast-util-from-markdown@2.0.2 AND INFORMATION
|
|
4229
3775
|
|
|
4230
|
-
%%
|
|
3776
|
+
%% mdast-util-to-string@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4231
3777
|
=========================================
|
|
4232
3778
|
(The MIT License)
|
|
4233
3779
|
|
|
4234
|
-
Copyright (c)
|
|
3780
|
+
Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
|
|
4235
3781
|
|
|
4236
3782
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4237
3783
|
a copy of this software and associated documentation files (the
|
|
@@ -4252,14 +3798,13 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
4252
3798
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4253
3799
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4254
3800
|
=========================================
|
|
4255
|
-
END OF
|
|
3801
|
+
END OF mdast-util-to-string@4.0.0 AND INFORMATION
|
|
4256
3802
|
|
|
4257
|
-
%%
|
|
3803
|
+
%% micromark-core-commonmark@2.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
4258
3804
|
=========================================
|
|
4259
3805
|
(The MIT License)
|
|
4260
3806
|
|
|
4261
|
-
Copyright (c)
|
|
4262
|
-
Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3807
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4263
3808
|
|
|
4264
3809
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4265
3810
|
a copy of this software and associated documentation files (the
|
|
@@ -4280,1417 +3825,38 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
4280
3825
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4281
3826
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4282
3827
|
=========================================
|
|
4283
|
-
END OF
|
|
3828
|
+
END OF micromark-core-commonmark@2.0.3 AND INFORMATION
|
|
4284
3829
|
|
|
4285
|
-
%%
|
|
3830
|
+
%% micromark-factory-destination@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4286
3831
|
=========================================
|
|
4287
|
-
|
|
3832
|
+
(The MIT License)
|
|
4288
3833
|
|
|
4289
|
-
|
|
4290
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4291
|
-
in the Software without restriction, including without limitation the rights
|
|
4292
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4293
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4294
|
-
furnished to do so, subject to the following conditions:
|
|
3834
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4295
3835
|
|
|
4296
|
-
|
|
4297
|
-
|
|
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:
|
|
4298
3843
|
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4302
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4303
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4304
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4305
|
-
THE SOFTWARE.
|
|
4306
|
-
=========================================
|
|
4307
|
-
END OF function-bind@1.1.2 AND INFORMATION
|
|
3844
|
+
The above copyright notice and this permission notice shall be
|
|
3845
|
+
included in all copies or substantial portions of the Software.
|
|
4308
3846
|
|
|
4309
|
-
|
|
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.
|
|
4310
3854
|
=========================================
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
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:
|
|
4314
|
-
|
|
4315
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3855
|
+
END OF micromark-factory-destination@2.0.1 AND INFORMATION
|
|
4316
3856
|
|
|
4317
|
-
|
|
3857
|
+
%% micromark-factory-label@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4318
3858
|
=========================================
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
%% get-east-asian-width@1.3.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4322
|
-
=========================================
|
|
4323
|
-
MIT License
|
|
4324
|
-
|
|
4325
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4326
|
-
|
|
4327
|
-
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:
|
|
4328
|
-
|
|
4329
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4330
|
-
|
|
4331
|
-
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.
|
|
4332
|
-
=========================================
|
|
4333
|
-
END OF get-east-asian-width@1.3.0 AND INFORMATION
|
|
4334
|
-
|
|
4335
|
-
%% get-intrinsic@1.3.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4336
|
-
=========================================
|
|
4337
|
-
MIT License
|
|
4338
|
-
|
|
4339
|
-
Copyright (c) 2020 Jordan Harband
|
|
4340
|
-
|
|
4341
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4342
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4343
|
-
in the Software without restriction, including without limitation the rights
|
|
4344
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4345
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4346
|
-
furnished to do so, subject to the following conditions:
|
|
4347
|
-
|
|
4348
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4349
|
-
copies or substantial portions of the Software.
|
|
4350
|
-
|
|
4351
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4352
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4353
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4354
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4355
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4356
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4357
|
-
SOFTWARE.
|
|
4358
|
-
=========================================
|
|
4359
|
-
END OF get-intrinsic@1.3.0 AND INFORMATION
|
|
4360
|
-
|
|
4361
|
-
%% get-proto@1.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4362
|
-
=========================================
|
|
4363
|
-
MIT License
|
|
4364
|
-
|
|
4365
|
-
Copyright (c) 2025 Jordan Harband
|
|
4366
|
-
|
|
4367
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4368
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4369
|
-
in the Software without restriction, including without limitation the rights
|
|
4370
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4371
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4372
|
-
furnished to do so, subject to the following conditions:
|
|
4373
|
-
|
|
4374
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4375
|
-
copies or substantial portions of the Software.
|
|
4376
|
-
|
|
4377
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4378
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4379
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4380
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4381
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4382
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4383
|
-
SOFTWARE.
|
|
4384
|
-
=========================================
|
|
4385
|
-
END OF get-proto@1.0.1 AND INFORMATION
|
|
4386
|
-
|
|
4387
|
-
%% glob-parent@5.1.2 NOTICES AND INFORMATION BEGIN HERE
|
|
4388
|
-
=========================================
|
|
4389
|
-
The ISC License
|
|
4390
|
-
|
|
4391
|
-
Copyright (c) 2015, 2019 Elan Shanker
|
|
4392
|
-
|
|
4393
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
4394
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
4395
|
-
copyright notice and this permission notice appear in all copies.
|
|
4396
|
-
|
|
4397
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4398
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4399
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4400
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4401
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4402
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4403
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4404
|
-
=========================================
|
|
4405
|
-
END OF glob-parent@5.1.2 AND INFORMATION
|
|
4406
|
-
|
|
4407
|
-
%% gopd@1.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4408
|
-
=========================================
|
|
4409
|
-
MIT License
|
|
4410
|
-
|
|
4411
|
-
Copyright (c) 2022 Jordan Harband
|
|
4412
|
-
|
|
4413
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4414
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4415
|
-
in the Software without restriction, including without limitation the rights
|
|
4416
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4417
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4418
|
-
furnished to do so, subject to the following conditions:
|
|
4419
|
-
|
|
4420
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4421
|
-
copies or substantial portions of the Software.
|
|
4422
|
-
|
|
4423
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4424
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4425
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4426
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4427
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4428
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4429
|
-
SOFTWARE.
|
|
4430
|
-
=========================================
|
|
4431
|
-
END OF gopd@1.2.0 AND INFORMATION
|
|
4432
|
-
|
|
4433
|
-
%% graceful-fs@4.2.11 NOTICES AND INFORMATION BEGIN HERE
|
|
4434
|
-
=========================================
|
|
4435
|
-
The ISC License
|
|
4436
|
-
|
|
4437
|
-
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
4438
|
-
|
|
4439
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
4440
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
4441
|
-
copyright notice and this permission notice appear in all copies.
|
|
4442
|
-
|
|
4443
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4444
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4445
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4446
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4447
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4448
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4449
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4450
|
-
=========================================
|
|
4451
|
-
END OF graceful-fs@4.2.11 AND INFORMATION
|
|
4452
|
-
|
|
4453
|
-
%% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4454
|
-
=========================================
|
|
4455
|
-
MIT License
|
|
4456
|
-
|
|
4457
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4458
|
-
|
|
4459
|
-
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:
|
|
4460
|
-
|
|
4461
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4462
|
-
|
|
4463
|
-
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.
|
|
4464
|
-
=========================================
|
|
4465
|
-
END OF has-flag@4.0.0 AND INFORMATION
|
|
4466
|
-
|
|
4467
|
-
%% has-symbols@1.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4468
|
-
=========================================
|
|
4469
|
-
MIT License
|
|
4470
|
-
|
|
4471
|
-
Copyright (c) 2016 Jordan Harband
|
|
4472
|
-
|
|
4473
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4474
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4475
|
-
in the Software without restriction, including without limitation the rights
|
|
4476
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4477
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4478
|
-
furnished to do so, subject to the following conditions:
|
|
4479
|
-
|
|
4480
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4481
|
-
copies or substantial portions of the Software.
|
|
4482
|
-
|
|
4483
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4484
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4485
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4486
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4487
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4488
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4489
|
-
SOFTWARE.
|
|
4490
|
-
=========================================
|
|
4491
|
-
END OF has-symbols@1.1.0 AND INFORMATION
|
|
4492
|
-
|
|
4493
|
-
%% hasown@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
4494
|
-
=========================================
|
|
4495
|
-
MIT License
|
|
4496
|
-
|
|
4497
|
-
Copyright (c) Jordan Harband and contributors
|
|
4498
|
-
|
|
4499
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4500
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4501
|
-
in the Software without restriction, including without limitation the rights
|
|
4502
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4503
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4504
|
-
furnished to do so, subject to the following conditions:
|
|
4505
|
-
|
|
4506
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4507
|
-
copies or substantial portions of the Software.
|
|
4508
|
-
|
|
4509
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4510
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4511
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4512
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4513
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4514
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4515
|
-
SOFTWARE.
|
|
4516
|
-
=========================================
|
|
4517
|
-
END OF hasown@2.0.2 AND INFORMATION
|
|
4518
|
-
|
|
4519
|
-
%% hono@4.12.5 NOTICES AND INFORMATION BEGIN HERE
|
|
4520
|
-
=========================================
|
|
4521
|
-
MIT License
|
|
4522
|
-
|
|
4523
|
-
Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
|
|
4524
|
-
|
|
4525
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4526
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4527
|
-
in the Software without restriction, including without limitation the rights
|
|
4528
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4529
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4530
|
-
furnished to do so, subject to the following conditions:
|
|
4531
|
-
|
|
4532
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4533
|
-
copies or substantial portions of the Software.
|
|
4534
|
-
|
|
4535
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4536
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4537
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4538
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4539
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4540
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4541
|
-
SOFTWARE.
|
|
4542
|
-
=========================================
|
|
4543
|
-
END OF hono@4.12.5 AND INFORMATION
|
|
4544
|
-
|
|
4545
|
-
%% http-errors@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4546
|
-
=========================================
|
|
4547
|
-
The MIT License (MIT)
|
|
4548
|
-
|
|
4549
|
-
Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
4550
|
-
Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
|
|
4551
|
-
|
|
4552
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4553
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4554
|
-
in the Software without restriction, including without limitation the rights
|
|
4555
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4556
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4557
|
-
furnished to do so, subject to the following conditions:
|
|
4558
|
-
|
|
4559
|
-
The above copyright notice and this permission notice shall be included in
|
|
4560
|
-
all copies or substantial portions of the Software.
|
|
4561
|
-
|
|
4562
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4563
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4564
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4565
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4566
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4567
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4568
|
-
THE SOFTWARE.
|
|
4569
|
-
=========================================
|
|
4570
|
-
END OF http-errors@2.0.1 AND INFORMATION
|
|
4571
|
-
|
|
4572
|
-
%% iconv-lite@0.7.2 NOTICES AND INFORMATION BEGIN HERE
|
|
4573
|
-
=========================================
|
|
4574
|
-
Copyright (c) 2011 Alexander Shtuchkin
|
|
4575
|
-
|
|
4576
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4577
|
-
a copy of this software and associated documentation files (the
|
|
4578
|
-
"Software"), to deal in the Software without restriction, including
|
|
4579
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4580
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4581
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4582
|
-
the following conditions:
|
|
4583
|
-
|
|
4584
|
-
The above copyright notice and this permission notice shall be
|
|
4585
|
-
included in all copies or substantial portions of the Software.
|
|
4586
|
-
|
|
4587
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4588
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4589
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4590
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4591
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4592
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4593
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4594
|
-
=========================================
|
|
4595
|
-
END OF iconv-lite@0.7.2 AND INFORMATION
|
|
4596
|
-
|
|
4597
|
-
%% inherits@2.0.4 NOTICES AND INFORMATION BEGIN HERE
|
|
4598
|
-
=========================================
|
|
4599
|
-
The ISC License
|
|
4600
|
-
|
|
4601
|
-
Copyright (c) Isaac Z. Schlueter
|
|
4602
|
-
|
|
4603
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
4604
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
4605
|
-
copyright notice and this permission notice appear in all copies.
|
|
4606
|
-
|
|
4607
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
4608
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
4609
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
4610
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
4611
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
4612
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
4613
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
4614
|
-
=========================================
|
|
4615
|
-
END OF inherits@2.0.4 AND INFORMATION
|
|
4616
|
-
|
|
4617
|
-
%% ip-address@10.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4618
|
-
=========================================
|
|
4619
|
-
Copyright (C) 2011 by Beau Gunderson
|
|
4620
|
-
|
|
4621
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4622
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4623
|
-
in the Software without restriction, including without limitation the rights
|
|
4624
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4625
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4626
|
-
furnished to do so, subject to the following conditions:
|
|
4627
|
-
|
|
4628
|
-
The above copyright notice and this permission notice shall be included in
|
|
4629
|
-
all copies or substantial portions of the Software.
|
|
4630
|
-
|
|
4631
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4632
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4633
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4634
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4635
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4636
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4637
|
-
THE SOFTWARE.
|
|
4638
|
-
=========================================
|
|
4639
|
-
END OF ip-address@10.1.0 AND INFORMATION
|
|
4640
|
-
|
|
4641
|
-
%% ipaddr.js@1.9.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4642
|
-
=========================================
|
|
4643
|
-
Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
|
|
4644
|
-
|
|
4645
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4646
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4647
|
-
in the Software without restriction, including without limitation the rights
|
|
4648
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4649
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4650
|
-
furnished to do so, subject to the following conditions:
|
|
4651
|
-
|
|
4652
|
-
The above copyright notice and this permission notice shall be included in
|
|
4653
|
-
all copies or substantial portions of the Software.
|
|
4654
|
-
|
|
4655
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4656
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4657
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4658
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4659
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4660
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4661
|
-
THE SOFTWARE.
|
|
4662
|
-
=========================================
|
|
4663
|
-
END OF ipaddr.js@1.9.1 AND INFORMATION
|
|
4664
|
-
|
|
4665
|
-
%% is-binary-path@2.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4666
|
-
=========================================
|
|
4667
|
-
MIT License
|
|
4668
|
-
|
|
4669
|
-
Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
4670
|
-
|
|
4671
|
-
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:
|
|
4672
|
-
|
|
4673
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4674
|
-
|
|
4675
|
-
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.
|
|
4676
|
-
=========================================
|
|
4677
|
-
END OF is-binary-path@2.1.0 AND INFORMATION
|
|
4678
|
-
|
|
4679
|
-
%% is-extglob@2.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4680
|
-
=========================================
|
|
4681
|
-
The MIT License (MIT)
|
|
4682
|
-
|
|
4683
|
-
Copyright (c) 2014-2016, Jon Schlinkert
|
|
4684
|
-
|
|
4685
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4686
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4687
|
-
in the Software without restriction, including without limitation the rights
|
|
4688
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4689
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4690
|
-
furnished to do so, subject to the following conditions:
|
|
4691
|
-
|
|
4692
|
-
The above copyright notice and this permission notice shall be included in
|
|
4693
|
-
all copies or substantial portions of the Software.
|
|
4694
|
-
|
|
4695
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4696
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4697
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4698
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4699
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4700
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4701
|
-
THE SOFTWARE.
|
|
4702
|
-
=========================================
|
|
4703
|
-
END OF is-extglob@2.1.1 AND INFORMATION
|
|
4704
|
-
|
|
4705
|
-
%% is-glob@4.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
4706
|
-
=========================================
|
|
4707
|
-
The MIT License (MIT)
|
|
4708
|
-
|
|
4709
|
-
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
4710
|
-
|
|
4711
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4712
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4713
|
-
in the Software without restriction, including without limitation the rights
|
|
4714
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4715
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4716
|
-
furnished to do so, subject to the following conditions:
|
|
4717
|
-
|
|
4718
|
-
The above copyright notice and this permission notice shall be included in
|
|
4719
|
-
all copies or substantial portions of the Software.
|
|
4720
|
-
|
|
4721
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4722
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4723
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4724
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4725
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4726
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4727
|
-
THE SOFTWARE.
|
|
4728
|
-
=========================================
|
|
4729
|
-
END OF is-glob@4.0.3 AND INFORMATION
|
|
4730
|
-
|
|
4731
|
-
%% is-number@7.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4732
|
-
=========================================
|
|
4733
|
-
The MIT License (MIT)
|
|
4734
|
-
|
|
4735
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
4736
|
-
|
|
4737
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4738
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4739
|
-
in the Software without restriction, including without limitation the rights
|
|
4740
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4741
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4742
|
-
furnished to do so, subject to the following conditions:
|
|
4743
|
-
|
|
4744
|
-
The above copyright notice and this permission notice shall be included in
|
|
4745
|
-
all copies or substantial portions of the Software.
|
|
4746
|
-
|
|
4747
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4748
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4749
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4750
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4751
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4752
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4753
|
-
THE SOFTWARE.
|
|
4754
|
-
=========================================
|
|
4755
|
-
END OF is-number@7.0.0 AND INFORMATION
|
|
4756
|
-
|
|
4757
|
-
%% is-plain-obj@4.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4758
|
-
=========================================
|
|
4759
|
-
MIT License
|
|
4760
|
-
|
|
4761
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4762
|
-
|
|
4763
|
-
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:
|
|
4764
|
-
|
|
4765
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4766
|
-
|
|
4767
|
-
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.
|
|
4768
|
-
=========================================
|
|
4769
|
-
END OF is-plain-obj@4.1.0 AND INFORMATION
|
|
4770
|
-
|
|
4771
|
-
%% is-promise@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4772
|
-
=========================================
|
|
4773
|
-
Copyright (c) 2014 Forbes Lindesay
|
|
4774
|
-
|
|
4775
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4776
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4777
|
-
in the Software without restriction, including without limitation the rights
|
|
4778
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4779
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4780
|
-
furnished to do so, subject to the following conditions:
|
|
4781
|
-
|
|
4782
|
-
The above copyright notice and this permission notice shall be included in
|
|
4783
|
-
all copies or substantial portions of the Software.
|
|
4784
|
-
|
|
4785
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4786
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4787
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4788
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4789
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4790
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4791
|
-
THE SOFTWARE.
|
|
4792
|
-
=========================================
|
|
4793
|
-
END OF is-promise@4.0.0 AND INFORMATION
|
|
4794
|
-
|
|
4795
|
-
%% isexe@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4796
|
-
=========================================
|
|
4797
|
-
The ISC License
|
|
4798
|
-
|
|
4799
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4800
|
-
|
|
4801
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
4802
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
4803
|
-
copyright notice and this permission notice appear in all copies.
|
|
4804
|
-
|
|
4805
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4806
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4807
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4808
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4809
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4810
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4811
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4812
|
-
=========================================
|
|
4813
|
-
END OF isexe@2.0.0 AND INFORMATION
|
|
4814
|
-
|
|
4815
|
-
%% jest-diff@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4816
|
-
=========================================
|
|
4817
|
-
MIT License
|
|
4818
|
-
|
|
4819
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4820
|
-
Copyright Contributors to the Jest project.
|
|
4821
|
-
|
|
4822
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4823
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4824
|
-
in the Software without restriction, including without limitation the rights
|
|
4825
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4826
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4827
|
-
furnished to do so, subject to the following conditions:
|
|
4828
|
-
|
|
4829
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4830
|
-
copies or substantial portions of the Software.
|
|
4831
|
-
|
|
4832
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4833
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4834
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4835
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4836
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4837
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4838
|
-
SOFTWARE.
|
|
4839
|
-
=========================================
|
|
4840
|
-
END OF jest-diff@30.2.0 AND INFORMATION
|
|
4841
|
-
|
|
4842
|
-
%% jest-matcher-utils@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4843
|
-
=========================================
|
|
4844
|
-
MIT License
|
|
4845
|
-
|
|
4846
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4847
|
-
Copyright Contributors to the Jest project.
|
|
4848
|
-
|
|
4849
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4850
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4851
|
-
in the Software without restriction, including without limitation the rights
|
|
4852
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4853
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4854
|
-
furnished to do so, subject to the following conditions:
|
|
4855
|
-
|
|
4856
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4857
|
-
copies or substantial portions of the Software.
|
|
4858
|
-
|
|
4859
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4860
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4861
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4862
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4863
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4864
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4865
|
-
SOFTWARE.
|
|
4866
|
-
=========================================
|
|
4867
|
-
END OF jest-matcher-utils@30.2.0 AND INFORMATION
|
|
4868
|
-
|
|
4869
|
-
%% jest-message-util@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4870
|
-
=========================================
|
|
4871
|
-
MIT License
|
|
4872
|
-
|
|
4873
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4874
|
-
Copyright Contributors to the Jest project.
|
|
4875
|
-
|
|
4876
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4877
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4878
|
-
in the Software without restriction, including without limitation the rights
|
|
4879
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4880
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4881
|
-
furnished to do so, subject to the following conditions:
|
|
4882
|
-
|
|
4883
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4884
|
-
copies or substantial portions of the Software.
|
|
4885
|
-
|
|
4886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4887
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4888
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4889
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4890
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4891
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4892
|
-
SOFTWARE.
|
|
4893
|
-
=========================================
|
|
4894
|
-
END OF jest-message-util@30.2.0 AND INFORMATION
|
|
4895
|
-
|
|
4896
|
-
%% jest-mock@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4897
|
-
=========================================
|
|
4898
|
-
MIT License
|
|
4899
|
-
|
|
4900
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4901
|
-
Copyright Contributors to the Jest project.
|
|
4902
|
-
|
|
4903
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4904
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4905
|
-
in the Software without restriction, including without limitation the rights
|
|
4906
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4907
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4908
|
-
furnished to do so, subject to the following conditions:
|
|
4909
|
-
|
|
4910
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4911
|
-
copies or substantial portions of the Software.
|
|
4912
|
-
|
|
4913
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4914
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4915
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4916
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4917
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4918
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4919
|
-
SOFTWARE.
|
|
4920
|
-
=========================================
|
|
4921
|
-
END OF jest-mock@30.2.0 AND INFORMATION
|
|
4922
|
-
|
|
4923
|
-
%% jest-regex-util@30.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4924
|
-
=========================================
|
|
4925
|
-
MIT License
|
|
4926
|
-
|
|
4927
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4928
|
-
Copyright Contributors to the Jest project.
|
|
4929
|
-
|
|
4930
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4931
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4932
|
-
in the Software without restriction, including without limitation the rights
|
|
4933
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4934
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4935
|
-
furnished to do so, subject to the following conditions:
|
|
4936
|
-
|
|
4937
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4938
|
-
copies or substantial portions of the Software.
|
|
4939
|
-
|
|
4940
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4941
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4942
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4943
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4944
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4945
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4946
|
-
SOFTWARE.
|
|
4947
|
-
=========================================
|
|
4948
|
-
END OF jest-regex-util@30.0.1 AND INFORMATION
|
|
4949
|
-
|
|
4950
|
-
%% jest-util@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4951
|
-
=========================================
|
|
4952
|
-
MIT License
|
|
4953
|
-
|
|
4954
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4955
|
-
Copyright Contributors to the Jest project.
|
|
4956
|
-
|
|
4957
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4958
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4959
|
-
in the Software without restriction, including without limitation the rights
|
|
4960
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4961
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4962
|
-
furnished to do so, subject to the following conditions:
|
|
4963
|
-
|
|
4964
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4965
|
-
copies or substantial portions of the Software.
|
|
4966
|
-
|
|
4967
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4968
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4969
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4970
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4971
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4972
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4973
|
-
SOFTWARE.
|
|
4974
|
-
=========================================
|
|
4975
|
-
END OF jest-util@30.2.0 AND INFORMATION
|
|
4976
|
-
|
|
4977
|
-
%% jose@6.1.3 NOTICES AND INFORMATION BEGIN HERE
|
|
4978
|
-
=========================================
|
|
4979
|
-
The MIT License (MIT)
|
|
4980
|
-
|
|
4981
|
-
Copyright (c) 2018 Filip Skokan
|
|
4982
|
-
|
|
4983
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4984
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4985
|
-
in the Software without restriction, including without limitation the rights
|
|
4986
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4987
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4988
|
-
furnished to do so, subject to the following conditions:
|
|
4989
|
-
|
|
4990
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4991
|
-
copies or substantial portions of the Software.
|
|
4992
|
-
|
|
4993
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4994
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4995
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4996
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4997
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4998
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4999
|
-
SOFTWARE.
|
|
5000
|
-
=========================================
|
|
5001
|
-
END OF jose@6.1.3 AND INFORMATION
|
|
5002
|
-
|
|
5003
|
-
%% js-tokens@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5004
|
-
=========================================
|
|
5005
|
-
The MIT License (MIT)
|
|
5006
|
-
|
|
5007
|
-
Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
|
|
5008
|
-
|
|
5009
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5010
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5011
|
-
in the Software without restriction, including without limitation the rights
|
|
5012
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5013
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5014
|
-
furnished to do so, subject to the following conditions:
|
|
5015
|
-
|
|
5016
|
-
The above copyright notice and this permission notice shall be included in
|
|
5017
|
-
all copies or substantial portions of the Software.
|
|
5018
|
-
|
|
5019
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5020
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5021
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5022
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5023
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5024
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5025
|
-
THE SOFTWARE.
|
|
5026
|
-
=========================================
|
|
5027
|
-
END OF js-tokens@4.0.0 AND INFORMATION
|
|
5028
|
-
|
|
5029
|
-
%% jsesc@3.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5030
|
-
=========================================
|
|
5031
|
-
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
5032
|
-
|
|
5033
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5034
|
-
a copy of this software and associated documentation files (the
|
|
5035
|
-
"Software"), to deal in the Software without restriction, including
|
|
5036
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5037
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5038
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5039
|
-
the following conditions:
|
|
5040
|
-
|
|
5041
|
-
The above copyright notice and this permission notice shall be
|
|
5042
|
-
included in all copies or substantial portions of the Software.
|
|
5043
|
-
|
|
5044
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5045
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5046
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5047
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5048
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5049
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5050
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5051
|
-
=========================================
|
|
5052
|
-
END OF jsesc@3.1.0 AND INFORMATION
|
|
5053
|
-
|
|
5054
|
-
%% json-schema-traverse@1.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5055
|
-
=========================================
|
|
5056
|
-
MIT License
|
|
5057
|
-
|
|
5058
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
5059
|
-
|
|
5060
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5061
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5062
|
-
in the Software without restriction, including without limitation the rights
|
|
5063
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5064
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5065
|
-
furnished to do so, subject to the following conditions:
|
|
5066
|
-
|
|
5067
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5068
|
-
copies or substantial portions of the Software.
|
|
5069
|
-
|
|
5070
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5071
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5072
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5073
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5074
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5075
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5076
|
-
SOFTWARE.
|
|
5077
|
-
=========================================
|
|
5078
|
-
END OF json-schema-traverse@1.0.0 AND INFORMATION
|
|
5079
|
-
|
|
5080
|
-
%% json-schema-typed@8.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
5081
|
-
=========================================
|
|
5082
|
-
BSD 2-Clause License
|
|
5083
|
-
|
|
5084
|
-
Original source code is copyright (c) 2019-2025 Remy Rylan
|
|
5085
|
-
<https://github.com/RemyRylan>
|
|
5086
|
-
|
|
5087
|
-
All JSON Schema documentation and descriptions are copyright (c):
|
|
5088
|
-
|
|
5089
|
-
2009 [draft-0] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
|
5090
|
-
and SitePen (USA) <https://www.sitepen.com/>.
|
|
5091
|
-
|
|
5092
|
-
2009 [draft-1] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
|
5093
|
-
and SitePen (USA) <https://www.sitepen.com/>.
|
|
5094
|
-
|
|
5095
|
-
2010 [draft-2] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
|
5096
|
-
and SitePen (USA) <https://www.sitepen.com/>.
|
|
5097
|
-
|
|
5098
|
-
2010 [draft-3] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
|
5099
|
-
Gary Court <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
|
|
5100
|
-
|
|
5101
|
-
2013 [draft-4] IETF Trust <https://www.ietf.org/>), Francis Galiegue
|
|
5102
|
-
<fgaliegue@gmail.com>, Kris Zyp <kris@sitepen.com>, Gary Court
|
|
5103
|
-
<gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
|
|
5104
|
-
|
|
5105
|
-
2018 [draft-7] IETF Trust <https://www.ietf.org/>, Austin Wright <aaa@bzfx.net>,
|
|
5106
|
-
Henry Andrews <henry@cloudflare.com>, Geraint Luff <luffgd@gmail.com>, and
|
|
5107
|
-
Cloudflare, Inc. <https://www.cloudflare.com/>.
|
|
5108
|
-
|
|
5109
|
-
2019 [draft-2019-09] IETF Trust <https://www.ietf.org/>, Austin Wright
|
|
5110
|
-
<aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
|
|
5111
|
-
<bh7@sanger.ac.uk>, and Greg Dennis <gregsdennis@yahoo.com>.
|
|
5112
|
-
|
|
5113
|
-
2020 [draft-2020-12] IETF Trust <https://www.ietf.org/>, Austin Wright
|
|
5114
|
-
<aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
|
|
5115
|
-
<ben@jsonschema.dev>, and Greg Dennis <gregsdennis@yahoo.com>.
|
|
5116
|
-
|
|
5117
|
-
All rights reserved.
|
|
5118
|
-
|
|
5119
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
5120
|
-
are permitted provided that the following conditions are met:
|
|
5121
|
-
|
|
5122
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
5123
|
-
list of conditions and the following disclaimer.
|
|
5124
|
-
|
|
5125
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
5126
|
-
this list of conditions and the following disclaimer in the documentation
|
|
5127
|
-
and/or other materials provided with the distribution.
|
|
5128
|
-
|
|
5129
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
5130
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
5131
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
5132
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
5133
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
5134
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
5135
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
5136
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
5137
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
5138
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5139
|
-
=========================================
|
|
5140
|
-
END OF json-schema-typed@8.0.2 AND INFORMATION
|
|
5141
|
-
|
|
5142
|
-
%% json5@2.2.3 NOTICES AND INFORMATION BEGIN HERE
|
|
5143
|
-
=========================================
|
|
5144
|
-
MIT License
|
|
5145
|
-
|
|
5146
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
5147
|
-
|
|
5148
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5149
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5150
|
-
in the Software without restriction, including without limitation the rights
|
|
5151
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5152
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5153
|
-
furnished to do so, subject to the following conditions:
|
|
5154
|
-
|
|
5155
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5156
|
-
copies or substantial portions of the Software.
|
|
5157
|
-
|
|
5158
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5159
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5160
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5161
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5162
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5163
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5164
|
-
SOFTWARE.
|
|
5165
|
-
|
|
5166
|
-
[others]: https://github.com/json5/json5/contributors
|
|
5167
|
-
=========================================
|
|
5168
|
-
END OF json5@2.2.3 AND INFORMATION
|
|
5169
|
-
|
|
5170
|
-
%% lru-cache@5.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5171
|
-
=========================================
|
|
5172
|
-
The ISC License
|
|
5173
|
-
|
|
5174
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
5175
|
-
|
|
5176
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5177
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
5178
|
-
copyright notice and this permission notice appear in all copies.
|
|
5179
|
-
|
|
5180
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
5181
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
5182
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
5183
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
5184
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
5185
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
5186
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5187
|
-
=========================================
|
|
5188
|
-
END OF lru-cache@5.1.1 AND INFORMATION
|
|
5189
|
-
|
|
5190
|
-
%% math-intrinsics@1.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5191
|
-
=========================================
|
|
5192
|
-
MIT License
|
|
5193
|
-
|
|
5194
|
-
Copyright (c) 2024 ECMAScript Shims
|
|
5195
|
-
|
|
5196
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5197
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5198
|
-
in the Software without restriction, including without limitation the rights
|
|
5199
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5200
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5201
|
-
furnished to do so, subject to the following conditions:
|
|
5202
|
-
|
|
5203
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5204
|
-
copies or substantial portions of the Software.
|
|
5205
|
-
|
|
5206
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5207
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5208
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5209
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5210
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5211
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5212
|
-
SOFTWARE.
|
|
5213
|
-
=========================================
|
|
5214
|
-
END OF math-intrinsics@1.1.0 AND INFORMATION
|
|
5215
|
-
|
|
5216
|
-
%% mdast-util-from-markdown@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
5217
|
-
=========================================
|
|
5218
|
-
(The MIT License)
|
|
5219
|
-
|
|
5220
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5221
|
-
|
|
5222
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5223
|
-
a copy of this software and associated documentation files (the
|
|
5224
|
-
'Software'), to deal in the Software without restriction, including
|
|
5225
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5226
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5227
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5228
|
-
the following conditions:
|
|
5229
|
-
|
|
5230
|
-
The above copyright notice and this permission notice shall be
|
|
5231
|
-
included in all copies or substantial portions of the Software.
|
|
5232
|
-
|
|
5233
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5234
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5235
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5236
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5237
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5238
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5239
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5240
|
-
=========================================
|
|
5241
|
-
END OF mdast-util-from-markdown@2.0.2 AND INFORMATION
|
|
5242
|
-
|
|
5243
|
-
%% mdast-util-to-string@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5244
|
-
=========================================
|
|
5245
|
-
(The MIT License)
|
|
5246
|
-
|
|
5247
|
-
Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
|
|
5248
|
-
|
|
5249
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5250
|
-
a copy of this software and associated documentation files (the
|
|
5251
|
-
'Software'), to deal in the Software without restriction, including
|
|
5252
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5253
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5254
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5255
|
-
the following conditions:
|
|
5256
|
-
|
|
5257
|
-
The above copyright notice and this permission notice shall be
|
|
5258
|
-
included in all copies or substantial portions of the Software.
|
|
5259
|
-
|
|
5260
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5261
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5262
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5263
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5264
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5265
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5266
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5267
|
-
=========================================
|
|
5268
|
-
END OF mdast-util-to-string@4.0.0 AND INFORMATION
|
|
5269
|
-
|
|
5270
|
-
%% media-typer@1.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5271
|
-
=========================================
|
|
5272
|
-
(The MIT License)
|
|
5273
|
-
|
|
5274
|
-
Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
5275
|
-
|
|
5276
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5277
|
-
a copy of this software and associated documentation files (the
|
|
5278
|
-
'Software'), to deal in the Software without restriction, including
|
|
5279
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5280
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5281
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5282
|
-
the following conditions:
|
|
5283
|
-
|
|
5284
|
-
The above copyright notice and this permission notice shall be
|
|
5285
|
-
included in all copies or substantial portions of the Software.
|
|
5286
|
-
|
|
5287
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5288
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5289
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5290
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5291
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5292
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5293
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5294
|
-
=========================================
|
|
5295
|
-
END OF media-typer@1.1.0 AND INFORMATION
|
|
5296
|
-
|
|
5297
|
-
%% merge-descriptors@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5298
|
-
=========================================
|
|
5299
|
-
MIT License
|
|
5300
|
-
|
|
5301
|
-
Copyright (c) Jonathan Ong <me@jongleberry.com>
|
|
5302
|
-
Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
5303
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5304
|
-
|
|
5305
|
-
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:
|
|
5306
|
-
|
|
5307
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5308
|
-
|
|
5309
|
-
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.
|
|
5310
|
-
=========================================
|
|
5311
|
-
END OF merge-descriptors@2.0.0 AND INFORMATION
|
|
5312
|
-
|
|
5313
|
-
%% micromark-core-commonmark@2.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
5314
|
-
=========================================
|
|
5315
|
-
(The MIT License)
|
|
5316
|
-
|
|
5317
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5318
|
-
|
|
5319
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5320
|
-
a copy of this software and associated documentation files (the
|
|
5321
|
-
'Software'), to deal in the Software without restriction, including
|
|
5322
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5323
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5324
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5325
|
-
the following conditions:
|
|
5326
|
-
|
|
5327
|
-
The above copyright notice and this permission notice shall be
|
|
5328
|
-
included in all copies or substantial portions of the Software.
|
|
5329
|
-
|
|
5330
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5331
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5332
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5333
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5334
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5335
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5336
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5337
|
-
=========================================
|
|
5338
|
-
END OF micromark-core-commonmark@2.0.3 AND INFORMATION
|
|
5339
|
-
|
|
5340
|
-
%% micromark-factory-destination@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5341
|
-
=========================================
|
|
5342
|
-
(The MIT License)
|
|
5343
|
-
|
|
5344
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5345
|
-
|
|
5346
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5347
|
-
a copy of this software and associated documentation files (the
|
|
5348
|
-
'Software'), to deal in the Software without restriction, including
|
|
5349
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5350
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5351
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5352
|
-
the following conditions:
|
|
5353
|
-
|
|
5354
|
-
The above copyright notice and this permission notice shall be
|
|
5355
|
-
included in all copies or substantial portions of the Software.
|
|
5356
|
-
|
|
5357
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5358
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5359
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5360
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5361
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5362
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5363
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5364
|
-
=========================================
|
|
5365
|
-
END OF micromark-factory-destination@2.0.1 AND INFORMATION
|
|
5366
|
-
|
|
5367
|
-
%% micromark-factory-label@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5368
|
-
=========================================
|
|
5369
|
-
(The MIT License)
|
|
5370
|
-
|
|
5371
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5372
|
-
|
|
5373
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5374
|
-
a copy of this software and associated documentation files (the
|
|
5375
|
-
'Software'), to deal in the Software without restriction, including
|
|
5376
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5377
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5378
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5379
|
-
the following conditions:
|
|
5380
|
-
|
|
5381
|
-
The above copyright notice and this permission notice shall be
|
|
5382
|
-
included in all copies or substantial portions of the Software.
|
|
5383
|
-
|
|
5384
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5385
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5386
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5387
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5388
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5389
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5390
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5391
|
-
=========================================
|
|
5392
|
-
END OF micromark-factory-label@2.0.1 AND INFORMATION
|
|
5393
|
-
|
|
5394
|
-
%% micromark-factory-space@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5395
|
-
=========================================
|
|
5396
|
-
(The MIT License)
|
|
5397
|
-
|
|
5398
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5399
|
-
|
|
5400
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5401
|
-
a copy of this software and associated documentation files (the
|
|
5402
|
-
'Software'), to deal in the Software without restriction, including
|
|
5403
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5404
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5405
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5406
|
-
the following conditions:
|
|
5407
|
-
|
|
5408
|
-
The above copyright notice and this permission notice shall be
|
|
5409
|
-
included in all copies or substantial portions of the Software.
|
|
5410
|
-
|
|
5411
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5412
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5413
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5414
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5415
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5416
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5417
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5418
|
-
=========================================
|
|
5419
|
-
END OF micromark-factory-space@2.0.1 AND INFORMATION
|
|
5420
|
-
|
|
5421
|
-
%% micromark-factory-title@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5422
|
-
=========================================
|
|
5423
|
-
(The MIT License)
|
|
5424
|
-
|
|
5425
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5426
|
-
|
|
5427
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5428
|
-
a copy of this software and associated documentation files (the
|
|
5429
|
-
'Software'), to deal in the Software without restriction, including
|
|
5430
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5431
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5432
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5433
|
-
the following conditions:
|
|
5434
|
-
|
|
5435
|
-
The above copyright notice and this permission notice shall be
|
|
5436
|
-
included in all copies or substantial portions of the Software.
|
|
5437
|
-
|
|
5438
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5439
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5440
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5441
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5442
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5443
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5444
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5445
|
-
=========================================
|
|
5446
|
-
END OF micromark-factory-title@2.0.1 AND INFORMATION
|
|
5447
|
-
|
|
5448
|
-
%% micromark-factory-whitespace@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5449
|
-
=========================================
|
|
5450
|
-
(The MIT License)
|
|
5451
|
-
|
|
5452
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5453
|
-
|
|
5454
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5455
|
-
a copy of this software and associated documentation files (the
|
|
5456
|
-
'Software'), to deal in the Software without restriction, including
|
|
5457
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5458
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5459
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5460
|
-
the following conditions:
|
|
5461
|
-
|
|
5462
|
-
The above copyright notice and this permission notice shall be
|
|
5463
|
-
included in all copies or substantial portions of the Software.
|
|
5464
|
-
|
|
5465
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5466
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5467
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5468
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5469
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5470
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5471
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5472
|
-
=========================================
|
|
5473
|
-
END OF micromark-factory-whitespace@2.0.1 AND INFORMATION
|
|
5474
|
-
|
|
5475
|
-
%% micromark-util-character@2.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5476
|
-
=========================================
|
|
5477
|
-
(The MIT License)
|
|
5478
|
-
|
|
5479
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5480
|
-
|
|
5481
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5482
|
-
a copy of this software and associated documentation files (the
|
|
5483
|
-
'Software'), to deal in the Software without restriction, including
|
|
5484
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5485
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5486
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5487
|
-
the following conditions:
|
|
5488
|
-
|
|
5489
|
-
The above copyright notice and this permission notice shall be
|
|
5490
|
-
included in all copies or substantial portions of the Software.
|
|
5491
|
-
|
|
5492
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5493
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5494
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5495
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5496
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5497
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5498
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5499
|
-
=========================================
|
|
5500
|
-
END OF micromark-util-character@2.1.1 AND INFORMATION
|
|
5501
|
-
|
|
5502
|
-
%% micromark-util-chunked@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5503
|
-
=========================================
|
|
5504
|
-
(The MIT License)
|
|
5505
|
-
|
|
5506
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5507
|
-
|
|
5508
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5509
|
-
a copy of this software and associated documentation files (the
|
|
5510
|
-
'Software'), to deal in the Software without restriction, including
|
|
5511
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5512
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5513
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5514
|
-
the following conditions:
|
|
5515
|
-
|
|
5516
|
-
The above copyright notice and this permission notice shall be
|
|
5517
|
-
included in all copies or substantial portions of the Software.
|
|
5518
|
-
|
|
5519
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5520
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5521
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5522
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5523
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5524
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5525
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5526
|
-
=========================================
|
|
5527
|
-
END OF micromark-util-chunked@2.0.1 AND INFORMATION
|
|
5528
|
-
|
|
5529
|
-
%% micromark-util-classify-character@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5530
|
-
=========================================
|
|
5531
|
-
(The MIT License)
|
|
5532
|
-
|
|
5533
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5534
|
-
|
|
5535
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5536
|
-
a copy of this software and associated documentation files (the
|
|
5537
|
-
'Software'), to deal in the Software without restriction, including
|
|
5538
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5539
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5540
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5541
|
-
the following conditions:
|
|
5542
|
-
|
|
5543
|
-
The above copyright notice and this permission notice shall be
|
|
5544
|
-
included in all copies or substantial portions of the Software.
|
|
5545
|
-
|
|
5546
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5547
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5548
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5549
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5550
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5551
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5552
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5553
|
-
=========================================
|
|
5554
|
-
END OF micromark-util-classify-character@2.0.1 AND INFORMATION
|
|
5555
|
-
|
|
5556
|
-
%% micromark-util-combine-extensions@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5557
|
-
=========================================
|
|
5558
|
-
(The MIT License)
|
|
5559
|
-
|
|
5560
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5561
|
-
|
|
5562
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5563
|
-
a copy of this software and associated documentation files (the
|
|
5564
|
-
'Software'), to deal in the Software without restriction, including
|
|
5565
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5566
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5567
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5568
|
-
the following conditions:
|
|
5569
|
-
|
|
5570
|
-
The above copyright notice and this permission notice shall be
|
|
5571
|
-
included in all copies or substantial portions of the Software.
|
|
5572
|
-
|
|
5573
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5574
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5575
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5576
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5577
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5578
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5579
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5580
|
-
=========================================
|
|
5581
|
-
END OF micromark-util-combine-extensions@2.0.1 AND INFORMATION
|
|
5582
|
-
|
|
5583
|
-
%% micromark-util-decode-numeric-character-reference@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
5584
|
-
=========================================
|
|
5585
|
-
(The MIT License)
|
|
5586
|
-
|
|
5587
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5588
|
-
|
|
5589
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5590
|
-
a copy of this software and associated documentation files (the
|
|
5591
|
-
'Software'), to deal in the Software without restriction, including
|
|
5592
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5593
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5594
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5595
|
-
the following conditions:
|
|
5596
|
-
|
|
5597
|
-
The above copyright notice and this permission notice shall be
|
|
5598
|
-
included in all copies or substantial portions of the Software.
|
|
5599
|
-
|
|
5600
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5601
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5602
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5603
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5604
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5605
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5606
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5607
|
-
=========================================
|
|
5608
|
-
END OF micromark-util-decode-numeric-character-reference@2.0.2 AND INFORMATION
|
|
5609
|
-
|
|
5610
|
-
%% micromark-util-decode-string@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5611
|
-
=========================================
|
|
5612
|
-
(The MIT License)
|
|
5613
|
-
|
|
5614
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5615
|
-
|
|
5616
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5617
|
-
a copy of this software and associated documentation files (the
|
|
5618
|
-
'Software'), to deal in the Software without restriction, including
|
|
5619
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5620
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5621
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5622
|
-
the following conditions:
|
|
5623
|
-
|
|
5624
|
-
The above copyright notice and this permission notice shall be
|
|
5625
|
-
included in all copies or substantial portions of the Software.
|
|
5626
|
-
|
|
5627
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5628
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5629
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5630
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5631
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5632
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5633
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5634
|
-
=========================================
|
|
5635
|
-
END OF micromark-util-decode-string@2.0.1 AND INFORMATION
|
|
5636
|
-
|
|
5637
|
-
%% micromark-util-encode@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5638
|
-
=========================================
|
|
5639
|
-
(The MIT License)
|
|
5640
|
-
|
|
5641
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5642
|
-
|
|
5643
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5644
|
-
a copy of this software and associated documentation files (the
|
|
5645
|
-
'Software'), to deal in the Software without restriction, including
|
|
5646
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5647
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5648
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5649
|
-
the following conditions:
|
|
5650
|
-
|
|
5651
|
-
The above copyright notice and this permission notice shall be
|
|
5652
|
-
included in all copies or substantial portions of the Software.
|
|
5653
|
-
|
|
5654
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5655
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5656
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5657
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5658
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5659
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5660
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5661
|
-
=========================================
|
|
5662
|
-
END OF micromark-util-encode@2.0.1 AND INFORMATION
|
|
5663
|
-
|
|
5664
|
-
%% micromark-util-html-tag-name@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5665
|
-
=========================================
|
|
5666
|
-
(The MIT License)
|
|
5667
|
-
|
|
5668
|
-
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5669
|
-
|
|
5670
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5671
|
-
a copy of this software and associated documentation files (the
|
|
5672
|
-
'Software'), to deal in the Software without restriction, including
|
|
5673
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5674
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5675
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5676
|
-
the following conditions:
|
|
5677
|
-
|
|
5678
|
-
The above copyright notice and this permission notice shall be
|
|
5679
|
-
included in all copies or substantial portions of the Software.
|
|
5680
|
-
|
|
5681
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5682
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5683
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5684
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5685
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5686
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5687
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5688
|
-
=========================================
|
|
5689
|
-
END OF micromark-util-html-tag-name@2.0.1 AND INFORMATION
|
|
5690
|
-
|
|
5691
|
-
%% micromark-util-normalize-identifier@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5692
|
-
=========================================
|
|
5693
|
-
(The MIT License)
|
|
3859
|
+
(The MIT License)
|
|
5694
3860
|
|
|
5695
3861
|
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5696
3862
|
|
|
@@ -5713,9 +3879,9 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5713
3879
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5714
3880
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5715
3881
|
=========================================
|
|
5716
|
-
END OF micromark-
|
|
3882
|
+
END OF micromark-factory-label@2.0.1 AND INFORMATION
|
|
5717
3883
|
|
|
5718
|
-
%% micromark-
|
|
3884
|
+
%% micromark-factory-space@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5719
3885
|
=========================================
|
|
5720
3886
|
(The MIT License)
|
|
5721
3887
|
|
|
@@ -5740,9 +3906,9 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5740
3906
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5741
3907
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5742
3908
|
=========================================
|
|
5743
|
-
END OF micromark-
|
|
3909
|
+
END OF micromark-factory-space@2.0.1 AND INFORMATION
|
|
5744
3910
|
|
|
5745
|
-
%% micromark-
|
|
3911
|
+
%% micromark-factory-title@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5746
3912
|
=========================================
|
|
5747
3913
|
(The MIT License)
|
|
5748
3914
|
|
|
@@ -5767,9 +3933,9 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5767
3933
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5768
3934
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5769
3935
|
=========================================
|
|
5770
|
-
END OF micromark-
|
|
3936
|
+
END OF micromark-factory-title@2.0.1 AND INFORMATION
|
|
5771
3937
|
|
|
5772
|
-
%% micromark-
|
|
3938
|
+
%% micromark-factory-whitespace@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5773
3939
|
=========================================
|
|
5774
3940
|
(The MIT License)
|
|
5775
3941
|
|
|
@@ -5794,9 +3960,9 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5794
3960
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5795
3961
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5796
3962
|
=========================================
|
|
5797
|
-
END OF micromark-
|
|
3963
|
+
END OF micromark-factory-whitespace@2.0.1 AND INFORMATION
|
|
5798
3964
|
|
|
5799
|
-
%% micromark-util-
|
|
3965
|
+
%% micromark-util-character@2.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5800
3966
|
=========================================
|
|
5801
3967
|
(The MIT License)
|
|
5802
3968
|
|
|
@@ -5821,9 +3987,9 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5821
3987
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5822
3988
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5823
3989
|
=========================================
|
|
5824
|
-
END OF micromark-util-
|
|
3990
|
+
END OF micromark-util-character@2.1.1 AND INFORMATION
|
|
5825
3991
|
|
|
5826
|
-
%% micromark-util-
|
|
3992
|
+
%% micromark-util-chunked@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5827
3993
|
=========================================
|
|
5828
3994
|
(The MIT License)
|
|
5829
3995
|
|
|
@@ -5848,9 +4014,9 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5848
4014
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5849
4015
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5850
4016
|
=========================================
|
|
5851
|
-
END OF micromark-util-
|
|
4017
|
+
END OF micromark-util-chunked@2.0.1 AND INFORMATION
|
|
5852
4018
|
|
|
5853
|
-
%% micromark@
|
|
4019
|
+
%% micromark-util-classify-character@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5854
4020
|
=========================================
|
|
5855
4021
|
(The MIT License)
|
|
5856
4022
|
|
|
@@ -5870,260 +4036,18 @@ included in all copies or substantial portions of the Software.
|
|
|
5870
4036
|
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5871
4037
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5872
4038
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5873
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5874
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5875
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5876
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5877
|
-
=========================================
|
|
5878
|
-
END OF micromark@4.0.2 AND INFORMATION
|
|
5879
|
-
|
|
5880
|
-
%% micromatch@4.0.8 NOTICES AND INFORMATION BEGIN HERE
|
|
5881
|
-
=========================================
|
|
5882
|
-
The MIT License (MIT)
|
|
5883
|
-
|
|
5884
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
5885
|
-
|
|
5886
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5887
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5888
|
-
in the Software without restriction, including without limitation the rights
|
|
5889
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5890
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5891
|
-
furnished to do so, subject to the following conditions:
|
|
5892
|
-
|
|
5893
|
-
The above copyright notice and this permission notice shall be included in
|
|
5894
|
-
all copies or substantial portions of the Software.
|
|
5895
|
-
|
|
5896
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5897
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5898
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5899
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5900
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5901
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5902
|
-
THE SOFTWARE.
|
|
5903
|
-
=========================================
|
|
5904
|
-
END OF micromatch@4.0.8 AND INFORMATION
|
|
5905
|
-
|
|
5906
|
-
%% mime-db@1.54.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5907
|
-
=========================================
|
|
5908
|
-
(The MIT License)
|
|
5909
|
-
|
|
5910
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
5911
|
-
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
5912
|
-
|
|
5913
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5914
|
-
a copy of this software and associated documentation files (the
|
|
5915
|
-
'Software'), to deal in the Software without restriction, including
|
|
5916
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5917
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5918
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5919
|
-
the following conditions:
|
|
5920
|
-
|
|
5921
|
-
The above copyright notice and this permission notice shall be
|
|
5922
|
-
included in all copies or substantial portions of the Software.
|
|
5923
|
-
|
|
5924
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5925
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5926
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5927
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5928
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5929
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5930
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5931
|
-
=========================================
|
|
5932
|
-
END OF mime-db@1.54.0 AND INFORMATION
|
|
5933
|
-
|
|
5934
|
-
%% mime-types@3.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
5935
|
-
=========================================
|
|
5936
|
-
(The MIT License)
|
|
5937
|
-
|
|
5938
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
5939
|
-
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
5940
|
-
|
|
5941
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5942
|
-
a copy of this software and associated documentation files (the
|
|
5943
|
-
'Software'), to deal in the Software without restriction, including
|
|
5944
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5945
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5946
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5947
|
-
the following conditions:
|
|
5948
|
-
|
|
5949
|
-
The above copyright notice and this permission notice shall be
|
|
5950
|
-
included in all copies or substantial portions of the Software.
|
|
5951
|
-
|
|
5952
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5953
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5954
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5955
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5956
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5957
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5958
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5959
|
-
=========================================
|
|
5960
|
-
END OF mime-types@3.0.2 AND INFORMATION
|
|
5961
|
-
|
|
5962
|
-
%% ms@2.1.3 NOTICES AND INFORMATION BEGIN HERE
|
|
5963
|
-
=========================================
|
|
5964
|
-
The MIT License (MIT)
|
|
5965
|
-
|
|
5966
|
-
Copyright (c) 2020 Vercel, Inc.
|
|
5967
|
-
|
|
5968
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5969
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5970
|
-
in the Software without restriction, including without limitation the rights
|
|
5971
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5972
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5973
|
-
furnished to do so, subject to the following conditions:
|
|
5974
|
-
|
|
5975
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5976
|
-
copies or substantial portions of the Software.
|
|
5977
|
-
|
|
5978
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5979
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5980
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5981
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5982
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5983
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5984
|
-
SOFTWARE.
|
|
5985
|
-
=========================================
|
|
5986
|
-
END OF ms@2.1.3 AND INFORMATION
|
|
5987
|
-
|
|
5988
|
-
%% negotiator@1.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5989
|
-
=========================================
|
|
5990
|
-
(The MIT License)
|
|
5991
|
-
|
|
5992
|
-
Copyright (c) 2012-2014 Federico Romero
|
|
5993
|
-
Copyright (c) 2012-2014 Isaac Z. Schlueter
|
|
5994
|
-
Copyright (c) 2014-2015 Douglas Christopher Wilson
|
|
5995
|
-
|
|
5996
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5997
|
-
a copy of this software and associated documentation files (the
|
|
5998
|
-
'Software'), to deal in the Software without restriction, including
|
|
5999
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
6000
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6001
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
6002
|
-
the following conditions:
|
|
6003
|
-
|
|
6004
|
-
The above copyright notice and this permission notice shall be
|
|
6005
|
-
included in all copies or substantial portions of the Software.
|
|
6006
|
-
|
|
6007
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
6008
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6009
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6010
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6011
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6012
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6013
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6014
|
-
=========================================
|
|
6015
|
-
END OF negotiator@1.0.0 AND INFORMATION
|
|
6016
|
-
|
|
6017
|
-
%% node-releases@2.0.19 NOTICES AND INFORMATION BEGIN HERE
|
|
6018
|
-
=========================================
|
|
6019
|
-
The MIT License
|
|
6020
|
-
|
|
6021
|
-
Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
|
|
6022
|
-
|
|
6023
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6024
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6025
|
-
in the Software without restriction, including without limitation the rights
|
|
6026
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6027
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6028
|
-
furnished to do so, subject to the following conditions:
|
|
6029
|
-
|
|
6030
|
-
The above copyright notice and this permission notice shall be included in
|
|
6031
|
-
all copies or substantial portions of the Software.
|
|
6032
|
-
|
|
6033
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6034
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6035
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6036
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6037
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6038
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6039
|
-
THE SOFTWARE.
|
|
6040
|
-
=========================================
|
|
6041
|
-
END OF node-releases@2.0.19 AND INFORMATION
|
|
6042
|
-
|
|
6043
|
-
%% normalize-path@3.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6044
|
-
=========================================
|
|
6045
|
-
The MIT License (MIT)
|
|
6046
|
-
|
|
6047
|
-
Copyright (c) 2014-2018, Jon Schlinkert.
|
|
6048
|
-
|
|
6049
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6050
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6051
|
-
in the Software without restriction, including without limitation the rights
|
|
6052
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6053
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6054
|
-
furnished to do so, subject to the following conditions:
|
|
6055
|
-
|
|
6056
|
-
The above copyright notice and this permission notice shall be included in
|
|
6057
|
-
all copies or substantial portions of the Software.
|
|
6058
|
-
|
|
6059
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6060
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6061
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6062
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6063
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6064
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6065
|
-
THE SOFTWARE.
|
|
6066
|
-
=========================================
|
|
6067
|
-
END OF normalize-path@3.0.0 AND INFORMATION
|
|
6068
|
-
|
|
6069
|
-
%% object-assign@4.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6070
|
-
=========================================
|
|
6071
|
-
The MIT License (MIT)
|
|
6072
|
-
|
|
6073
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
6074
|
-
|
|
6075
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6076
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6077
|
-
in the Software without restriction, including without limitation the rights
|
|
6078
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6079
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6080
|
-
furnished to do so, subject to the following conditions:
|
|
6081
|
-
|
|
6082
|
-
The above copyright notice and this permission notice shall be included in
|
|
6083
|
-
all copies or substantial portions of the Software.
|
|
6084
|
-
|
|
6085
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6086
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6087
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6088
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6089
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6090
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6091
|
-
THE SOFTWARE.
|
|
6092
|
-
=========================================
|
|
6093
|
-
END OF object-assign@4.1.1 AND INFORMATION
|
|
6094
|
-
|
|
6095
|
-
%% object-inspect@1.13.4 NOTICES AND INFORMATION BEGIN HERE
|
|
6096
|
-
=========================================
|
|
6097
|
-
MIT License
|
|
6098
|
-
|
|
6099
|
-
Copyright (c) 2013 James Halliday
|
|
6100
|
-
|
|
6101
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6102
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6103
|
-
in the Software without restriction, including without limitation the rights
|
|
6104
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6105
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6106
|
-
furnished to do so, subject to the following conditions:
|
|
6107
|
-
|
|
6108
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6109
|
-
copies or substantial portions of the Software.
|
|
6110
|
-
|
|
6111
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6112
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6113
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6114
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6115
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6116
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6117
|
-
SOFTWARE.
|
|
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.
|
|
6118
4043
|
=========================================
|
|
6119
|
-
END OF
|
|
4044
|
+
END OF micromark-util-classify-character@2.0.1 AND INFORMATION
|
|
6120
4045
|
|
|
6121
|
-
%%
|
|
4046
|
+
%% micromark-util-combine-extensions@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6122
4047
|
=========================================
|
|
6123
4048
|
(The MIT License)
|
|
6124
4049
|
|
|
6125
|
-
Copyright (c)
|
|
6126
|
-
Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4050
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6127
4051
|
|
|
6128
4052
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6129
4053
|
a copy of this software and associated documentation files (the
|
|
@@ -6144,34 +4068,13 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
6144
4068
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6145
4069
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6146
4070
|
=========================================
|
|
6147
|
-
END OF
|
|
6148
|
-
|
|
6149
|
-
%% once@1.4.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6150
|
-
=========================================
|
|
6151
|
-
The ISC License
|
|
6152
|
-
|
|
6153
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
6154
|
-
|
|
6155
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
6156
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
6157
|
-
copyright notice and this permission notice appear in all copies.
|
|
6158
|
-
|
|
6159
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
6160
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
6161
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
6162
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
6163
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
6164
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
6165
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6166
|
-
=========================================
|
|
6167
|
-
END OF once@1.4.0 AND INFORMATION
|
|
4071
|
+
END OF micromark-util-combine-extensions@2.0.1 AND INFORMATION
|
|
6168
4072
|
|
|
6169
|
-
%%
|
|
4073
|
+
%% micromark-util-decode-numeric-character-reference@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
6170
4074
|
=========================================
|
|
6171
4075
|
(The MIT License)
|
|
6172
4076
|
|
|
6173
|
-
Copyright (c)
|
|
6174
|
-
Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4077
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6175
4078
|
|
|
6176
4079
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6177
4080
|
a copy of this software and associated documentation files (the
|
|
@@ -6192,178 +4095,175 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
6192
4095
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6193
4096
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6194
4097
|
=========================================
|
|
6195
|
-
END OF
|
|
4098
|
+
END OF micromark-util-decode-numeric-character-reference@2.0.2 AND INFORMATION
|
|
6196
4099
|
|
|
6197
|
-
%%
|
|
4100
|
+
%% micromark-util-decode-string@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6198
4101
|
=========================================
|
|
6199
|
-
MIT License
|
|
6200
|
-
|
|
6201
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4102
|
+
(The MIT License)
|
|
6202
4103
|
|
|
6203
|
-
|
|
4104
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6204
4105
|
|
|
6205
|
-
|
|
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:
|
|
6206
4113
|
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
END OF path-key@3.1.1 AND INFORMATION
|
|
4114
|
+
The above copyright notice and this permission notice shall be
|
|
4115
|
+
included in all copies or substantial portions of the Software.
|
|
6210
4116
|
|
|
6211
|
-
|
|
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.
|
|
6212
4124
|
=========================================
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
|
|
6216
|
-
|
|
6217
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6218
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6219
|
-
in the Software without restriction, including without limitation the rights
|
|
6220
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6221
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6222
|
-
furnished to do so, subject to the following conditions:
|
|
6223
|
-
|
|
6224
|
-
The above copyright notice and this permission notice shall be included in
|
|
6225
|
-
all copies or substantial portions of the Software.
|
|
4125
|
+
END OF micromark-util-decode-string@2.0.1 AND INFORMATION
|
|
6226
4126
|
|
|
6227
|
-
|
|
6228
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6229
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6230
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6231
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6232
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6233
|
-
THE SOFTWARE.
|
|
4127
|
+
%% micromark-util-encode@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6234
4128
|
=========================================
|
|
6235
|
-
|
|
4129
|
+
(The MIT License)
|
|
6236
4130
|
|
|
6237
|
-
|
|
6238
|
-
=========================================
|
|
6239
|
-
ISC License
|
|
4131
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6240
4132
|
|
|
6241
|
-
|
|
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:
|
|
6242
4140
|
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
copyright notice and this permission notice appear in all copies.
|
|
4141
|
+
The above copyright notice and this permission notice shall be
|
|
4142
|
+
included in all copies or substantial portions of the Software.
|
|
6246
4143
|
|
|
6247
|
-
THE SOFTWARE IS PROVIDED
|
|
6248
|
-
|
|
6249
|
-
MERCHANTABILITY
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
OR
|
|
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.
|
|
6254
4151
|
=========================================
|
|
6255
|
-
END OF
|
|
4152
|
+
END OF micromark-util-encode@2.0.1 AND INFORMATION
|
|
6256
4153
|
|
|
6257
|
-
%%
|
|
4154
|
+
%% micromark-util-html-tag-name@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6258
4155
|
=========================================
|
|
6259
|
-
The MIT License
|
|
4156
|
+
(The MIT License)
|
|
6260
4157
|
|
|
6261
|
-
Copyright (c)
|
|
4158
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6262
4159
|
|
|
6263
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6264
|
-
of this software and associated documentation files (the
|
|
6265
|
-
in the Software without restriction, including
|
|
6266
|
-
to use, copy, modify, merge, publish,
|
|
6267
|
-
copies of the Software, and to
|
|
6268
|
-
furnished to do so, subject to
|
|
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:
|
|
6269
4167
|
|
|
6270
|
-
The above copyright notice and this permission notice shall be
|
|
6271
|
-
all copies or substantial portions of the Software.
|
|
4168
|
+
The above copyright notice and this permission notice shall be
|
|
4169
|
+
included in all copies or substantial portions of the Software.
|
|
6272
4170
|
|
|
6273
|
-
THE SOFTWARE IS PROVIDED
|
|
6274
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6275
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6276
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6277
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6278
|
-
OUT OF OR IN CONNECTION WITH THE
|
|
6279
|
-
THE SOFTWARE.
|
|
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.
|
|
6280
4178
|
=========================================
|
|
6281
|
-
END OF
|
|
4179
|
+
END OF micromark-util-html-tag-name@2.0.1 AND INFORMATION
|
|
6282
4180
|
|
|
6283
|
-
%%
|
|
4181
|
+
%% micromark-util-normalize-identifier@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6284
4182
|
=========================================
|
|
6285
|
-
The MIT License
|
|
4183
|
+
(The MIT License)
|
|
6286
4184
|
|
|
6287
|
-
Copyright (c)
|
|
4185
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6288
4186
|
|
|
6289
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6290
|
-
of this software and associated documentation files (the
|
|
6291
|
-
in the Software without restriction, including
|
|
6292
|
-
to use, copy, modify, merge, publish,
|
|
6293
|
-
copies of the Software, and to
|
|
6294
|
-
furnished to do so, subject to
|
|
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:
|
|
6295
4194
|
|
|
6296
|
-
The above copyright notice and this permission notice shall be
|
|
6297
|
-
all copies or substantial portions of the Software.
|
|
4195
|
+
The above copyright notice and this permission notice shall be
|
|
4196
|
+
included in all copies or substantial portions of the Software.
|
|
6298
4197
|
|
|
6299
|
-
THE SOFTWARE IS PROVIDED
|
|
6300
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6301
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6302
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6303
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6304
|
-
OUT OF OR IN CONNECTION WITH THE
|
|
6305
|
-
THE SOFTWARE.
|
|
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.
|
|
6306
4205
|
=========================================
|
|
6307
|
-
END OF
|
|
4206
|
+
END OF micromark-util-normalize-identifier@2.0.1 AND INFORMATION
|
|
6308
4207
|
|
|
6309
|
-
%%
|
|
4208
|
+
%% micromark-util-resolve-all@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6310
4209
|
=========================================
|
|
6311
|
-
MIT License
|
|
4210
|
+
(The MIT License)
|
|
6312
4211
|
|
|
6313
|
-
Copyright (c)
|
|
4212
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6314
4213
|
|
|
6315
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6316
|
-
of this software and associated documentation files (the
|
|
6317
|
-
in the Software without restriction, including
|
|
6318
|
-
to use, copy, modify, merge, publish,
|
|
6319
|
-
copies of the Software, and to
|
|
6320
|
-
furnished to do so, subject to
|
|
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:
|
|
6321
4221
|
|
|
6322
|
-
The above copyright notice and this permission notice shall be
|
|
6323
|
-
copies or substantial portions of the Software.
|
|
4222
|
+
The above copyright notice and this permission notice shall be
|
|
4223
|
+
included in all copies or substantial portions of the Software.
|
|
6324
4224
|
|
|
6325
|
-
THE SOFTWARE IS PROVIDED
|
|
6326
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6327
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6328
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6329
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6330
|
-
|
|
6331
|
-
SOFTWARE.
|
|
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.
|
|
6332
4232
|
=========================================
|
|
6333
|
-
END OF
|
|
4233
|
+
END OF micromark-util-resolve-all@2.0.1 AND INFORMATION
|
|
6334
4234
|
|
|
6335
|
-
%%
|
|
4235
|
+
%% micromark-util-sanitize-uri@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6336
4236
|
=========================================
|
|
6337
|
-
MIT License
|
|
4237
|
+
(The MIT License)
|
|
6338
4238
|
|
|
6339
|
-
Copyright (c)
|
|
6340
|
-
Copyright Contributors to the Jest project.
|
|
4239
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6341
4240
|
|
|
6342
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6343
|
-
of this software and associated documentation files (the
|
|
6344
|
-
in the Software without restriction, including
|
|
6345
|
-
to use, copy, modify, merge, publish,
|
|
6346
|
-
copies of the Software, and to
|
|
6347
|
-
furnished to do so, subject to
|
|
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:
|
|
6348
4248
|
|
|
6349
|
-
The above copyright notice and this permission notice shall be
|
|
6350
|
-
copies or substantial portions of the Software.
|
|
4249
|
+
The above copyright notice and this permission notice shall be
|
|
4250
|
+
included in all copies or substantial portions of the Software.
|
|
6351
4251
|
|
|
6352
|
-
THE SOFTWARE IS PROVIDED
|
|
6353
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6354
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6355
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6356
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6357
|
-
|
|
6358
|
-
SOFTWARE.
|
|
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.
|
|
6359
4259
|
=========================================
|
|
6360
|
-
END OF
|
|
4260
|
+
END OF micromark-util-sanitize-uri@2.0.1 AND INFORMATION
|
|
6361
4261
|
|
|
6362
|
-
%%
|
|
4262
|
+
%% micromark-util-subtokenize@2.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6363
4263
|
=========================================
|
|
6364
4264
|
(The MIT License)
|
|
6365
4265
|
|
|
6366
|
-
Copyright (c)
|
|
4266
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6367
4267
|
|
|
6368
4268
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6369
4269
|
a copy of this software and associated documentation files (the
|
|
@@ -6384,48 +4284,40 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
6384
4284
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6385
4285
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6386
4286
|
=========================================
|
|
6387
|
-
END OF
|
|
4287
|
+
END OF micromark-util-subtokenize@2.1.0 AND INFORMATION
|
|
6388
4288
|
|
|
6389
|
-
%%
|
|
4289
|
+
%% micromark-util-symbol@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6390
4290
|
=========================================
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
|
|
6394
|
-
All rights reserved.
|
|
6395
|
-
|
|
6396
|
-
Redistribution and use in source and binary forms, with or without
|
|
6397
|
-
modification, are permitted provided that the following conditions are met:
|
|
4291
|
+
(The MIT License)
|
|
6398
4292
|
|
|
6399
|
-
|
|
6400
|
-
list of conditions and the following disclaimer.
|
|
4293
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6401
4294
|
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
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:
|
|
6405
4302
|
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
this software without specific prior written permission.
|
|
4303
|
+
The above copyright notice and this permission notice shall be
|
|
4304
|
+
included in all copies or substantial portions of the Software.
|
|
6409
4305
|
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
6418
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
6419
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
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.
|
|
6420
4313
|
=========================================
|
|
6421
|
-
END OF
|
|
4314
|
+
END OF micromark-util-symbol@2.0.1 AND INFORMATION
|
|
6422
4315
|
|
|
6423
|
-
%%
|
|
4316
|
+
%% micromark-util-types@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
6424
4317
|
=========================================
|
|
6425
4318
|
(The MIT License)
|
|
6426
4319
|
|
|
6427
|
-
Copyright (c)
|
|
6428
|
-
Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
|
|
4320
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6429
4321
|
|
|
6430
4322
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6431
4323
|
a copy of this software and associated documentation files (the
|
|
@@ -6446,40 +4338,40 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
6446
4338
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6447
4339
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6448
4340
|
=========================================
|
|
6449
|
-
END OF
|
|
4341
|
+
END OF micromark-util-types@2.0.2 AND INFORMATION
|
|
6450
4342
|
|
|
6451
|
-
%%
|
|
4343
|
+
%% micromark@4.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
6452
4344
|
=========================================
|
|
6453
|
-
The MIT License
|
|
4345
|
+
(The MIT License)
|
|
6454
4346
|
|
|
6455
|
-
Copyright (c)
|
|
6456
|
-
Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4347
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
6457
4348
|
|
|
6458
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6459
|
-
of this software and associated documentation files (the
|
|
6460
|
-
in the Software without restriction, including
|
|
6461
|
-
to use, copy, modify, merge, publish,
|
|
6462
|
-
copies of the Software, and to
|
|
6463
|
-
furnished to do so, subject to
|
|
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:
|
|
6464
4356
|
|
|
6465
|
-
The above copyright notice and this permission notice shall be
|
|
6466
|
-
all copies or substantial portions of the Software.
|
|
4357
|
+
The above copyright notice and this permission notice shall be
|
|
4358
|
+
included in all copies or substantial portions of the Software.
|
|
6467
4359
|
|
|
6468
|
-
THE SOFTWARE IS PROVIDED
|
|
6469
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6470
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6471
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6472
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6473
|
-
OUT OF OR IN CONNECTION WITH THE
|
|
6474
|
-
THE SOFTWARE.
|
|
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.
|
|
6475
4367
|
=========================================
|
|
6476
|
-
END OF
|
|
4368
|
+
END OF micromark@4.0.2 AND INFORMATION
|
|
6477
4369
|
|
|
6478
|
-
%%
|
|
4370
|
+
%% micromatch@4.0.8 NOTICES AND INFORMATION BEGIN HERE
|
|
6479
4371
|
=========================================
|
|
6480
|
-
MIT License
|
|
4372
|
+
The MIT License (MIT)
|
|
6481
4373
|
|
|
6482
|
-
Copyright (c)
|
|
4374
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
6483
4375
|
|
|
6484
4376
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6485
4377
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6488,24 +4380,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
6488
4380
|
copies of the Software, and to permit persons to whom the Software is
|
|
6489
4381
|
furnished to do so, subject to the following conditions:
|
|
6490
4382
|
|
|
6491
|
-
The above copyright notice and this permission notice shall be included in
|
|
6492
|
-
copies or substantial portions of the Software.
|
|
4383
|
+
The above copyright notice and this permission notice shall be included in
|
|
4384
|
+
all copies or substantial portions of the Software.
|
|
6493
4385
|
|
|
6494
4386
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6495
4387
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6496
4388
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6497
4389
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6498
4390
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6499
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6500
|
-
SOFTWARE.
|
|
4391
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4392
|
+
THE SOFTWARE.
|
|
6501
4393
|
=========================================
|
|
6502
|
-
END OF
|
|
4394
|
+
END OF micromatch@4.0.8 AND INFORMATION
|
|
6503
4395
|
|
|
6504
|
-
%%
|
|
4396
|
+
%% ms@2.1.3 NOTICES AND INFORMATION BEGIN HERE
|
|
6505
4397
|
=========================================
|
|
6506
|
-
MIT License
|
|
4398
|
+
The MIT License (MIT)
|
|
6507
4399
|
|
|
6508
|
-
Copyright (c)
|
|
4400
|
+
Copyright (c) 2020 Vercel, Inc.
|
|
6509
4401
|
|
|
6510
4402
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6511
4403
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6525,13 +4417,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6525
4417
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6526
4418
|
SOFTWARE.
|
|
6527
4419
|
=========================================
|
|
6528
|
-
END OF
|
|
4420
|
+
END OF ms@2.1.3 AND INFORMATION
|
|
6529
4421
|
|
|
6530
|
-
%%
|
|
4422
|
+
%% node-releases@2.0.19 NOTICES AND INFORMATION BEGIN HERE
|
|
6531
4423
|
=========================================
|
|
6532
|
-
|
|
4424
|
+
The MIT License
|
|
6533
4425
|
|
|
6534
|
-
Copyright (c)
|
|
4426
|
+
Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
|
|
6535
4427
|
|
|
6536
4428
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6537
4429
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6551,13 +4443,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6551
4443
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6552
4444
|
THE SOFTWARE.
|
|
6553
4445
|
=========================================
|
|
6554
|
-
END OF
|
|
4446
|
+
END OF node-releases@2.0.19 AND INFORMATION
|
|
6555
4447
|
|
|
6556
|
-
%%
|
|
4448
|
+
%% normalize-path@3.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6557
4449
|
=========================================
|
|
6558
4450
|
The MIT License (MIT)
|
|
6559
4451
|
|
|
6560
|
-
Copyright (c)
|
|
4452
|
+
Copyright (c) 2014-2018, Jon Schlinkert.
|
|
6561
4453
|
|
|
6562
4454
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6563
4455
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6577,41 +4469,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6577
4469
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6578
4470
|
THE SOFTWARE.
|
|
6579
4471
|
=========================================
|
|
6580
|
-
END OF
|
|
4472
|
+
END OF normalize-path@3.0.0 AND INFORMATION
|
|
6581
4473
|
|
|
6582
|
-
%%
|
|
4474
|
+
%% picocolors@1.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6583
4475
|
=========================================
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
Copyright (c) 2013 Roman Shtylman
|
|
6587
|
-
Copyright (c) 2014-2022 Douglas Christopher Wilson
|
|
4476
|
+
ISC License
|
|
6588
4477
|
|
|
6589
|
-
|
|
6590
|
-
a copy of this software and associated documentation files (the
|
|
6591
|
-
'Software'), to deal in the Software without restriction, including
|
|
6592
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
6593
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6594
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
6595
|
-
the following conditions:
|
|
4478
|
+
Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
|
|
6596
4479
|
|
|
6597
|
-
|
|
6598
|
-
|
|
4480
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
4481
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
4482
|
+
copyright notice and this permission notice appear in all copies.
|
|
6599
4483
|
|
|
6600
|
-
THE SOFTWARE IS PROVIDED
|
|
6601
|
-
|
|
6602
|
-
MERCHANTABILITY
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
4484
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4485
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4486
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4487
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4488
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4489
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
4490
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6607
4491
|
=========================================
|
|
6608
|
-
END OF
|
|
4492
|
+
END OF picocolors@1.1.1 AND INFORMATION
|
|
6609
4493
|
|
|
6610
|
-
%%
|
|
4494
|
+
%% picomatch@2.3.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6611
4495
|
=========================================
|
|
6612
|
-
MIT License
|
|
4496
|
+
The MIT License (MIT)
|
|
6613
4497
|
|
|
6614
|
-
Copyright (c)
|
|
4498
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
6615
4499
|
|
|
6616
4500
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6617
4501
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6620,148 +4504,51 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
6620
4504
|
copies of the Software, and to permit persons to whom the Software is
|
|
6621
4505
|
furnished to do so, subject to the following conditions:
|
|
6622
4506
|
|
|
6623
|
-
The above copyright notice and this permission notice shall be included in
|
|
6624
|
-
copies or substantial portions of the Software.
|
|
4507
|
+
The above copyright notice and this permission notice shall be included in
|
|
4508
|
+
all copies or substantial portions of the Software.
|
|
6625
4509
|
|
|
6626
4510
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6627
4511
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6628
4512
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6629
4513
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6630
4514
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6631
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6632
|
-
SOFTWARE.
|
|
6633
|
-
=========================================
|
|
6634
|
-
END OF safer-buffer@2.1.2 AND INFORMATION
|
|
6635
|
-
|
|
6636
|
-
%% semver@6.3.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6637
|
-
=========================================
|
|
6638
|
-
The ISC License
|
|
6639
|
-
|
|
6640
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
6641
|
-
|
|
6642
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
6643
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
6644
|
-
copyright notice and this permission notice appear in all copies.
|
|
6645
|
-
|
|
6646
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
6647
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
6648
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
6649
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
6650
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
6651
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
6652
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6653
|
-
=========================================
|
|
6654
|
-
END OF semver@6.3.1 AND INFORMATION
|
|
6655
|
-
|
|
6656
|
-
%% send@1.2.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6657
|
-
=========================================
|
|
6658
|
-
(The MIT License)
|
|
6659
|
-
|
|
6660
|
-
Copyright (c) 2012 TJ Holowaychuk
|
|
6661
|
-
Copyright (c) 2014-2022 Douglas Christopher Wilson
|
|
6662
|
-
|
|
6663
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6664
|
-
a copy of this software and associated documentation files (the
|
|
6665
|
-
'Software'), to deal in the Software without restriction, including
|
|
6666
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
6667
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6668
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
6669
|
-
the following conditions:
|
|
6670
|
-
|
|
6671
|
-
The above copyright notice and this permission notice shall be
|
|
6672
|
-
included in all copies or substantial portions of the Software.
|
|
6673
|
-
|
|
6674
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
6675
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6676
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6677
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6678
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6679
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6680
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6681
|
-
=========================================
|
|
6682
|
-
END OF send@1.2.1 AND INFORMATION
|
|
6683
|
-
|
|
6684
|
-
%% serve-static@2.2.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6685
|
-
=========================================
|
|
6686
|
-
(The MIT License)
|
|
6687
|
-
|
|
6688
|
-
Copyright (c) 2010 Sencha Inc.
|
|
6689
|
-
Copyright (c) 2011 LearnBoost
|
|
6690
|
-
Copyright (c) 2011 TJ Holowaychuk
|
|
6691
|
-
Copyright (c) 2014-2016 Douglas Christopher Wilson
|
|
6692
|
-
|
|
6693
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6694
|
-
a copy of this software and associated documentation files (the
|
|
6695
|
-
'Software'), to deal in the Software without restriction, including
|
|
6696
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
6697
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6698
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
6699
|
-
the following conditions:
|
|
6700
|
-
|
|
6701
|
-
The above copyright notice and this permission notice shall be
|
|
6702
|
-
included in all copies or substantial portions of the Software.
|
|
6703
|
-
|
|
6704
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
6705
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6706
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6707
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6708
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6709
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6710
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6711
|
-
=========================================
|
|
6712
|
-
END OF serve-static@2.2.1 AND INFORMATION
|
|
6713
|
-
|
|
6714
|
-
%% setprototypeof@1.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6715
|
-
=========================================
|
|
6716
|
-
Copyright (c) 2015, Wes Todd
|
|
6717
|
-
|
|
6718
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
6719
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
6720
|
-
copyright notice and this permission notice appear in all copies.
|
|
6721
|
-
|
|
6722
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
6723
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
6724
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
|
6725
|
-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
6726
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
|
6727
|
-
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
|
6728
|
-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6729
|
-
=========================================
|
|
6730
|
-
END OF setprototypeof@1.2.0 AND INFORMATION
|
|
6731
|
-
|
|
6732
|
-
%% shebang-command@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6733
|
-
=========================================
|
|
6734
|
-
MIT License
|
|
6735
|
-
|
|
6736
|
-
Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
6737
|
-
|
|
6738
|
-
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:
|
|
6739
|
-
|
|
6740
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6741
|
-
|
|
6742
|
-
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.
|
|
4515
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4516
|
+
THE SOFTWARE.
|
|
6743
4517
|
=========================================
|
|
6744
|
-
END OF
|
|
4518
|
+
END OF picomatch@2.3.1 AND INFORMATION
|
|
6745
4519
|
|
|
6746
|
-
%%
|
|
4520
|
+
%% picomatch@4.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
6747
4521
|
=========================================
|
|
6748
|
-
MIT License
|
|
4522
|
+
The MIT License (MIT)
|
|
6749
4523
|
|
|
6750
|
-
Copyright (c)
|
|
4524
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
6751
4525
|
|
|
6752
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4526
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4527
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4528
|
+
in the Software without restriction, including without limitation the rights
|
|
4529
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4530
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4531
|
+
furnished to do so, subject to the following conditions:
|
|
6753
4532
|
|
|
6754
|
-
The above copyright notice and this permission notice shall be included in
|
|
4533
|
+
The above copyright notice and this permission notice shall be included in
|
|
4534
|
+
all copies or substantial portions of the Software.
|
|
6755
4535
|
|
|
6756
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4536
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4537
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4538
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4539
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4540
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4541
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4542
|
+
THE SOFTWARE.
|
|
6757
4543
|
=========================================
|
|
6758
|
-
END OF
|
|
4544
|
+
END OF picomatch@4.0.3 AND INFORMATION
|
|
6759
4545
|
|
|
6760
|
-
%%
|
|
4546
|
+
%% pretty-format@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6761
4547
|
=========================================
|
|
6762
4548
|
MIT License
|
|
6763
4549
|
|
|
6764
|
-
Copyright (c)
|
|
4550
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4551
|
+
Copyright Contributors to the Jest project.
|
|
6765
4552
|
|
|
6766
4553
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6767
4554
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6781,13 +4568,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6781
4568
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6782
4569
|
SOFTWARE.
|
|
6783
4570
|
=========================================
|
|
6784
|
-
END OF
|
|
4571
|
+
END OF pretty-format@30.2.0 AND INFORMATION
|
|
6785
4572
|
|
|
6786
|
-
%%
|
|
4573
|
+
%% react-is@18.3.1 NOTICES AND INFORMATION BEGIN HERE
|
|
6787
4574
|
=========================================
|
|
6788
4575
|
MIT License
|
|
6789
4576
|
|
|
6790
|
-
Copyright (c)
|
|
4577
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
6791
4578
|
|
|
6792
4579
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6793
4580
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6807,13 +4594,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6807
4594
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6808
4595
|
SOFTWARE.
|
|
6809
4596
|
=========================================
|
|
6810
|
-
END OF
|
|
4597
|
+
END OF react-is@18.3.1 AND INFORMATION
|
|
6811
4598
|
|
|
6812
|
-
%%
|
|
4599
|
+
%% readdirp@3.6.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6813
4600
|
=========================================
|
|
6814
4601
|
MIT License
|
|
6815
4602
|
|
|
6816
|
-
Copyright (c) 2019
|
|
4603
|
+
Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
6817
4604
|
|
|
6818
4605
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6819
4606
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6833,13 +4620,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6833
4620
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6834
4621
|
SOFTWARE.
|
|
6835
4622
|
=========================================
|
|
6836
|
-
END OF
|
|
4623
|
+
END OF readdirp@3.6.0 AND INFORMATION
|
|
6837
4624
|
|
|
6838
|
-
%%
|
|
4625
|
+
%% remark-parse@11.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6839
4626
|
=========================================
|
|
6840
|
-
MIT License
|
|
4627
|
+
(The MIT License)
|
|
6841
4628
|
|
|
6842
|
-
Copyright (c)
|
|
4629
|
+
Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
|
|
6843
4630
|
|
|
6844
4631
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6845
4632
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6848,18 +4635,38 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
6848
4635
|
copies of the Software, and to permit persons to whom the Software is
|
|
6849
4636
|
furnished to do so, subject to the following conditions:
|
|
6850
4637
|
|
|
6851
|
-
The above copyright notice and this permission notice shall be included in
|
|
6852
|
-
copies or substantial portions of the Software.
|
|
4638
|
+
The above copyright notice and this permission notice shall be included in
|
|
4639
|
+
all copies or substantial portions of the Software.
|
|
6853
4640
|
|
|
6854
4641
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6855
4642
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6856
4643
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6857
4644
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6858
4645
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6859
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6860
|
-
SOFTWARE.
|
|
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
|
+
%% semver@6.3.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4652
|
+
=========================================
|
|
4653
|
+
The ISC License
|
|
4654
|
+
|
|
4655
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4656
|
+
|
|
4657
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
4658
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
4659
|
+
copyright notice and this permission notice appear in all copies.
|
|
4660
|
+
|
|
4661
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4662
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4663
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4664
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4665
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4666
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4667
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6861
4668
|
=========================================
|
|
6862
|
-
END OF
|
|
4669
|
+
END OF semver@6.3.1 AND INFORMATION
|
|
6863
4670
|
|
|
6864
4671
|
%% slash@3.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6865
4672
|
=========================================
|
|
@@ -6959,33 +4766,6 @@ THE SOFTWARE.
|
|
|
6959
4766
|
=========================================
|
|
6960
4767
|
END OF stack-utils@2.0.6 AND INFORMATION
|
|
6961
4768
|
|
|
6962
|
-
%% statuses@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
6963
|
-
=========================================
|
|
6964
|
-
The MIT License (MIT)
|
|
6965
|
-
|
|
6966
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
6967
|
-
Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
6968
|
-
|
|
6969
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6970
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6971
|
-
in the Software without restriction, including without limitation the rights
|
|
6972
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6973
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6974
|
-
furnished to do so, subject to the following conditions:
|
|
6975
|
-
|
|
6976
|
-
The above copyright notice and this permission notice shall be included in
|
|
6977
|
-
all copies or substantial portions of the Software.
|
|
6978
|
-
|
|
6979
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6980
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6981
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6982
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6983
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6984
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6985
|
-
THE SOFTWARE.
|
|
6986
|
-
=========================================
|
|
6987
|
-
END OF statuses@2.0.2 AND INFORMATION
|
|
6988
|
-
|
|
6989
4769
|
%% stoppable@1.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6990
4770
|
=========================================
|
|
6991
4771
|
The MIT License (MIT)
|
|
@@ -7052,32 +4832,6 @@ THE SOFTWARE.
|
|
|
7052
4832
|
=========================================
|
|
7053
4833
|
END OF to-regex-range@5.0.1 AND INFORMATION
|
|
7054
4834
|
|
|
7055
|
-
%% toidentifier@1.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
7056
|
-
=========================================
|
|
7057
|
-
MIT License
|
|
7058
|
-
|
|
7059
|
-
Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
7060
|
-
|
|
7061
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7062
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7063
|
-
in the Software without restriction, including without limitation the rights
|
|
7064
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7065
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
7066
|
-
furnished to do so, subject to the following conditions:
|
|
7067
|
-
|
|
7068
|
-
The above copyright notice and this permission notice shall be included in all
|
|
7069
|
-
copies or substantial portions of the Software.
|
|
7070
|
-
|
|
7071
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7072
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7073
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7074
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7075
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7076
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7077
|
-
SOFTWARE.
|
|
7078
|
-
=========================================
|
|
7079
|
-
END OF toidentifier@1.0.1 AND INFORMATION
|
|
7080
|
-
|
|
7081
4835
|
%% trough@2.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
7082
4836
|
=========================================
|
|
7083
4837
|
(The MIT License)
|
|
@@ -7104,34 +4858,6 @@ THE SOFTWARE.
|
|
|
7104
4858
|
=========================================
|
|
7105
4859
|
END OF trough@2.2.0 AND INFORMATION
|
|
7106
4860
|
|
|
7107
|
-
%% type-is@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
7108
|
-
=========================================
|
|
7109
|
-
(The MIT License)
|
|
7110
|
-
|
|
7111
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
7112
|
-
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
7113
|
-
|
|
7114
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
7115
|
-
a copy of this software and associated documentation files (the
|
|
7116
|
-
'Software'), to deal in the Software without restriction, including
|
|
7117
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
7118
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
7119
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
7120
|
-
the following conditions:
|
|
7121
|
-
|
|
7122
|
-
The above copyright notice and this permission notice shall be
|
|
7123
|
-
included in all copies or substantial portions of the Software.
|
|
7124
|
-
|
|
7125
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
7126
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
7127
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
7128
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
7129
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
7130
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
7131
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7132
|
-
=========================================
|
|
7133
|
-
END OF type-is@2.0.1 AND INFORMATION
|
|
7134
|
-
|
|
7135
4861
|
%% undici-types@7.16.0 NOTICES AND INFORMATION BEGIN HERE
|
|
7136
4862
|
=========================================
|
|
7137
4863
|
MIT License
|
|
@@ -7211,33 +4937,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
7211
4937
|
=========================================
|
|
7212
4938
|
END OF unist-util-stringify-position@4.0.0 AND INFORMATION
|
|
7213
4939
|
|
|
7214
|
-
%% unpipe@1.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
7215
|
-
=========================================
|
|
7216
|
-
(The MIT License)
|
|
7217
|
-
|
|
7218
|
-
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
7219
|
-
|
|
7220
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
7221
|
-
a copy of this software and associated documentation files (the
|
|
7222
|
-
'Software'), to deal in the Software without restriction, including
|
|
7223
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
7224
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
7225
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
7226
|
-
the following conditions:
|
|
7227
|
-
|
|
7228
|
-
The above copyright notice and this permission notice shall be
|
|
7229
|
-
included in all copies or substantial portions of the Software.
|
|
7230
|
-
|
|
7231
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
7232
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
7233
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
7234
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
7235
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
7236
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
7237
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7238
|
-
=========================================
|
|
7239
|
-
END OF unpipe@1.0.0 AND INFORMATION
|
|
7240
|
-
|
|
7241
4940
|
%% update-browserslist-db@1.1.3 NOTICES AND INFORMATION BEGIN HERE
|
|
7242
4941
|
=========================================
|
|
7243
4942
|
The MIT License (MIT)
|
|
@@ -7263,33 +4962,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
7263
4962
|
=========================================
|
|
7264
4963
|
END OF update-browserslist-db@1.1.3 AND INFORMATION
|
|
7265
4964
|
|
|
7266
|
-
%% vary@1.1.2 NOTICES AND INFORMATION BEGIN HERE
|
|
7267
|
-
=========================================
|
|
7268
|
-
(The MIT License)
|
|
7269
|
-
|
|
7270
|
-
Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
7271
|
-
|
|
7272
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
7273
|
-
a copy of this software and associated documentation files (the
|
|
7274
|
-
'Software'), to deal in the Software without restriction, including
|
|
7275
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
7276
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
7277
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
7278
|
-
the following conditions:
|
|
7279
|
-
|
|
7280
|
-
The above copyright notice and this permission notice shall be
|
|
7281
|
-
included in all copies or substantial portions of the Software.
|
|
7282
|
-
|
|
7283
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
7284
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
7285
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
7286
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
7287
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
7288
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
7289
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7290
|
-
=========================================
|
|
7291
|
-
END OF vary@1.1.2 AND INFORMATION
|
|
7292
|
-
|
|
7293
4965
|
%% vfile-message@4.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
7294
4966
|
=========================================
|
|
7295
4967
|
(The MIT License)
|
|
@@ -7343,46 +5015,6 @@ THE SOFTWARE.
|
|
|
7343
5015
|
=========================================
|
|
7344
5016
|
END OF vfile@6.0.3 AND INFORMATION
|
|
7345
5017
|
|
|
7346
|
-
%% which@2.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
7347
|
-
=========================================
|
|
7348
|
-
The ISC License
|
|
7349
|
-
|
|
7350
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
7351
|
-
|
|
7352
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
7353
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
7354
|
-
copyright notice and this permission notice appear in all copies.
|
|
7355
|
-
|
|
7356
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
7357
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
7358
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
7359
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
7360
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
7361
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
7362
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
7363
|
-
=========================================
|
|
7364
|
-
END OF which@2.0.2 AND INFORMATION
|
|
7365
|
-
|
|
7366
|
-
%% wrappy@1.0.2 NOTICES AND INFORMATION BEGIN HERE
|
|
7367
|
-
=========================================
|
|
7368
|
-
The ISC License
|
|
7369
|
-
|
|
7370
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
7371
|
-
|
|
7372
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
7373
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
7374
|
-
copyright notice and this permission notice appear in all copies.
|
|
7375
|
-
|
|
7376
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
7377
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
7378
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
7379
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
7380
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
7381
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
7382
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
7383
|
-
=========================================
|
|
7384
|
-
END OF wrappy@1.0.2 AND INFORMATION
|
|
7385
|
-
|
|
7386
5018
|
%% yallist@3.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
7387
5019
|
=========================================
|
|
7388
5020
|
The ISC License
|
|
@@ -7403,54 +5035,8 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
7403
5035
|
=========================================
|
|
7404
5036
|
END OF yallist@3.1.1 AND INFORMATION
|
|
7405
5037
|
|
|
7406
|
-
%% zod-to-json-schema@3.25.1 NOTICES AND INFORMATION BEGIN HERE
|
|
7407
|
-
=========================================
|
|
7408
|
-
ISC License
|
|
7409
|
-
|
|
7410
|
-
Copyright (c) 2020, Stefan Terdell
|
|
7411
|
-
|
|
7412
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
7413
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
7414
|
-
copyright notice and this permission notice appear in all copies.
|
|
7415
|
-
|
|
7416
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
7417
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
7418
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
7419
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
7420
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
7421
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
7422
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
7423
|
-
=========================================
|
|
7424
|
-
END OF zod-to-json-schema@3.25.1 AND INFORMATION
|
|
7425
|
-
|
|
7426
|
-
%% zod@3.25.76 NOTICES AND INFORMATION BEGIN HERE
|
|
7427
|
-
=========================================
|
|
7428
|
-
MIT License
|
|
7429
|
-
|
|
7430
|
-
Copyright (c) 2025 Colin McDonnell
|
|
7431
|
-
|
|
7432
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7433
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7434
|
-
in the Software without restriction, including without limitation the rights
|
|
7435
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7436
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
7437
|
-
furnished to do so, subject to the following conditions:
|
|
7438
|
-
|
|
7439
|
-
The above copyright notice and this permission notice shall be included in all
|
|
7440
|
-
copies or substantial portions of the Software.
|
|
7441
|
-
|
|
7442
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7443
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7444
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7445
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7446
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7447
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7448
|
-
SOFTWARE.
|
|
7449
|
-
=========================================
|
|
7450
|
-
END OF zod@3.25.76 AND INFORMATION
|
|
7451
|
-
|
|
7452
5038
|
SUMMARY BEGIN HERE
|
|
7453
5039
|
=========================================
|
|
7454
|
-
Total Packages:
|
|
5040
|
+
Total Packages: 171
|
|
7455
5041
|
=========================================
|
|
7456
5042
|
END OF SUMMARY
|