@bendyline/docblocks-react 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/THIRD_PARTY_NOTICES.txt +457 -50
- package/dist/{ExportDialog-VBWHFJ2R.js → ExportDialog-Q4VWI43H.js} +2 -2
- package/dist/{ExportToolbarControls-N3TCL5DD.js → ExportToolbarControls-QYLBRWM7.js} +8 -8
- package/dist/GitGrantNotice-I2VNKPLH.js +29 -0
- package/dist/{GitToolbarControl-VJVK2B4X.js → GitToolbarControl-O5AXBC6T.js} +5 -3
- package/dist/{GitUI-CAKFVKWY.js → GitUI-L5T3XHZG.js} +68 -14
- package/dist/{ShareDialog-PAMOQQFB.js → ShareDialog-4OX3UPJ4.js} +150 -3
- package/dist/calculation/index.d.ts +27 -0
- package/dist/calculation/index.js +16 -0
- package/dist/chunk-6E635KCJ.js +11 -0
- package/dist/chunk-DUKTAKB4.js +83 -0
- package/dist/{chunk-VRRL6VTD.js → chunk-Q6XNIKDG.js} +63 -0
- package/dist/{chunk-HFYPTTCH.js → chunk-V2ENBGUA.js} +0 -9
- package/dist/export/index.js +5 -5
- package/dist/index.d.ts +45 -8
- package/dist/index.js +952 -511
- package/dist/proofing/index.d.ts +112 -0
- package/dist/proofing/index.js +50 -0
- package/dist/settings/index.d.ts +37 -1
- package/dist/settings/index.js +11 -3
- package/package.json +22 -9
- package/src/styles/docblocks.css +443 -97
- package/dist/{chunk-SIIEGOHY.js → chunk-FMDLZ4ZG.js} +3 -3
package/THIRD_PARTY_NOTICES.txt
CHANGED
|
@@ -6,7 +6,7 @@ Run `npm run generate:notices` from the repository root.
|
|
|
6
6
|
Resolved runtime and optional dependency closure declared by packages/react/package.json. Peer dependencies are supplied by the consuming application and are not included.
|
|
7
7
|
|
|
8
8
|
Inventory source: package-lock.json.
|
|
9
|
-
Components:
|
|
9
|
+
Components: 377.
|
|
10
10
|
|
|
11
11
|
This notice is included in the published npm tarball. Transitive packages installed by npm also retain their package-local license files.
|
|
12
12
|
|
|
@@ -15,12 +15,14 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
15
15
|
| Package | Version | License | Source |
|
|
16
16
|
| --- | --- | --- | --- |
|
|
17
17
|
| @antfu/install-pkg | 1.1.0 | MIT | https://github.com/antfu/install-pkg |
|
|
18
|
-
| @bendyline/squisq | 2.
|
|
19
|
-
| @bendyline/squisq-
|
|
20
|
-
| @bendyline/squisq-
|
|
21
|
-
| @bendyline/squisq-
|
|
22
|
-
| @bendyline/squisq-
|
|
23
|
-
| @bendyline/squisq-
|
|
18
|
+
| @bendyline/squisq | 2.11.1 | MIT | https://github.com/bendyline/squisq |
|
|
19
|
+
| @bendyline/squisq-calc | 2.11.0 | MIT | https://github.com/bendyline/squisq |
|
|
20
|
+
| @bendyline/squisq-editor-react | 2.11.1 | MIT | https://github.com/bendyline/squisq |
|
|
21
|
+
| @bendyline/squisq-formats | 2.6.1 | MIT | https://github.com/bendyline/squisq |
|
|
22
|
+
| @bendyline/squisq-grid-react | 2.11.2 | MIT | https://github.com/bendyline/squisq |
|
|
23
|
+
| @bendyline/squisq-react | 2.11.1 | MIT | https://github.com/bendyline/squisq |
|
|
24
|
+
| @bendyline/squisq-video | 2.3.4 | MIT | https://github.com/bendyline/squisq |
|
|
25
|
+
| @bendyline/squisq-video-react | 2.4.5 | MIT | https://github.com/bendyline/squisq |
|
|
24
26
|
| @braintree/sanitize-url | 7.1.2 | MIT | https://github.com/braintree/sanitize-url |
|
|
25
27
|
| @chevrotain/types | 11.1.2 | Apache-2.0 | https://github.com/Chevrotain/chevrotain |
|
|
26
28
|
| @ffmpeg/core | 0.12.9 | GPL-2.0-or-later | https://github.com/ffmpegwasm/ffmpeg.wasm |
|
|
@@ -42,12 +44,14 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
42
44
|
| @napi-rs/canvas-linux-x64-gnu | 0.1.100 | MIT | https://www.npmjs.com/package/@napi-rs/canvas-linux-x64-gnu |
|
|
43
45
|
| @napi-rs/canvas-linux-x64-musl | 0.1.100 | MIT | https://www.npmjs.com/package/@napi-rs/canvas-linux-x64-musl |
|
|
44
46
|
| @napi-rs/canvas-win32-arm64-msvc | 0.1.100 | MIT | https://www.npmjs.com/package/@napi-rs/canvas-win32-arm64-msvc |
|
|
45
|
-
| @napi-rs/canvas-win32-x64-msvc | 0.1.100 | MIT | https://
|
|
47
|
+
| @napi-rs/canvas-win32-x64-msvc | 0.1.100 | MIT | https://www.npmjs.com/package/@napi-rs/canvas-win32-x64-msvc |
|
|
46
48
|
| @pdf-lib/fontkit | 1.1.1 | MIT | https://github.com/Hopding/fontkit |
|
|
47
49
|
| @pdf-lib/standard-fonts | 1.0.0 | MIT | https://github.com/Hopding/standard-fonts |
|
|
48
50
|
| @pdf-lib/upng | 1.0.1 | MIT | https://github.com/Hopding/upng |
|
|
49
51
|
| @popperjs/core | 2.11.8 | MIT | github:popperjs/popper-core |
|
|
50
52
|
| @remirror/core-constants | 3.0.0 | MIT | https://github.com/remirror/remirror |
|
|
53
|
+
| @tanstack/react-virtual | 3.14.10 | MIT | https://github.com/TanStack/virtual |
|
|
54
|
+
| @tanstack/virtual-core | 3.17.8 | MIT | https://github.com/TanStack/virtual |
|
|
51
55
|
| @tiptap/core | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
52
56
|
| @tiptap/extension-blockquote | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
53
57
|
| @tiptap/extension-bold | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
|
|
@@ -129,15 +133,21 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
129
133
|
| @types/unist | 3.0.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped |
|
|
130
134
|
| @types/use-sync-external-store | 0.0.6 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped |
|
|
131
135
|
| @upsetjs/venn.js | 2.0.0 | MIT | https://github.com/upsetjs/venn.js |
|
|
132
|
-
| @xmldom/xmldom | 0.9.
|
|
136
|
+
| @xmldom/xmldom | 0.9.12 | MIT | https://github.com/xmldom/xmldom |
|
|
137
|
+
| ansi-regex | 5.0.1 | MIT | https://github.com/chalk/ansi-regex |
|
|
138
|
+
| ansi-styles | 4.3.0 | MIT | https://github.com/chalk/ansi-styles |
|
|
133
139
|
| argparse | 2.0.1 | Python-2.0 | https://github.com/nodeca/argparse |
|
|
134
140
|
| bail | 2.0.2 | MIT | https://github.com/wooorm/bail |
|
|
135
141
|
| base64-arraybuffer | 1.0.2 | MIT | https://github.com/niklasvh/base64-arraybuffer |
|
|
142
|
+
| camelcase | 5.3.1 | MIT | https://github.com/sindresorhus/camelcase |
|
|
136
143
|
| ccount | 2.0.1 | MIT | https://github.com/wooorm/ccount |
|
|
137
144
|
| character-entities | 2.0.2 | MIT | https://github.com/wooorm/character-entities |
|
|
138
145
|
| character-entities-html4 | 2.1.0 | MIT | https://github.com/wooorm/character-entities-html4 |
|
|
139
146
|
| character-entities-legacy | 3.0.0 | MIT | https://github.com/wooorm/character-entities-legacy |
|
|
140
147
|
| character-reference-invalid | 2.0.1 | MIT | https://github.com/wooorm/character-reference-invalid |
|
|
148
|
+
| cliui | 6.0.0 | ISC | http://github.com/yargs/cliui |
|
|
149
|
+
| color-convert | 2.0.1 | MIT | https://github.com/Qix-/color-convert |
|
|
150
|
+
| color-name | 1.1.4 | MIT | git@github.com:colorjs/color-name |
|
|
141
151
|
| comma-separated-tokens | 2.0.3 | MIT | https://github.com/wooorm/comma-separated-tokens |
|
|
142
152
|
| commander | 7.2.0 | MIT | https://github.com/tj/commander.js |
|
|
143
153
|
| commander | 8.3.0 | MIT | https://github.com/tj/commander.js |
|
|
@@ -187,11 +197,14 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
187
197
|
| dagre-d3-es | 7.0.14 | MIT | https://github.com/tbo47/dagre-es |
|
|
188
198
|
| dayjs | 1.11.21 | MIT | https://github.com/iamkun/dayjs |
|
|
189
199
|
| debug | 4.4.3 | MIT | https://github.com/debug-js/debug |
|
|
200
|
+
| decamelize | 1.2.0 | MIT | https://github.com/sindresorhus/decamelize |
|
|
190
201
|
| decode-named-character-reference | 1.3.0 | MIT | https://github.com/wooorm/decode-named-character-reference |
|
|
191
202
|
| delaunator | 5.1.0 | ISC | https://github.com/mapbox/delaunator |
|
|
192
203
|
| dequal | 2.0.3 | MIT | https://github.com/lukeed/dequal |
|
|
193
204
|
| devlop | 1.1.0 | MIT | https://github.com/wooorm/devlop |
|
|
205
|
+
| dijkstrajs | 1.0.3 | MIT | https://github.com/tcort/dijkstrajs |
|
|
194
206
|
| dompurify | 3.4.13 | (MPL-2.0 OR Apache-2.0) | https://github.com/cure53/DOMPurify |
|
|
207
|
+
| emoji-regex | 8.0.0 | MIT | https://github.com/mathiasbynens/emoji-regex |
|
|
195
208
|
| entities | 4.5.0 | BSD-2-Clause | https://github.com/fb55/entities |
|
|
196
209
|
| entities | 6.0.1 | BSD-2-Clause | https://github.com/fb55/entities |
|
|
197
210
|
| es-toolkit | 1.50.0 | MIT | https://github.com/toss/es-toolkit |
|
|
@@ -200,8 +213,10 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
200
213
|
| extend | 3.0.2 | MIT | https://github.com/justmoon/node-extend |
|
|
201
214
|
| fast-deep-equal | 3.1.3 | MIT | https://github.com/epoberezkin/fast-deep-equal |
|
|
202
215
|
| fault | 2.0.1 | MIT | https://github.com/wooorm/fault |
|
|
216
|
+
| find-up | 4.1.0 | MIT | https://github.com/sindresorhus/find-up |
|
|
203
217
|
| format | 0.2.2 | MIT | https://github.com/samsonjs/format |
|
|
204
218
|
| genson-js | 0.0.8 | Apache-2.0 | git+ssh://git@github.com/aspecto-io/genson-js |
|
|
219
|
+
| get-caller-file | 2.0.5 | ISC | https://github.com/stefanpenner/get-caller-file |
|
|
205
220
|
| hachure-fill | 0.5.2 | MIT | https://github.com/pshihn/hachure-fill |
|
|
206
221
|
| hast-util-from-html | 2.0.3 | MIT | https://github.com/syntax-tree/hast-util-from-html |
|
|
207
222
|
| hast-util-from-parse5 | 8.0.3 | MIT | https://github.com/syntax-tree/hast-util-from-parse5 |
|
|
@@ -217,6 +232,7 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
217
232
|
| is-alphabetical | 2.0.1 | MIT | https://github.com/wooorm/is-alphabetical |
|
|
218
233
|
| is-alphanumerical | 2.0.1 | MIT | https://github.com/wooorm/is-alphanumerical |
|
|
219
234
|
| is-decimal | 2.0.1 | MIT | https://github.com/wooorm/is-decimal |
|
|
235
|
+
| is-fullwidth-code-point | 3.0.0 | MIT | https://github.com/sindresorhus/is-fullwidth-code-point |
|
|
220
236
|
| is-hexadecimal | 2.0.1 | MIT | https://github.com/wooorm/is-hexadecimal |
|
|
221
237
|
| is-plain-obj | 4.1.0 | MIT | https://github.com/sindresorhus/is-plain-obj |
|
|
222
238
|
| isarray | 1.0.0 | MIT | https://github.com/juliangruber/isarray |
|
|
@@ -230,6 +246,7 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
230
246
|
| linkify-it | 5.0.2 | MIT | https://github.com/markdown-it/linkify-it |
|
|
231
247
|
| linkifyjs | 4.3.3 | MIT | https://github.com/nfrasser/linkifyjs |
|
|
232
248
|
| localforage | 1.10.0 | Apache-2.0 | https://github.com/localForage/localForage |
|
|
249
|
+
| locate-path | 5.0.0 | MIT | https://github.com/sindresorhus/locate-path |
|
|
233
250
|
| lodash-es | 4.18.1 | MIT | https://github.com/lodash/lodash |
|
|
234
251
|
| longest-streak | 3.1.0 | MIT | https://github.com/wooorm/longest-streak |
|
|
235
252
|
| markdown-it | 14.3.0 | MIT | https://github.com/markdown-it/markdown-it |
|
|
@@ -285,13 +302,18 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
285
302
|
| ms | 2.1.3 | MIT | https://github.com/vercel/ms |
|
|
286
303
|
| ngeohash | 0.6.3 | MIT | https://github.com/sunng87/node-geohash |
|
|
287
304
|
| orderedmap | 2.1.1 | MIT | https://github.com/marijnh/orderedmap |
|
|
305
|
+
| p-limit | 2.3.0 | MIT | https://github.com/sindresorhus/p-limit |
|
|
306
|
+
| p-locate | 4.1.0 | MIT | https://github.com/sindresorhus/p-locate |
|
|
307
|
+
| p-try | 2.2.0 | MIT | https://github.com/sindresorhus/p-try |
|
|
288
308
|
| package-manager-detector | 1.8.0 | MIT | https://github.com/antfu-collective/package-manager-detector |
|
|
289
309
|
| pako | 1.0.11 | (MIT AND Zlib) | https://github.com/nodeca/pako |
|
|
290
310
|
| parse-entities | 4.0.2 | MIT | https://github.com/wooorm/parse-entities |
|
|
291
311
|
| parse5 | 7.3.0 | MIT | https://github.com/inikulin/parse5 |
|
|
292
312
|
| path-data-parser | 0.1.0 | MIT | https://github.com/pshihn/path-data-parser |
|
|
313
|
+
| path-exists | 4.0.0 | MIT | https://github.com/sindresorhus/path-exists |
|
|
293
314
|
| pdf-lib | 1.17.1 | MIT | https://github.com/Hopding/pdf-lib |
|
|
294
315
|
| pdfjs-dist | 4.10.38 | Apache-2.0 | https://github.com/mozilla/pdf.js |
|
|
316
|
+
| pngjs | 5.0.0 | MIT | https://github.com/lukeapage/pngjs |
|
|
295
317
|
| points-on-curve | 0.2.0 | MIT | https://github.com/pshihn/bezier-points |
|
|
296
318
|
| points-on-path | 0.2.1 | MIT | https://github.com/pshihn/points-on-path |
|
|
297
319
|
| process-nextick-args | 2.0.1 | MIT | https://github.com/calvinmetcalf/process-nextick-args |
|
|
@@ -315,6 +337,7 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
315
337
|
| prosemirror-transform | 1.11.0 | MIT | https://github.com/prosemirror/prosemirror-transform |
|
|
316
338
|
| prosemirror-view | 1.42.1 | MIT | https://code.haverbeke.berlin/prosemirror/prosemirror-view |
|
|
317
339
|
| punycode.js | 2.3.1 | MIT | https://github.com/mathiasbynens/punycode.js |
|
|
340
|
+
| qrcode | 1.5.4 | MIT | https://github.com/soldair/node-qrcode |
|
|
318
341
|
| readable-stream | 2.3.8 | MIT | https://github.com/nodejs/readable-stream |
|
|
319
342
|
| remark-directive | 3.0.1 | MIT | https://github.com/remarkjs/remark-directive |
|
|
320
343
|
| remark-frontmatter | 5.0.0 | MIT | https://github.com/remarkjs/remark-frontmatter |
|
|
@@ -322,16 +345,21 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
322
345
|
| remark-math | 6.0.0 | MIT | https://github.com/remarkjs/remark-math/tree/main/packages/remark-math |
|
|
323
346
|
| remark-parse | 11.0.0 | MIT | https://github.com/remarkjs/remark/tree/main/packages/remark-parse |
|
|
324
347
|
| remark-stringify | 11.0.0 | MIT | https://github.com/remarkjs/remark/tree/main/packages/remark-stringify |
|
|
348
|
+
| require-directory | 2.1.1 | MIT | https://github.com/troygoode/node-require-directory |
|
|
349
|
+
| require-main-filename | 2.0.0 | ISC | git+ssh://git@github.com/yargs/require-main-filename |
|
|
325
350
|
| robust-predicates | 3.0.3 | Unlicense | https://github.com/mourner/robust-predicates |
|
|
326
351
|
| rope-sequence | 1.3.4 | MIT | https://github.com/marijnh/rope-sequence |
|
|
327
352
|
| roughjs | 4.6.6 | MIT | https://github.com/pshihn/rough |
|
|
328
353
|
| rw | 1.3.3 | BSD-3-Clause | http://github.com/mbostock/rw |
|
|
329
354
|
| safe-buffer | 5.1.2 | MIT | https://github.com/feross/safe-buffer |
|
|
330
355
|
| safer-buffer | 2.1.2 | MIT | https://github.com/ChALkeR/safer-buffer |
|
|
356
|
+
| set-blocking | 2.0.0 | ISC | https://github.com/yargs/set-blocking |
|
|
331
357
|
| setimmediate | 1.0.5 | MIT | https://github.com/YuzuJS/setImmediate |
|
|
332
358
|
| space-separated-tokens | 2.0.2 | MIT | https://github.com/wooorm/space-separated-tokens |
|
|
333
359
|
| string_decoder | 1.1.1 | MIT | https://github.com/nodejs/string_decoder |
|
|
360
|
+
| string-width | 4.2.3 | MIT | https://github.com/sindresorhus/string-width |
|
|
334
361
|
| stringify-entities | 4.0.4 | MIT | https://github.com/wooorm/stringify-entities |
|
|
362
|
+
| strip-ansi | 6.0.1 | MIT | https://github.com/chalk/strip-ansi |
|
|
335
363
|
| stylis | 4.4.0 | MIT | https://github.com/thysultan/stylis.js |
|
|
336
364
|
| text-segmentation | 1.0.3 | MIT | git+ssh://git@github.com/niklasvh/text-segmentation |
|
|
337
365
|
| tinyexec | 1.1.2 | MIT | https://github.com/tinylibs/tinyexec |
|
|
@@ -356,6 +384,11 @@ This notice is included in the published npm tarball. Transitive packages instal
|
|
|
356
384
|
| vfile-message | 4.0.3 | MIT | https://github.com/vfile/vfile-message |
|
|
357
385
|
| w3c-keyname | 2.2.8 | MIT | https://github.com/marijnh/w3c-keyname |
|
|
358
386
|
| web-namespaces | 2.0.1 | MIT | https://github.com/wooorm/web-namespaces |
|
|
387
|
+
| which-module | 2.0.1 | ISC | https://github.com/nexdrew/which-module |
|
|
388
|
+
| wrap-ansi | 6.2.0 | MIT | https://github.com/chalk/wrap-ansi |
|
|
389
|
+
| y18n | 4.0.3 | ISC | git@github.com:yargs/y18n |
|
|
390
|
+
| yargs | 15.4.1 | MIT | https://github.com/yargs/yargs |
|
|
391
|
+
| yargs-parser | 18.1.3 | ISC | https://github.com/yargs/yargs-parser |
|
|
359
392
|
| zod | 3.25.76 | MIT | https://github.com/colinhacks/zod |
|
|
360
393
|
| zwitch | 2.0.4 | MIT | https://github.com/wooorm/zwitch |
|
|
361
394
|
|
|
@@ -398,8 +431,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
398
431
|
SOFTWARE.
|
|
399
432
|
|
|
400
433
|
==============================================================================
|
|
401
|
-
Components: @bendyline/squisq-editor-react@2.
|
|
402
|
-
Source files: node_modules/@bendyline/squisq-editor-react/LICENSE, node_modules/@bendyline/squisq-formats/LICENSE, node_modules/@bendyline/squisq-react/LICENSE, node_modules/@bendyline/squisq-video-react/LICENSE, node_modules/@bendyline/squisq-video/LICENSE, node_modules/@bendyline/squisq/LICENSE
|
|
434
|
+
Components: @bendyline/squisq-calc@2.11.0, @bendyline/squisq-editor-react@2.11.1, @bendyline/squisq-formats@2.6.1, @bendyline/squisq-grid-react@2.11.2, @bendyline/squisq-react@2.11.1, @bendyline/squisq-video-react@2.4.5, @bendyline/squisq-video@2.3.4, @bendyline/squisq@2.11.1
|
|
435
|
+
Source files: node_modules/@bendyline/squisq-calc/LICENSE, node_modules/@bendyline/squisq-editor-react/LICENSE, node_modules/@bendyline/squisq-formats/LICENSE, node_modules/@bendyline/squisq-grid-react/LICENSE, node_modules/@bendyline/squisq-react/LICENSE, node_modules/@bendyline/squisq-video-react/LICENSE, node_modules/@bendyline/squisq-video/LICENSE, node_modules/@bendyline/squisq/LICENSE
|
|
403
436
|
==============================================================================
|
|
404
437
|
MIT License
|
|
405
438
|
|
|
@@ -423,6 +456,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
423
456
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
424
457
|
SOFTWARE.
|
|
425
458
|
|
|
459
|
+
==============================================================================
|
|
460
|
+
Components: @bendyline/squisq-calc@2.11.0
|
|
461
|
+
Source files: node_modules/@bendyline/squisq-calc/NOTICE.md
|
|
462
|
+
==============================================================================
|
|
463
|
+
# Third-Party Notices for @bendyline/squisq-calc
|
|
464
|
+
|
|
465
|
+
This notice applies to the `@bendyline/squisq-calc` npm package.
|
|
466
|
+
Squisq-authored code is licensed under the MIT license in `LICENSE`.
|
|
467
|
+
Third-party components remain under their respective license terms.
|
|
468
|
+
|
|
469
|
+
## Runtime and peer dependencies
|
|
470
|
+
|
|
471
|
+
| Package | Version | License | Repository |
|
|
472
|
+
| ----------------------- | ------- | -------------- | ------------------------------------ |
|
|
473
|
+
| @ironcalc/wasm _(peer)_ | ^0.8.4 | MIT/Apache-2.0 | https://github.com/ironcalc/IronCalc |
|
|
474
|
+
|
|
475
|
+
The IronCalc wasm backend is an optional peer dependency, reached only through
|
|
476
|
+
the `@bendyline/squisq-calc/ironcalc` subpath via dynamic import. It is not
|
|
477
|
+
bundled, and consumers who never construct an IronCalc engine do not install
|
|
478
|
+
it. Copyright and complete license texts for the listed dependencies are
|
|
479
|
+
included in their respective npm distributions and source repositories.
|
|
480
|
+
|
|
481
|
+
==============================================================================
|
|
482
|
+
Components: @bendyline/squisq-calc@2.11.0
|
|
483
|
+
Source files: node_modules/@bendyline/squisq-calc/THIRD_PARTY_LICENSES.txt
|
|
484
|
+
==============================================================================
|
|
485
|
+
THIRD-PARTY LICENSES FOR @bendyline/squisq-calc
|
|
486
|
+
|
|
487
|
+
Generated from the actual esbuild input graph. Package-local license, copying,
|
|
488
|
+
and notice files are reproduced verbatim. When an npm tarball omits its
|
|
489
|
+
repository license, the pinned upstream copy is vendored and identified below.
|
|
490
|
+
|
|
491
|
+
COMPONENTS
|
|
492
|
+
|
|
426
493
|
==============================================================================
|
|
427
494
|
Components: type-fest@4.41.0
|
|
428
495
|
Source files: node_modules/@bendyline/squisq-editor-react/node_modules/type-fest/license-cc0
|
|
@@ -564,7 +631,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
564
631
|
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.
|
|
565
632
|
|
|
566
633
|
==============================================================================
|
|
567
|
-
Components: @bendyline/squisq-editor-react@2.
|
|
634
|
+
Components: @bendyline/squisq-editor-react@2.11.1
|
|
568
635
|
Source files: node_modules/@bendyline/squisq-editor-react/NOTICE.md
|
|
569
636
|
==============================================================================
|
|
570
637
|
# Third-Party Notices for @bendyline/squisq-editor-react
|
|
@@ -599,6 +666,7 @@ Third-party components remain under their respective license terms.
|
|
|
599
666
|
| @monaco-editor/react _(bundled)_ | 4.7.0 | MIT | https://github.com/suren-atoyan/monaco-react |
|
|
600
667
|
| @monaco-editor/loader _(bundled)_ | 1.7.0 | MIT | https://github.com/suren-atoyan/monaco-loader |
|
|
601
668
|
| state-local _(bundled)_ | 1.0.7 | MIT | https://github.com/suren-atoyan/state-local |
|
|
669
|
+
| harper.js _(peer)_ | ^2.7.0 | Apache-2.0 | https://github.com/automattic/harper |
|
|
602
670
|
| monaco-editor _(peer)_ | ~0.50.0 | MIT | https://github.com/microsoft/monaco-editor |
|
|
603
671
|
| react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
604
672
|
| react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
@@ -611,7 +679,7 @@ Exact third-party license texts for the bundled adapter, loader, state helper,
|
|
|
611
679
|
and Font Awesome assets are shipped in THIRD_PARTY_LICENSES.txt.
|
|
612
680
|
|
|
613
681
|
==============================================================================
|
|
614
|
-
Components: @bendyline/squisq-editor-react@2.
|
|
682
|
+
Components: @bendyline/squisq-editor-react@2.11.1, @tiptap/core@2.27.2, @tiptap/extension-blockquote@2.27.2, @tiptap/extension-bold@2.27.2, @tiptap/extension-bubble-menu@2.27.2, @tiptap/extension-bullet-list@2.27.2, @tiptap/extension-code-block@2.27.2, @tiptap/extension-code@2.27.2, @tiptap/extension-document@2.27.2, @tiptap/extension-dropcursor@2.27.2, @tiptap/extension-floating-menu@2.27.2, @tiptap/extension-gapcursor@2.27.2, @tiptap/extension-hard-break@2.27.2, @tiptap/extension-heading@2.27.2, @tiptap/extension-history@2.27.2, @tiptap/extension-horizontal-rule@2.27.2, @tiptap/extension-image@2.27.2, @tiptap/extension-italic@2.27.2, @tiptap/extension-link@2.27.2, @tiptap/extension-list-item@2.27.2, @tiptap/extension-mention@2.27.2, @tiptap/extension-ordered-list@2.27.2, @tiptap/extension-paragraph@2.27.2, @tiptap/extension-placeholder@2.27.2, @tiptap/extension-strike@2.27.2, @tiptap/extension-table-cell@2.27.2, @tiptap/extension-table-header@2.27.2, @tiptap/extension-table-row@2.27.2, @tiptap/extension-table@2.27.2, @tiptap/extension-task-item@2.27.2, @tiptap/extension-task-list@2.27.2, @tiptap/extension-text-style@2.27.2, @tiptap/extension-text@2.27.2, @tiptap/pm@2.27.2, @tiptap/react@2.27.2, @tiptap/starter-kit@2.27.2, @tiptap/suggestion@2.27.2
|
|
615
683
|
Source files: node_modules/@bendyline/squisq-editor-react/THIRD_PARTY_LICENSES.txt
|
|
616
684
|
==============================================================================
|
|
617
685
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-editor-react
|
|
@@ -871,7 +939,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
871
939
|
SOFTWARE.
|
|
872
940
|
|
|
873
941
|
==============================================================================
|
|
874
|
-
Components: @xmldom/xmldom@0.9.
|
|
942
|
+
Components: @xmldom/xmldom@0.9.12
|
|
875
943
|
Source files: node_modules/@bendyline/squisq-formats/node_modules/@xmldom/xmldom/LICENSE
|
|
876
944
|
==============================================================================
|
|
877
945
|
Copyright 2019 - present Christopher J. Brody and other contributors, as listed in: https://github.com/xmldom/xmldom/graphs/contributors
|
|
@@ -884,7 +952,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
884
952
|
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.
|
|
885
953
|
|
|
886
954
|
==============================================================================
|
|
887
|
-
Components: @bendyline/squisq-formats@2.
|
|
955
|
+
Components: @bendyline/squisq-formats@2.6.1
|
|
888
956
|
Source files: node_modules/@bendyline/squisq-formats/NOTICE.md
|
|
889
957
|
==============================================================================
|
|
890
958
|
# Third-Party Notices for @bendyline/squisq-formats
|
|
@@ -893,23 +961,24 @@ This notice applies to the `@bendyline/squisq-formats` npm package.
|
|
|
893
961
|
Squisq-authored code is licensed under the MIT license in `LICENSE`.
|
|
894
962
|
Third-party components remain under their respective license terms.
|
|
895
963
|
|
|
896
|
-
## Runtime dependencies
|
|
964
|
+
## Runtime and peer dependencies
|
|
897
965
|
|
|
898
|
-
| Package
|
|
899
|
-
|
|
|
900
|
-
| @pdf-lib/fontkit
|
|
901
|
-
| @pdf-lib/upng
|
|
902
|
-
| @xmldom/xmldom
|
|
903
|
-
| jszip
|
|
904
|
-
| pdf-lib
|
|
905
|
-
| pdfjs-dist
|
|
966
|
+
| Package | Version | License | Repository |
|
|
967
|
+
| ------------------ | ------- | ----------------------- | ------------------------------------ |
|
|
968
|
+
| @pdf-lib/fontkit | 1.1.1 | MIT | https://github.com/Hopding/fontkit |
|
|
969
|
+
| @pdf-lib/upng | 1.0.1 | MIT | https://github.com/Hopding/upng |
|
|
970
|
+
| @xmldom/xmldom | 0.9.12 | MIT | https://github.com/xmldom/xmldom |
|
|
971
|
+
| jszip | 3.10.1 | MIT OR GPL-3.0-or-later | https://github.com/Stuk/jszip |
|
|
972
|
+
| pdf-lib | 1.17.1 | MIT | https://pdf-lib.js.org |
|
|
973
|
+
| pdfjs-dist | 4.10.38 | Apache-2.0 | https://mozilla.github.io/pdf.js |
|
|
974
|
+
| hyparquet _(peer)_ | ^1.29.1 | MIT | https://github.com/hyparam/hyparquet |
|
|
906
975
|
|
|
907
976
|
Squisq uses jszip under its MIT license option. Copyright and complete license
|
|
908
977
|
texts for these dependencies are included in their respective npm
|
|
909
978
|
distributions and source repositories.
|
|
910
979
|
|
|
911
980
|
==============================================================================
|
|
912
|
-
Components: @bendyline/squisq-formats@2.
|
|
981
|
+
Components: @bendyline/squisq-formats@2.6.1
|
|
913
982
|
Source files: node_modules/@bendyline/squisq-formats/THIRD_PARTY_LICENSES.txt
|
|
914
983
|
==============================================================================
|
|
915
984
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-formats
|
|
@@ -1091,7 +1160,40 @@ Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
|
1091
1160
|
to represent the company, product, or service to which they refer.**
|
|
1092
1161
|
|
|
1093
1162
|
==============================================================================
|
|
1094
|
-
Components: @bendyline/squisq-react@2.
|
|
1163
|
+
Components: @bendyline/squisq-grid-react@2.11.2
|
|
1164
|
+
Source files: node_modules/@bendyline/squisq-grid-react/NOTICE.md
|
|
1165
|
+
==============================================================================
|
|
1166
|
+
# Third-Party Notices for @bendyline/squisq-grid-react
|
|
1167
|
+
|
|
1168
|
+
This notice applies to the `@bendyline/squisq-grid-react` npm package.
|
|
1169
|
+
Squisq-authored code is licensed under the MIT license in `LICENSE`.
|
|
1170
|
+
Third-party components remain under their respective license terms.
|
|
1171
|
+
|
|
1172
|
+
## Runtime and peer dependencies
|
|
1173
|
+
|
|
1174
|
+
| Package | Version | License | Repository |
|
|
1175
|
+
| ----------------------- | -------------------- | ------- | ----------------------------------- |
|
|
1176
|
+
| @tanstack/react-virtual | 3.14.10 | MIT | https://github.com/TanStack/virtual |
|
|
1177
|
+
| react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
1178
|
+
| react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
1179
|
+
|
|
1180
|
+
Copyright and complete license texts for these dependencies are included in
|
|
1181
|
+
their respective npm distributions and source repositories.
|
|
1182
|
+
|
|
1183
|
+
==============================================================================
|
|
1184
|
+
Components: @bendyline/squisq-grid-react@2.11.2
|
|
1185
|
+
Source files: node_modules/@bendyline/squisq-grid-react/THIRD_PARTY_LICENSES.txt
|
|
1186
|
+
==============================================================================
|
|
1187
|
+
THIRD-PARTY LICENSES FOR @bendyline/squisq-grid-react
|
|
1188
|
+
|
|
1189
|
+
Generated from the actual esbuild input graph. Package-local license, copying,
|
|
1190
|
+
and notice files are reproduced verbatim. When an npm tarball omits its
|
|
1191
|
+
repository license, the pinned upstream copy is vendored and identified below.
|
|
1192
|
+
|
|
1193
|
+
COMPONENTS
|
|
1194
|
+
|
|
1195
|
+
==============================================================================
|
|
1196
|
+
Components: @bendyline/squisq-react@2.11.1
|
|
1095
1197
|
Source files: node_modules/@bendyline/squisq-react/NOTICE.md
|
|
1096
1198
|
==============================================================================
|
|
1097
1199
|
# Third-Party Notices for @bendyline/squisq-react
|
|
@@ -1116,7 +1218,7 @@ third-party license texts for the complete standalone bundle graph are shipped
|
|
|
1116
1218
|
in THIRD_PARTY_LICENSES.txt.
|
|
1117
1219
|
|
|
1118
1220
|
==============================================================================
|
|
1119
|
-
Components: @bendyline/squisq-react@2.
|
|
1221
|
+
Components: @bendyline/squisq-react@2.11.1
|
|
1120
1222
|
Source files: node_modules/@bendyline/squisq-react/THIRD_PARTY_LICENSES.txt
|
|
1121
1223
|
==============================================================================
|
|
1122
1224
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-react
|
|
@@ -1181,7 +1283,7 @@ COMPONENTS
|
|
|
1181
1283
|
- decode-named-character-reference@1.3.0 (MIT); files: license
|
|
1182
1284
|
- delaunator@5.1.0 (ISC); files: LICENSE
|
|
1183
1285
|
- devlop@1.1.0 (MIT); files: license
|
|
1184
|
-
- dompurify@3.4.
|
|
1286
|
+
- dompurify@3.4.14 ((MPL-2.0 OR Apache-2.0)); files: LICENSE, LICENSE-MPL
|
|
1185
1287
|
- entities@6.0.1 (BSD-2-Clause); files: LICENSE
|
|
1186
1288
|
- es-toolkit@1.49.0 (MIT); files: LICENSE
|
|
1187
1289
|
- escape-string-regexp@5.0.0 (MIT); files: license
|
|
@@ -2521,7 +2623,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
2521
2623
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2522
2624
|
|
|
2523
2625
|
==============================================================================
|
|
2524
|
-
dompurify@3.4.
|
|
2626
|
+
dompurify@3.4.14 - LICENSE
|
|
2525
2627
|
==============================================================================
|
|
2526
2628
|
|
|
2527
2629
|
Apache License
|
|
@@ -2727,7 +2829,7 @@ dompurify@3.4.12 - LICENSE
|
|
|
2727
2829
|
limitations under the License.
|
|
2728
2830
|
|
|
2729
2831
|
==============================================================================
|
|
2730
|
-
dompurify@3.4.
|
|
2832
|
+
dompurify@3.4.14 - LICENSE-MPL
|
|
2731
2833
|
==============================================================================
|
|
2732
2834
|
Mozilla Public License Version 2.0
|
|
2733
2835
|
==================================
|
|
@@ -5589,7 +5691,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
5589
5691
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5590
5692
|
|
|
5591
5693
|
==============================================================================
|
|
5592
|
-
Components: @bendyline/squisq-video-react@2.4.
|
|
5694
|
+
Components: @bendyline/squisq-video-react@2.4.5, @ffmpeg/core@0.12.9
|
|
5593
5695
|
Source files: node_modules/@bendyline/squisq-video-react/COPYING.GPL-2.0.txt
|
|
5594
5696
|
==============================================================================
|
|
5595
5697
|
GNU GENERAL PUBLIC LICENSE
|
|
@@ -5932,7 +6034,7 @@ library. If this is what you want to do, use the GNU Lesser General
|
|
|
5932
6034
|
Public License instead of this License.
|
|
5933
6035
|
|
|
5934
6036
|
==============================================================================
|
|
5935
|
-
Components: @bendyline/squisq-video-react@2.4.
|
|
6037
|
+
Components: @bendyline/squisq-video-react@2.4.5, @ffmpeg/core@0.12.9
|
|
5936
6038
|
Source files: node_modules/@bendyline/squisq-video-react/NOTICE.md
|
|
5937
6039
|
==============================================================================
|
|
5938
6040
|
# Third-Party Notices for @bendyline/squisq-video-react
|
|
@@ -5977,7 +6079,7 @@ global WebCodecs declaration dependencies are not installed for consumers. Its
|
|
|
5977
6079
|
exact license text is shipped in THIRD_PARTY_LICENSES.txt.
|
|
5978
6080
|
|
|
5979
6081
|
==============================================================================
|
|
5980
|
-
Components: @bendyline/squisq-video-react@2.4.
|
|
6082
|
+
Components: @bendyline/squisq-video-react@2.4.5, @ffmpeg/core@0.12.9, @ffmpeg/ffmpeg@0.12.15, @ffmpeg/types@0.12.4, @ffmpeg/util@0.12.2
|
|
5981
6083
|
Source files: node_modules/@bendyline/squisq-video-react/THIRD_PARTY_LICENSES.txt
|
|
5982
6084
|
==============================================================================
|
|
5983
6085
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-video-react
|
|
@@ -6041,7 +6143,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
6041
6143
|
SOFTWARE.
|
|
6042
6144
|
|
|
6043
6145
|
==============================================================================
|
|
6044
|
-
Components: @bendyline/squisq-video@2.3.
|
|
6146
|
+
Components: @bendyline/squisq-video@2.3.4
|
|
6045
6147
|
Source files: node_modules/@bendyline/squisq-video/NOTICE.md
|
|
6046
6148
|
==============================================================================
|
|
6047
6149
|
# Third-Party Notices for @bendyline/squisq-video
|
|
@@ -6066,7 +6168,7 @@ Copyright and complete license texts for the listed dependencies are included
|
|
|
6066
6168
|
in their respective npm distributions and source repositories.
|
|
6067
6169
|
|
|
6068
6170
|
==============================================================================
|
|
6069
|
-
Components: @bendyline/squisq-video@2.3.
|
|
6171
|
+
Components: @bendyline/squisq-video@2.3.4
|
|
6070
6172
|
Source files: node_modules/@bendyline/squisq-video/THIRD_PARTY_LICENSES.txt
|
|
6071
6173
|
==============================================================================
|
|
6072
6174
|
THIRD-PARTY LICENSES FOR @bendyline/squisq-video
|
|
@@ -6078,7 +6180,7 @@ repository license, the pinned upstream copy is vendored and identified below.
|
|
|
6078
6180
|
COMPONENTS
|
|
6079
6181
|
|
|
6080
6182
|
==============================================================================
|
|
6081
|
-
Components: @bendyline/squisq@2.
|
|
6183
|
+
Components: @bendyline/squisq@2.11.1
|
|
6082
6184
|
Source files: node_modules/@bendyline/squisq/NOTICE.md
|
|
6083
6185
|
==============================================================================
|
|
6084
6186
|
# Third-Party Notices for @bendyline/squisq
|
|
@@ -6109,7 +6211,7 @@ third-party license texts for bundled code and data are shipped in
|
|
|
6109
6211
|
THIRD_PARTY_LICENSES.txt.
|
|
6110
6212
|
|
|
6111
6213
|
==============================================================================
|
|
6112
|
-
Components: @bendyline/squisq@2.
|
|
6214
|
+
Components: @bendyline/squisq@2.11.1
|
|
6113
6215
|
Source files: node_modules/@bendyline/squisq/THIRD_PARTY_LICENSES.txt
|
|
6114
6216
|
==============================================================================
|
|
6115
6217
|
THIRD-PARTY LICENSES FOR @bendyline/squisq
|
|
@@ -6900,6 +7002,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6900
7002
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6901
7003
|
SOFTWARE.
|
|
6902
7004
|
|
|
7005
|
+
==============================================================================
|
|
7006
|
+
Components: @tanstack/react-virtual@3.14.10, @tanstack/virtual-core@3.17.8
|
|
7007
|
+
Source files: node_modules/@tanstack/react-virtual/LICENSE, node_modules/@tanstack/virtual-core/LICENSE
|
|
7008
|
+
==============================================================================
|
|
7009
|
+
MIT License
|
|
7010
|
+
|
|
7011
|
+
Copyright (c) 2021-present Tanner Linsley
|
|
7012
|
+
|
|
7013
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7014
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7015
|
+
in the Software without restriction, including without limitation the rights
|
|
7016
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7017
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7018
|
+
furnished to do so, subject to the following conditions:
|
|
7019
|
+
|
|
7020
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7021
|
+
copies or substantial portions of the Software.
|
|
7022
|
+
|
|
7023
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7024
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7025
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7026
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7027
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7028
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7029
|
+
SOFTWARE.
|
|
7030
|
+
|
|
6903
7031
|
==============================================================================
|
|
6904
7032
|
Components: @types/d3-array@3.2.2, @types/d3-axis@3.0.6, @types/d3-brush@3.0.6, @types/d3-chord@3.0.6, @types/d3-color@3.1.3, @types/d3-contour@3.0.6, @types/d3-delaunay@6.0.4, @types/d3-dispatch@3.0.7, @types/d3-drag@3.0.7, @types/d3-dsv@3.0.7, @types/d3-ease@3.0.2, @types/d3-fetch@3.0.7, @types/d3-force@3.0.10, @types/d3-format@3.0.4, @types/d3-geo@3.1.1, @types/d3-hierarchy@3.1.7, @types/d3-interpolate@3.0.4, @types/d3-path@3.1.1, @types/d3-polygon@3.0.2, @types/d3-quadtree@3.0.6, @types/d3-random@3.0.4, @types/d3-scale-chromatic@3.1.0, @types/d3-scale@4.0.9, @types/d3-selection@3.0.11, @types/d3-shape@3.1.8, @types/d3-time-format@4.0.3, @types/d3-time@3.0.4, @types/d3-timer@3.0.2, @types/d3-transition@3.0.9, @types/d3-zoom@3.0.8, @types/d3@7.4.3, @types/debug@4.1.12, @types/geojson@7946.0.16, @types/hast@3.0.4, @types/katex@0.16.8, @types/linkify-it@5.0.0, @types/markdown-it@14.1.2, @types/mdast@4.0.4, @types/mdurl@2.0.0, @types/ms@2.1.0, @types/trusted-types@2.0.7, @types/unist@2.0.11, @types/unist@3.0.3, @types/use-sync-external-store@0.0.6
|
|
6905
7033
|
Source files: node_modules/@types/d3-array/LICENSE, node_modules/@types/d3-axis/LICENSE, node_modules/@types/d3-brush/LICENSE, node_modules/@types/d3-chord/LICENSE, node_modules/@types/d3-color/LICENSE, node_modules/@types/d3-contour/LICENSE, node_modules/@types/d3-delaunay/LICENSE, node_modules/@types/d3-dispatch/LICENSE, node_modules/@types/d3-drag/LICENSE, node_modules/@types/d3-dsv/LICENSE, node_modules/@types/d3-ease/LICENSE, node_modules/@types/d3-fetch/LICENSE, node_modules/@types/d3-force/LICENSE, node_modules/@types/d3-format/LICENSE, node_modules/@types/d3-geo/LICENSE, node_modules/@types/d3-hierarchy/LICENSE, node_modules/@types/d3-interpolate/LICENSE, node_modules/@types/d3-path/LICENSE, node_modules/@types/d3-polygon/LICENSE, node_modules/@types/d3-quadtree/LICENSE, node_modules/@types/d3-random/LICENSE, node_modules/@types/d3-scale-chromatic/LICENSE, node_modules/@types/d3-scale/LICENSE, node_modules/@types/d3-selection/LICENSE, node_modules/@types/d3-shape/LICENSE, node_modules/@types/d3-time-format/LICENSE, node_modules/@types/d3-time/LICENSE, node_modules/@types/d3-timer/LICENSE, node_modules/@types/d3-transition/LICENSE, node_modules/@types/d3-zoom/LICENSE, node_modules/@types/d3/LICENSE, node_modules/@types/debug/LICENSE, node_modules/@types/geojson/LICENSE, node_modules/@types/hast/LICENSE, node_modules/@types/katex/LICENSE, node_modules/@types/linkify-it/LICENSE, node_modules/@types/markdown-it/LICENSE, node_modules/@types/mdast/LICENSE, node_modules/@types/mdurl/LICENSE, node_modules/@types/ms/LICENSE, node_modules/@types/trusted-types/LICENSE, node_modules/@types/unist/LICENSE, node_modules/@types/use-sync-external-store/LICENSE, node_modules/parse-entities/node_modules/@types/unist/LICENSE
|
|
@@ -7266,6 +7394,44 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
7266
7394
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
7267
7395
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
7268
7396
|
|
|
7397
|
+
==============================================================================
|
|
7398
|
+
Components: color-convert@2.0.1
|
|
7399
|
+
Source files: node_modules/color-convert/LICENSE
|
|
7400
|
+
==============================================================================
|
|
7401
|
+
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
7402
|
+
|
|
7403
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
7404
|
+
a copy of this software and associated documentation files (the
|
|
7405
|
+
"Software"), to deal in the Software without restriction, including
|
|
7406
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
7407
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
7408
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
7409
|
+
the following conditions:
|
|
7410
|
+
|
|
7411
|
+
The above copyright notice and this permission notice shall be
|
|
7412
|
+
included in all copies or substantial portions of the Software.
|
|
7413
|
+
|
|
7414
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
7415
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
7416
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
7417
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
7418
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
7419
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
7420
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7421
|
+
|
|
7422
|
+
==============================================================================
|
|
7423
|
+
Components: color-name@1.1.4
|
|
7424
|
+
Source files: node_modules/color-name/LICENSE
|
|
7425
|
+
==============================================================================
|
|
7426
|
+
The MIT License (MIT)
|
|
7427
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
7428
|
+
|
|
7429
|
+
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:
|
|
7430
|
+
|
|
7431
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
7432
|
+
|
|
7433
|
+
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.
|
|
7434
|
+
|
|
7269
7435
|
==============================================================================
|
|
7270
7436
|
Components: comma-separated-tokens@2.0.3, hast-util-parse-selector@4.0.0, is-alphabetical@2.0.1, is-alphanumerical@2.0.1, is-decimal@2.0.1, is-hexadecimal@2.0.1, space-separated-tokens@2.0.2, unist-util-remove-position@5.0.0, unist-util-stringify-position@4.0.0, unist-util-visit-parents@6.0.2, vfile-location@5.0.3, web-namespaces@2.0.1, zwitch@2.0.4
|
|
7271
7437
|
Source files: node_modules/comma-separated-tokens/license, node_modules/hast-util-parse-selector/license, node_modules/is-alphabetical/license, node_modules/is-alphanumerical/license, node_modules/is-decimal/license, node_modules/is-hexadecimal/license, node_modules/space-separated-tokens/license, node_modules/unist-util-remove-position/license, node_modules/unist-util-stringify-position/license, node_modules/unist-util-visit-parents/license, node_modules/vfile-location/license, node_modules/web-namespaces/license, node_modules/zwitch/license
|
|
@@ -8175,6 +8341,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
8175
8341
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
8176
8342
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8177
8343
|
|
|
8344
|
+
==============================================================================
|
|
8345
|
+
Components: dijkstrajs@1.0.3
|
|
8346
|
+
Source files: node_modules/dijkstrajs/LICENSE.md
|
|
8347
|
+
==============================================================================
|
|
8348
|
+
```
|
|
8349
|
+
Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
|
|
8350
|
+
|
|
8351
|
+
Copyright (C) 2008
|
|
8352
|
+
Wyatt Baldwin <self@wyattbaldwin.com>
|
|
8353
|
+
All rights reserved
|
|
8354
|
+
|
|
8355
|
+
Licensed under the MIT license.
|
|
8356
|
+
|
|
8357
|
+
http://www.opensource.org/licenses/mit-license.php
|
|
8358
|
+
|
|
8359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8360
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8361
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8362
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8363
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8364
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
8365
|
+
THE SOFTWARE.
|
|
8366
|
+
```
|
|
8367
|
+
|
|
8178
8368
|
==============================================================================
|
|
8179
8369
|
Components: dompurify@3.4.13
|
|
8180
8370
|
Source files: node_modules/dompurify/LICENSE-MPL
|
|
@@ -8904,6 +9094,17 @@ Source files: node_modules/genson-js/LICENSE
|
|
|
8904
9094
|
See the License for the specific language governing permissions and
|
|
8905
9095
|
limitations under the License.
|
|
8906
9096
|
|
|
9097
|
+
==============================================================================
|
|
9098
|
+
Components: get-caller-file@2.0.5
|
|
9099
|
+
Source files: node_modules/get-caller-file/LICENSE.md
|
|
9100
|
+
==============================================================================
|
|
9101
|
+
ISC License (ISC)
|
|
9102
|
+
Copyright 2018 Stefan Penner
|
|
9103
|
+
|
|
9104
|
+
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.
|
|
9105
|
+
|
|
9106
|
+
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.
|
|
9107
|
+
|
|
8907
9108
|
==============================================================================
|
|
8908
9109
|
Components: hachure-fill@0.5.2
|
|
8909
9110
|
Source files: node_modules/hachure-fill/LICENSE
|
|
@@ -9081,6 +9282,20 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
9081
9282
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
9082
9283
|
PERFORMANCE OF THIS SOFTWARE.
|
|
9083
9284
|
|
|
9285
|
+
==============================================================================
|
|
9286
|
+
Components: ansi-regex@5.0.1, ansi-styles@4.3.0, camelcase@5.3.1, find-up@4.1.0, is-fullwidth-code-point@3.0.0, locate-path@5.0.0, p-limit@2.3.0, p-locate@4.1.0, p-try@2.2.0, path-exists@4.0.0, string-width@4.2.3, strip-ansi@6.0.1, wrap-ansi@6.2.0
|
|
9287
|
+
Source files: node_modules/is-fullwidth-code-point/license, node_modules/p-try/license, node_modules/qrcode/node_modules/ansi-regex/license, node_modules/qrcode/node_modules/ansi-styles/license, node_modules/qrcode/node_modules/camelcase/license, node_modules/qrcode/node_modules/find-up/license, node_modules/qrcode/node_modules/locate-path/license, node_modules/qrcode/node_modules/p-limit/license, node_modules/qrcode/node_modules/p-locate/license, node_modules/qrcode/node_modules/path-exists/license, node_modules/qrcode/node_modules/string-width/license, node_modules/qrcode/node_modules/strip-ansi/license, node_modules/qrcode/node_modules/wrap-ansi/license
|
|
9288
|
+
==============================================================================
|
|
9289
|
+
MIT License
|
|
9290
|
+
|
|
9291
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
9292
|
+
|
|
9293
|
+
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:
|
|
9294
|
+
|
|
9295
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
9296
|
+
|
|
9297
|
+
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.
|
|
9298
|
+
|
|
9084
9299
|
==============================================================================
|
|
9085
9300
|
Components: isarray@1.0.0
|
|
9086
9301
|
Source files: node_modules/isarray/README.md
|
|
@@ -10859,6 +11074,31 @@ Source files: node_modules/pdfjs-dist/LICENSE
|
|
|
10859
11074
|
|
|
10860
11075
|
END OF TERMS AND CONDITIONS
|
|
10861
11076
|
|
|
11077
|
+
==============================================================================
|
|
11078
|
+
Components: pngjs@5.0.0
|
|
11079
|
+
Source files: node_modules/pngjs/LICENSE
|
|
11080
|
+
==============================================================================
|
|
11081
|
+
pngjs2 original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
11082
|
+
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
11083
|
+
|
|
11084
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11085
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11086
|
+
in the Software without restriction, including without limitation the rights
|
|
11087
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11088
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11089
|
+
furnished to do so, subject to the following conditions:
|
|
11090
|
+
|
|
11091
|
+
The above copyright notice and this permission notice shall be included in
|
|
11092
|
+
all copies or substantial portions of the Software.
|
|
11093
|
+
|
|
11094
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11095
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11096
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11097
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11098
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11099
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
11100
|
+
THE SOFTWARE.
|
|
11101
|
+
|
|
10862
11102
|
==============================================================================
|
|
10863
11103
|
Components: points-on-path@0.2.1
|
|
10864
11104
|
Source files: node_modules/points-on-path/LICENSE
|
|
@@ -10982,8 +11222,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
10982
11222
|
THE SOFTWARE.
|
|
10983
11223
|
|
|
10984
11224
|
==============================================================================
|
|
10985
|
-
Components: punycode.js@2.3.1, uc.micro@2.1.0
|
|
10986
|
-
Source files: node_modules/punycode.js/LICENSE-MIT.txt, node_modules/uc.micro/LICENSE.txt
|
|
11225
|
+
Components: emoji-regex@8.0.0, punycode.js@2.3.1, uc.micro@2.1.0
|
|
11226
|
+
Source files: node_modules/punycode.js/LICENSE-MIT.txt, node_modules/qrcode/node_modules/emoji-regex/LICENSE-MIT.txt, node_modules/uc.micro/LICENSE.txt
|
|
10987
11227
|
==============================================================================
|
|
10988
11228
|
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
10989
11229
|
|
|
@@ -11006,6 +11246,128 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
11006
11246
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
11007
11247
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
11008
11248
|
|
|
11249
|
+
==============================================================================
|
|
11250
|
+
Components: qrcode@1.5.4
|
|
11251
|
+
Source files: node_modules/qrcode/license
|
|
11252
|
+
==============================================================================
|
|
11253
|
+
The MIT License (MIT)
|
|
11254
|
+
|
|
11255
|
+
Copyright (c) 2012 Ryan Day
|
|
11256
|
+
|
|
11257
|
+
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:
|
|
11258
|
+
|
|
11259
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11260
|
+
|
|
11261
|
+
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.
|
|
11262
|
+
|
|
11263
|
+
==============================================================================
|
|
11264
|
+
Components: cliui@6.0.0
|
|
11265
|
+
Source files: node_modules/qrcode/node_modules/cliui/LICENSE.txt
|
|
11266
|
+
==============================================================================
|
|
11267
|
+
Copyright (c) 2015, Contributors
|
|
11268
|
+
|
|
11269
|
+
Permission to use, copy, modify, and/or distribute this software
|
|
11270
|
+
for any purpose with or without fee is hereby granted, provided
|
|
11271
|
+
that the above copyright notice and this permission notice
|
|
11272
|
+
appear in all copies.
|
|
11273
|
+
|
|
11274
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
11275
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
11276
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
11277
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
11278
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
11279
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
11280
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
11281
|
+
|
|
11282
|
+
==============================================================================
|
|
11283
|
+
Components: decamelize@1.2.0
|
|
11284
|
+
Source files: node_modules/qrcode/node_modules/decamelize/license
|
|
11285
|
+
==============================================================================
|
|
11286
|
+
The MIT License (MIT)
|
|
11287
|
+
|
|
11288
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
11289
|
+
|
|
11290
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11291
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11292
|
+
in the Software without restriction, including without limitation the rights
|
|
11293
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11294
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11295
|
+
furnished to do so, subject to the following conditions:
|
|
11296
|
+
|
|
11297
|
+
The above copyright notice and this permission notice shall be included in
|
|
11298
|
+
all copies or substantial portions of the Software.
|
|
11299
|
+
|
|
11300
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11301
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11302
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11303
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11304
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11305
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
11306
|
+
THE SOFTWARE.
|
|
11307
|
+
|
|
11308
|
+
==============================================================================
|
|
11309
|
+
Components: y18n@4.0.3
|
|
11310
|
+
Source files: node_modules/qrcode/node_modules/y18n/LICENSE
|
|
11311
|
+
==============================================================================
|
|
11312
|
+
Copyright (c) 2015, Contributors
|
|
11313
|
+
|
|
11314
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
11315
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
11316
|
+
and this permission notice appear in all copies.
|
|
11317
|
+
|
|
11318
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
11319
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
11320
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11321
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11322
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
11323
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
11324
|
+
THIS SOFTWARE.
|
|
11325
|
+
|
|
11326
|
+
==============================================================================
|
|
11327
|
+
Components: require-main-filename@2.0.0, set-blocking@2.0.0, yargs-parser@18.1.3
|
|
11328
|
+
Source files: node_modules/qrcode/node_modules/yargs-parser/LICENSE.txt, node_modules/require-main-filename/LICENSE.txt, node_modules/set-blocking/LICENSE.txt
|
|
11329
|
+
==============================================================================
|
|
11330
|
+
Copyright (c) 2016, Contributors
|
|
11331
|
+
|
|
11332
|
+
Permission to use, copy, modify, and/or distribute this software
|
|
11333
|
+
for any purpose with or without fee is hereby granted, provided
|
|
11334
|
+
that the above copyright notice and this permission notice
|
|
11335
|
+
appear in all copies.
|
|
11336
|
+
|
|
11337
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
11338
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
11339
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
11340
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
11341
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
11342
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
11343
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
11344
|
+
|
|
11345
|
+
==============================================================================
|
|
11346
|
+
Components: yargs@15.4.1
|
|
11347
|
+
Source files: node_modules/qrcode/node_modules/yargs/LICENSE
|
|
11348
|
+
==============================================================================
|
|
11349
|
+
MIT License
|
|
11350
|
+
|
|
11351
|
+
Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
|
|
11352
|
+
|
|
11353
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11354
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11355
|
+
in the Software without restriction, including without limitation the rights
|
|
11356
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11357
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11358
|
+
furnished to do so, subject to the following conditions:
|
|
11359
|
+
|
|
11360
|
+
The above copyright notice and this permission notice shall be included in
|
|
11361
|
+
all copies or substantial portions of the Software.
|
|
11362
|
+
|
|
11363
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11364
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11365
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11366
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11367
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11368
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
11369
|
+
THE SOFTWARE.
|
|
11370
|
+
|
|
11009
11371
|
==============================================================================
|
|
11010
11372
|
Components: readable-stream@2.3.8, string_decoder@1.1.1
|
|
11011
11373
|
Source files: node_modules/readable-stream/LICENSE, node_modules/string_decoder/LICENSE
|
|
@@ -11463,6 +11825,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
11463
11825
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
11464
11826
|
THE SOFTWARE.
|
|
11465
11827
|
|
|
11828
|
+
==============================================================================
|
|
11829
|
+
Components: require-directory@2.1.1
|
|
11830
|
+
Source files: node_modules/require-directory/LICENSE
|
|
11831
|
+
==============================================================================
|
|
11832
|
+
The MIT License (MIT)
|
|
11833
|
+
|
|
11834
|
+
Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
|
|
11835
|
+
|
|
11836
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
11837
|
+
copy of this software and associated documentation files (the
|
|
11838
|
+
"Software"), to deal in the Software without restriction, including
|
|
11839
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
11840
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
11841
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11842
|
+
the following conditions:
|
|
11843
|
+
|
|
11844
|
+
The above copyright notice and this permission notice shall be included
|
|
11845
|
+
in all copies or substantial portions of the Software.
|
|
11846
|
+
|
|
11847
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
11848
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
11849
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
11850
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
11851
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
11852
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
11853
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
11854
|
+
|
|
11466
11855
|
==============================================================================
|
|
11467
11856
|
Components: robust-predicates@3.0.3
|
|
11468
11857
|
Source files: node_modules/robust-predicates/LICENSE
|
|
@@ -11811,17 +12200,17 @@ SOFTWARE.
|
|
|
11811
12200
|
Components: tslib@1.14.1
|
|
11812
12201
|
Source files: node_modules/tslib/LICENSE.txt
|
|
11813
12202
|
==============================================================================
|
|
11814
|
-
Copyright (c) Microsoft Corporation.
|
|
11815
|
-
|
|
11816
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
11817
|
-
purpose with or without fee is hereby granted.
|
|
11818
|
-
|
|
11819
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
11820
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
11821
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11822
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11823
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
11824
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
12203
|
+
Copyright (c) Microsoft Corporation.
|
|
12204
|
+
|
|
12205
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
12206
|
+
purpose with or without fee is hereby granted.
|
|
12207
|
+
|
|
12208
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
12209
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
12210
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
12211
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12212
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12213
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
11825
12214
|
PERFORMANCE OF THIS SOFTWARE.
|
|
11826
12215
|
|
|
11827
12216
|
==============================================================================
|
|
@@ -11946,6 +12335,24 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
11946
12335
|
|
|
11947
12336
|
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.
|
|
11948
12337
|
|
|
12338
|
+
==============================================================================
|
|
12339
|
+
Components: which-module@2.0.1
|
|
12340
|
+
Source files: node_modules/which-module/LICENSE
|
|
12341
|
+
==============================================================================
|
|
12342
|
+
Copyright (c) 2016, Contributors
|
|
12343
|
+
|
|
12344
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
12345
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
12346
|
+
and this permission notice appear in all copies.
|
|
12347
|
+
|
|
12348
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
12349
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
12350
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
12351
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
12352
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12353
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
12354
|
+
THIS SOFTWARE.
|
|
12355
|
+
|
|
11949
12356
|
==============================================================================
|
|
11950
12357
|
Components: zod@3.25.76
|
|
11951
12358
|
Source files: node_modules/zod/LICENSE
|