Commit 699cf6d7afd4c88e9309fdd79dad870ad8be2b7b
1 parent
fea323cf
chore: remove vite-plugin-pwa
Showing
9 changed files
with
88 additions
and
1647 deletions
.env.production
.env.test
build/vite/plugin/index.ts
... | ... | @@ -5,7 +5,6 @@ import purgeIcons from 'vite-plugin-purge-icons'; |
5 | 5 | import windiCSS from 'vite-plugin-windicss'; |
6 | 6 | import VitePluginCertificate from 'vite-plugin-mkcert'; |
7 | 7 | import { configHtmlPlugin } from './html'; |
8 | -import { configPwaConfig } from './pwa'; | |
9 | 8 | import { configMockPlugin } from './mock'; |
10 | 9 | import { configCompressPlugin } from './compress'; |
11 | 10 | import { configVisualizerConfig } from './visualizer'; |
... | ... | @@ -54,9 +53,6 @@ export function createVitePlugins(viteEnv: ViteEnv, isBuild: boolean) { |
54 | 53 | vitePlugins.push( |
55 | 54 | configCompressPlugin(VITE_BUILD_COMPRESS, VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE), |
56 | 55 | ); |
57 | - | |
58 | - // vite-plugin-pwa | |
59 | - vitePlugins.push(configPwaConfig(viteEnv)); | |
60 | 56 | } |
61 | 57 | |
62 | 58 | return vitePlugins; | ... | ... |
build/vite/plugin/pwa.ts deleted
100644 → 0
1 | -/** | |
2 | - * Zero-config PWA for Vite | |
3 | - * https://github.com/antfu/vite-plugin-pwa | |
4 | - */ | |
5 | -import { VitePWA } from 'vite-plugin-pwa'; | |
6 | - | |
7 | -export function configPwaConfig(env: ViteEnv) { | |
8 | - const { VITE_USE_PWA, VITE_GLOB_APP_TITLE, VITE_GLOB_APP_SHORT_NAME } = env; | |
9 | - | |
10 | - if (VITE_USE_PWA) { | |
11 | - // vite-plugin-pwa | |
12 | - const pwaPlugin = VitePWA({ | |
13 | - manifest: { | |
14 | - name: VITE_GLOB_APP_TITLE, | |
15 | - short_name: VITE_GLOB_APP_SHORT_NAME, | |
16 | - icons: [ | |
17 | - { | |
18 | - src: './resource/img/pwa-192x192.png', | |
19 | - sizes: '192x192', | |
20 | - type: 'image/png', | |
21 | - }, | |
22 | - { | |
23 | - src: './resource/img/pwa-512x512.png', | |
24 | - sizes: '512x512', | |
25 | - type: 'image/png', | |
26 | - }, | |
27 | - ], | |
28 | - }, | |
29 | - }); | |
30 | - return pwaPlugin; | |
31 | - } | |
32 | - return []; | |
33 | -} |
package.json
... | ... | @@ -179,7 +179,6 @@ |
179 | 179 | "vite-plugin-mkcert": "^1.6.0", |
180 | 180 | "vite-plugin-mock": "^2.9.6", |
181 | 181 | "vite-plugin-purge-icons": "^0.8.1", |
182 | - "vite-plugin-pwa": "^0.11.13", | |
183 | 182 | "vite-plugin-svg-icons": "^2.0.1", |
184 | 183 | "vite-plugin-theme": "^0.8.6", |
185 | 184 | "vite-plugin-windicss": "^1.8.4", | ... | ... |
pnpm-lock.yaml
... | ... | @@ -320,21 +320,12 @@ importers: |
320 | 320 | vite-plugin-purge-icons: |
321 | 321 | specifier: ^0.8.1 |
322 | 322 | version: 0.8.1(vite@2.9.5) |
323 | - vite-plugin-pwa: | |
324 | - specifier: ^0.11.13 | |
325 | - version: 0.11.13(vite@2.9.5)(workbox-build@6.5.4)(workbox-window@6.5.4) | |
326 | - vite-plugin-style-import: | |
327 | - specifier: ^2.0.0 | |
328 | - version: 2.0.0(vite@2.9.5) | |
329 | 323 | vite-plugin-svg-icons: |
330 | 324 | specifier: ^2.0.1 |
331 | 325 | version: 2.0.1(vite@2.9.5) |
332 | 326 | vite-plugin-theme: |
333 | 327 | specifier: ^0.8.6 |
334 | 328 | version: 0.8.6(vite@2.9.5) |
335 | - vite-plugin-vue-setup-extend: | |
336 | - specifier: ^0.4.0 | |
337 | - version: 0.4.0(vite@2.9.5) | |
338 | 329 | vite-plugin-windicss: |
339 | 330 | specifier: ^1.8.4 |
340 | 331 | version: 1.8.4(vite@2.9.5) |
... | ... | @@ -379,18 +370,6 @@ packages: |
379 | 370 | resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==} |
380 | 371 | dev: true |
381 | 372 | |
382 | - /@apideck/better-ajv-errors@0.3.6(ajv@8.12.0): | |
383 | - resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} | |
384 | - engines: {node: '>=10'} | |
385 | - peerDependencies: | |
386 | - ajv: '>=8' | |
387 | - dependencies: | |
388 | - ajv: 8.12.0 | |
389 | - json-schema: 0.4.0 | |
390 | - jsonpointer: 5.0.1 | |
391 | - leven: 3.1.0 | |
392 | - dev: true | |
393 | - | |
394 | 373 | /@babel/code-frame@7.21.4: |
395 | 374 | resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} |
396 | 375 | engines: {node: '>=6.9.0'} |
... | ... | @@ -443,14 +422,6 @@ packages: |
443 | 422 | '@babel/types': 7.21.4 |
444 | 423 | dev: true |
445 | 424 | |
446 | - /@babel/helper-builder-binary-assignment-operator-visitor@7.18.9: | |
447 | - resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} | |
448 | - engines: {node: '>=6.9.0'} | |
449 | - dependencies: | |
450 | - '@babel/helper-explode-assignable-expression': 7.18.6 | |
451 | - '@babel/types': 7.21.4 | |
452 | - dev: true | |
453 | - | |
454 | 425 | /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4): |
455 | 426 | resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==} |
456 | 427 | engines: {node: '>=6.9.0'} |
... | ... | @@ -484,45 +455,11 @@ packages: |
484 | 455 | - supports-color |
485 | 456 | dev: true |
486 | 457 | |
487 | - /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.4): | |
488 | - resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==} | |
489 | - engines: {node: '>=6.9.0'} | |
490 | - peerDependencies: | |
491 | - '@babel/core': ^7.0.0 | |
492 | - dependencies: | |
493 | - '@babel/core': 7.21.4 | |
494 | - '@babel/helper-annotate-as-pure': 7.18.6 | |
495 | - regexpu-core: 5.3.2 | |
496 | - dev: true | |
497 | - | |
498 | - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.4): | |
499 | - resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} | |
500 | - peerDependencies: | |
501 | - '@babel/core': ^7.4.0-0 | |
502 | - dependencies: | |
503 | - '@babel/core': 7.21.4 | |
504 | - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) | |
505 | - '@babel/helper-plugin-utils': 7.20.2 | |
506 | - debug: 4.3.4(supports-color@9.3.1) | |
507 | - lodash.debounce: 4.0.8 | |
508 | - resolve: 1.22.1 | |
509 | - semver: 6.3.0 | |
510 | - transitivePeerDependencies: | |
511 | - - supports-color | |
512 | - dev: true | |
513 | - | |
514 | 458 | /@babel/helper-environment-visitor@7.18.9: |
515 | 459 | resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} |
516 | 460 | engines: {node: '>=6.9.0'} |
517 | 461 | dev: true |
518 | 462 | |
519 | - /@babel/helper-explode-assignable-expression@7.18.6: | |
520 | - resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} | |
521 | - engines: {node: '>=6.9.0'} | |
522 | - dependencies: | |
523 | - '@babel/types': 7.21.4 | |
524 | - dev: true | |
525 | - | |
526 | 463 | /@babel/helper-function-name@7.21.0: |
527 | 464 | resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} |
528 | 465 | engines: {node: '>=6.9.0'} |
... | ... | @@ -532,888 +469,131 @@ packages: |
532 | 469 | dev: true |
533 | 470 | |
534 | 471 | /@babel/helper-hoist-variables@7.18.6: |
535 | - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} | |
536 | - engines: {node: '>=6.9.0'} | |
537 | - dependencies: | |
538 | - '@babel/types': 7.21.4 | |
539 | - dev: true | |
540 | - | |
541 | - /@babel/helper-member-expression-to-functions@7.21.0: | |
542 | - resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} | |
543 | - engines: {node: '>=6.9.0'} | |
544 | - dependencies: | |
545 | - '@babel/types': 7.21.4 | |
546 | - dev: true | |
547 | - | |
548 | - /@babel/helper-module-imports@7.21.4: | |
549 | - resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} | |
550 | - engines: {node: '>=6.9.0'} | |
551 | - dependencies: | |
552 | - '@babel/types': 7.21.4 | |
553 | - dev: true | |
554 | - | |
555 | - /@babel/helper-module-transforms@7.21.2: | |
556 | - resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} | |
557 | - engines: {node: '>=6.9.0'} | |
558 | - dependencies: | |
559 | - '@babel/helper-environment-visitor': 7.18.9 | |
560 | - '@babel/helper-module-imports': 7.21.4 | |
561 | - '@babel/helper-simple-access': 7.20.2 | |
562 | - '@babel/helper-split-export-declaration': 7.18.6 | |
563 | - '@babel/helper-validator-identifier': 7.19.1 | |
564 | - '@babel/template': 7.20.7 | |
565 | - '@babel/traverse': 7.21.4 | |
566 | - '@babel/types': 7.21.4 | |
567 | - transitivePeerDependencies: | |
568 | - - supports-color | |
569 | - dev: true | |
570 | - | |
571 | - /@babel/helper-optimise-call-expression@7.18.6: | |
572 | - resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} | |
573 | - engines: {node: '>=6.9.0'} | |
574 | - dependencies: | |
575 | - '@babel/types': 7.21.4 | |
576 | - dev: true | |
577 | - | |
578 | - /@babel/helper-plugin-utils@7.20.2: | |
579 | - resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} | |
580 | - engines: {node: '>=6.9.0'} | |
581 | - dev: true | |
582 | - | |
583 | - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.4): | |
584 | - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} | |
585 | - engines: {node: '>=6.9.0'} | |
586 | - peerDependencies: | |
587 | - '@babel/core': ^7.0.0 | |
588 | - dependencies: | |
589 | - '@babel/core': 7.21.4 | |
590 | - '@babel/helper-annotate-as-pure': 7.18.6 | |
591 | - '@babel/helper-environment-visitor': 7.18.9 | |
592 | - '@babel/helper-wrap-function': 7.20.5 | |
593 | - '@babel/types': 7.21.4 | |
594 | - transitivePeerDependencies: | |
595 | - - supports-color | |
596 | - dev: true | |
597 | - | |
598 | - /@babel/helper-replace-supers@7.20.7: | |
599 | - resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} | |
600 | - engines: {node: '>=6.9.0'} | |
601 | - dependencies: | |
602 | - '@babel/helper-environment-visitor': 7.18.9 | |
603 | - '@babel/helper-member-expression-to-functions': 7.21.0 | |
604 | - '@babel/helper-optimise-call-expression': 7.18.6 | |
605 | - '@babel/template': 7.20.7 | |
606 | - '@babel/traverse': 7.21.4 | |
607 | - '@babel/types': 7.21.4 | |
608 | - transitivePeerDependencies: | |
609 | - - supports-color | |
610 | - dev: true | |
611 | - | |
612 | - /@babel/helper-simple-access@7.20.2: | |
613 | - resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} | |
614 | - engines: {node: '>=6.9.0'} | |
615 | - dependencies: | |
616 | - '@babel/types': 7.21.4 | |
617 | - dev: true | |
618 | - | |
619 | - /@babel/helper-skip-transparent-expression-wrappers@7.20.0: | |
620 | - resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} | |
621 | - engines: {node: '>=6.9.0'} | |
622 | - dependencies: | |
623 | - '@babel/types': 7.21.4 | |
624 | - dev: true | |
625 | - | |
626 | - /@babel/helper-split-export-declaration@7.18.6: | |
627 | - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} | |
628 | - engines: {node: '>=6.9.0'} | |
629 | - dependencies: | |
630 | - '@babel/types': 7.21.4 | |
631 | - dev: true | |
632 | - | |
633 | - /@babel/helper-string-parser@7.19.4: | |
634 | - resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} | |
635 | - engines: {node: '>=6.9.0'} | |
636 | - | |
637 | - /@babel/helper-validator-identifier@7.19.1: | |
638 | - resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} | |
639 | - engines: {node: '>=6.9.0'} | |
640 | - | |
641 | - /@babel/helper-validator-option@7.21.0: | |
642 | - resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} | |
643 | - engines: {node: '>=6.9.0'} | |
644 | - dev: true | |
645 | - | |
646 | - /@babel/helper-wrap-function@7.20.5: | |
647 | - resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} | |
648 | - engines: {node: '>=6.9.0'} | |
649 | - dependencies: | |
650 | - '@babel/helper-function-name': 7.21.0 | |
651 | - '@babel/template': 7.20.7 | |
652 | - '@babel/traverse': 7.21.4 | |
653 | - '@babel/types': 7.21.4 | |
654 | - transitivePeerDependencies: | |
655 | - - supports-color | |
656 | - dev: true | |
657 | - | |
658 | - /@babel/helpers@7.21.0: | |
659 | - resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} | |
660 | - engines: {node: '>=6.9.0'} | |
661 | - dependencies: | |
662 | - '@babel/template': 7.20.7 | |
663 | - '@babel/traverse': 7.21.4 | |
664 | - '@babel/types': 7.21.4 | |
665 | - transitivePeerDependencies: | |
666 | - - supports-color | |
667 | - dev: true | |
668 | - | |
669 | - /@babel/highlight@7.18.6: | |
670 | - resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} | |
671 | - engines: {node: '>=6.9.0'} | |
672 | - dependencies: | |
673 | - '@babel/helper-validator-identifier': 7.19.1 | |
674 | - chalk: 2.4.2 | |
675 | - js-tokens: 4.0.0 | |
676 | - dev: true | |
677 | - | |
678 | - /@babel/parser@7.21.4: | |
679 | - resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} | |
680 | - engines: {node: '>=6.0.0'} | |
681 | - hasBin: true | |
682 | - dependencies: | |
683 | - '@babel/types': 7.21.4 | |
684 | - | |
685 | - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4): | |
686 | - resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} | |
687 | - engines: {node: '>=6.9.0'} | |
688 | - peerDependencies: | |
689 | - '@babel/core': ^7.0.0 | |
690 | - dependencies: | |
691 | - '@babel/core': 7.21.4 | |
692 | - '@babel/helper-plugin-utils': 7.20.2 | |
693 | - dev: true | |
694 | - | |
695 | - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.4): | |
696 | - resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} | |
697 | - engines: {node: '>=6.9.0'} | |
698 | - peerDependencies: | |
699 | - '@babel/core': ^7.13.0 | |
700 | - dependencies: | |
701 | - '@babel/core': 7.21.4 | |
702 | - '@babel/helper-plugin-utils': 7.20.2 | |
703 | - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 | |
704 | - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) | |
705 | - dev: true | |
706 | - | |
707 | - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4): | |
708 | - resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} | |
709 | - engines: {node: '>=6.9.0'} | |
710 | - peerDependencies: | |
711 | - '@babel/core': ^7.0.0-0 | |
712 | - dependencies: | |
713 | - '@babel/core': 7.21.4 | |
714 | - '@babel/helper-environment-visitor': 7.18.9 | |
715 | - '@babel/helper-plugin-utils': 7.20.2 | |
716 | - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) | |
717 | - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) | |
718 | - transitivePeerDependencies: | |
719 | - - supports-color | |
720 | - dev: true | |
721 | - | |
722 | - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4): | |
723 | - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} | |
724 | - engines: {node: '>=6.9.0'} | |
725 | - peerDependencies: | |
726 | - '@babel/core': ^7.0.0-0 | |
727 | - dependencies: | |
728 | - '@babel/core': 7.21.4 | |
729 | - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) | |
730 | - '@babel/helper-plugin-utils': 7.20.2 | |
731 | - transitivePeerDependencies: | |
732 | - - supports-color | |
733 | - dev: true | |
734 | - | |
735 | - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4): | |
736 | - resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} | |
737 | - engines: {node: '>=6.9.0'} | |
738 | - peerDependencies: | |
739 | - '@babel/core': ^7.12.0 | |
740 | - dependencies: | |
741 | - '@babel/core': 7.21.4 | |
742 | - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) | |
743 | - '@babel/helper-plugin-utils': 7.20.2 | |
744 | - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) | |
745 | - transitivePeerDependencies: | |
746 | - - supports-color | |
747 | - dev: true | |
748 | - | |
749 | - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.4): | |
750 | - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} | |
751 | - engines: {node: '>=6.9.0'} | |
752 | - peerDependencies: | |
753 | - '@babel/core': ^7.0.0-0 | |
754 | - dependencies: | |
755 | - '@babel/core': 7.21.4 | |
756 | - '@babel/helper-plugin-utils': 7.20.2 | |
757 | - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) | |
758 | - dev: true | |
759 | - | |
760 | - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4): | |
761 | - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} | |
762 | - engines: {node: '>=6.9.0'} | |
763 | - peerDependencies: | |
764 | - '@babel/core': ^7.0.0-0 | |
765 | - dependencies: | |
766 | - '@babel/core': 7.21.4 | |
767 | - '@babel/helper-plugin-utils': 7.20.2 | |
768 | - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) | |
769 | - dev: true | |
770 | - | |
771 | - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4): | |
772 | - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} | |
773 | - engines: {node: '>=6.9.0'} | |
774 | - peerDependencies: | |
775 | - '@babel/core': ^7.0.0-0 | |
776 | - dependencies: | |
777 | - '@babel/core': 7.21.4 | |
778 | - '@babel/helper-plugin-utils': 7.20.2 | |
779 | - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) | |
780 | - dev: true | |
781 | - | |
782 | - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.4): | |
783 | - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} | |
784 | - engines: {node: '>=6.9.0'} | |
785 | - peerDependencies: | |
786 | - '@babel/core': ^7.0.0-0 | |
787 | - dependencies: | |
788 | - '@babel/core': 7.21.4 | |
789 | - '@babel/helper-plugin-utils': 7.20.2 | |
790 | - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) | |
791 | - dev: true | |
792 | - | |
793 | - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.4): | |
794 | - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} | |
795 | - engines: {node: '>=6.9.0'} | |
796 | - peerDependencies: | |
797 | - '@babel/core': ^7.0.0-0 | |
798 | - dependencies: | |
799 | - '@babel/core': 7.21.4 | |
800 | - '@babel/helper-plugin-utils': 7.20.2 | |
801 | - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) | |
802 | - dev: true | |
803 | - | |
804 | - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4): | |
805 | - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} | |
806 | - engines: {node: '>=6.9.0'} | |
807 | - peerDependencies: | |
808 | - '@babel/core': ^7.0.0-0 | |
809 | - dependencies: | |
810 | - '@babel/core': 7.21.4 | |
811 | - '@babel/helper-plugin-utils': 7.20.2 | |
812 | - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) | |
813 | - dev: true | |
814 | - | |
815 | - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.4): | |
816 | - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} | |
817 | - engines: {node: '>=6.9.0'} | |
818 | - peerDependencies: | |
819 | - '@babel/core': ^7.0.0-0 | |
820 | - dependencies: | |
821 | - '@babel/compat-data': 7.21.4 | |
822 | - '@babel/core': 7.21.4 | |
823 | - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) | |
824 | - '@babel/helper-plugin-utils': 7.20.2 | |
825 | - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) | |
826 | - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) | |
827 | - dev: true | |
828 | - | |
829 | - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4): | |
830 | - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} | |
831 | - engines: {node: '>=6.9.0'} | |
832 | - peerDependencies: | |
833 | - '@babel/core': ^7.0.0-0 | |
834 | - dependencies: | |
835 | - '@babel/core': 7.21.4 | |
836 | - '@babel/helper-plugin-utils': 7.20.2 | |
837 | - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) | |
838 | - dev: true | |
839 | - | |
840 | - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4): | |
841 | - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} | |
842 | - engines: {node: '>=6.9.0'} | |
843 | - peerDependencies: | |
844 | - '@babel/core': ^7.0.0-0 | |
845 | - dependencies: | |
846 | - '@babel/core': 7.21.4 | |
847 | - '@babel/helper-plugin-utils': 7.20.2 | |
848 | - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 | |
849 | - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) | |
850 | - dev: true | |
851 | - | |
852 | - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.4): | |
853 | - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} | |
854 | - engines: {node: '>=6.9.0'} | |
855 | - peerDependencies: | |
856 | - '@babel/core': ^7.0.0-0 | |
857 | - dependencies: | |
858 | - '@babel/core': 7.21.4 | |
859 | - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) | |
860 | - '@babel/helper-plugin-utils': 7.20.2 | |
861 | - transitivePeerDependencies: | |
862 | - - supports-color | |
863 | - dev: true | |
864 | - | |
865 | - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4): | |
866 | - resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} | |
867 | - engines: {node: '>=6.9.0'} | |
868 | - peerDependencies: | |
869 | - '@babel/core': ^7.0.0-0 | |
870 | - dependencies: | |
871 | - '@babel/core': 7.21.4 | |
872 | - '@babel/helper-annotate-as-pure': 7.18.6 | |
873 | - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) | |
874 | - '@babel/helper-plugin-utils': 7.20.2 | |
875 | - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) | |
876 | - transitivePeerDependencies: | |
877 | - - supports-color | |
878 | - dev: true | |
879 | - | |
880 | - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.4): | |
881 | - resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} | |
882 | - engines: {node: '>=4'} | |
883 | - peerDependencies: | |
884 | - '@babel/core': ^7.0.0-0 | |
885 | - dependencies: | |
886 | - '@babel/core': 7.21.4 | |
887 | - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) | |
888 | - '@babel/helper-plugin-utils': 7.20.2 | |
889 | - dev: true | |
890 | - | |
891 | - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4): | |
892 | - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} | |
893 | - peerDependencies: | |
894 | - '@babel/core': ^7.0.0-0 | |
895 | - dependencies: | |
896 | - '@babel/core': 7.21.4 | |
897 | - '@babel/helper-plugin-utils': 7.20.2 | |
898 | - dev: true | |
899 | - | |
900 | - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4): | |
901 | - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} | |
902 | - peerDependencies: | |
903 | - '@babel/core': ^7.0.0-0 | |
904 | - dependencies: | |
905 | - '@babel/core': 7.21.4 | |
906 | - '@babel/helper-plugin-utils': 7.20.2 | |
907 | - dev: true | |
908 | - | |
909 | - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4): | |
910 | - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} | |
911 | - engines: {node: '>=6.9.0'} | |
912 | - peerDependencies: | |
913 | - '@babel/core': ^7.0.0-0 | |
914 | - dependencies: | |
915 | - '@babel/core': 7.21.4 | |
916 | - '@babel/helper-plugin-utils': 7.20.2 | |
917 | - dev: true | |
918 | - | |
919 | - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.4): | |
920 | - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} | |
921 | - peerDependencies: | |
922 | - '@babel/core': ^7.0.0-0 | |
923 | - dependencies: | |
924 | - '@babel/core': 7.21.4 | |
925 | - '@babel/helper-plugin-utils': 7.20.2 | |
926 | - dev: true | |
927 | - | |
928 | - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.4): | |
929 | - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} | |
930 | - peerDependencies: | |
931 | - '@babel/core': ^7.0.0-0 | |
932 | - dependencies: | |
933 | - '@babel/core': 7.21.4 | |
934 | - '@babel/helper-plugin-utils': 7.20.2 | |
935 | - dev: true | |
936 | - | |
937 | - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.4): | |
938 | - resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} | |
939 | - engines: {node: '>=6.9.0'} | |
940 | - peerDependencies: | |
941 | - '@babel/core': ^7.0.0-0 | |
942 | - dependencies: | |
943 | - '@babel/core': 7.21.4 | |
944 | - '@babel/helper-plugin-utils': 7.20.2 | |
945 | - dev: true | |
946 | - | |
947 | - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.4): | |
948 | - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} | |
949 | - peerDependencies: | |
950 | - '@babel/core': ^7.0.0-0 | |
951 | - dependencies: | |
952 | - '@babel/core': 7.21.4 | |
953 | - '@babel/helper-plugin-utils': 7.20.2 | |
954 | - dev: true | |
955 | - | |
956 | - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4): | |
957 | - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} | |
958 | - peerDependencies: | |
959 | - '@babel/core': ^7.0.0-0 | |
960 | - dependencies: | |
961 | - '@babel/core': 7.21.4 | |
962 | - '@babel/helper-plugin-utils': 7.20.2 | |
963 | - dev: true | |
964 | - | |
965 | - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4): | |
966 | - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} | |
967 | - engines: {node: '>=6.9.0'} | |
968 | - peerDependencies: | |
969 | - '@babel/core': ^7.0.0-0 | |
970 | - dependencies: | |
971 | - '@babel/core': 7.21.4 | |
972 | - '@babel/helper-plugin-utils': 7.20.2 | |
973 | - dev: true | |
974 | - | |
975 | - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): | |
976 | - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} | |
977 | - peerDependencies: | |
978 | - '@babel/core': ^7.0.0-0 | |
979 | - dependencies: | |
980 | - '@babel/core': 7.21.4 | |
981 | - '@babel/helper-plugin-utils': 7.20.2 | |
982 | - dev: true | |
983 | - | |
984 | - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4): | |
985 | - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} | |
986 | - peerDependencies: | |
987 | - '@babel/core': ^7.0.0-0 | |
988 | - dependencies: | |
989 | - '@babel/core': 7.21.4 | |
990 | - '@babel/helper-plugin-utils': 7.20.2 | |
991 | - dev: true | |
992 | - | |
993 | - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4): | |
994 | - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} | |
995 | - peerDependencies: | |
996 | - '@babel/core': ^7.0.0-0 | |
997 | - dependencies: | |
998 | - '@babel/core': 7.21.4 | |
999 | - '@babel/helper-plugin-utils': 7.20.2 | |
1000 | - dev: true | |
1001 | - | |
1002 | - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4): | |
1003 | - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} | |
1004 | - peerDependencies: | |
1005 | - '@babel/core': ^7.0.0-0 | |
1006 | - dependencies: | |
1007 | - '@babel/core': 7.21.4 | |
1008 | - '@babel/helper-plugin-utils': 7.20.2 | |
1009 | - dev: true | |
1010 | - | |
1011 | - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4): | |
1012 | - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} | |
1013 | - peerDependencies: | |
1014 | - '@babel/core': ^7.0.0-0 | |
1015 | - dependencies: | |
1016 | - '@babel/core': 7.21.4 | |
1017 | - '@babel/helper-plugin-utils': 7.20.2 | |
1018 | - dev: true | |
1019 | - | |
1020 | - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4): | |
1021 | - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} | |
1022 | - peerDependencies: | |
1023 | - '@babel/core': ^7.0.0-0 | |
1024 | - dependencies: | |
1025 | - '@babel/core': 7.21.4 | |
1026 | - '@babel/helper-plugin-utils': 7.20.2 | |
1027 | - dev: true | |
1028 | - | |
1029 | - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4): | |
1030 | - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} | |
1031 | - engines: {node: '>=6.9.0'} | |
1032 | - peerDependencies: | |
1033 | - '@babel/core': ^7.0.0-0 | |
1034 | - dependencies: | |
1035 | - '@babel/core': 7.21.4 | |
1036 | - '@babel/helper-plugin-utils': 7.20.2 | |
1037 | - dev: true | |
1038 | - | |
1039 | - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4): | |
1040 | - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} | |
1041 | - engines: {node: '>=6.9.0'} | |
1042 | - peerDependencies: | |
1043 | - '@babel/core': ^7.0.0-0 | |
1044 | - dependencies: | |
1045 | - '@babel/core': 7.21.4 | |
1046 | - '@babel/helper-plugin-utils': 7.20.2 | |
1047 | - dev: true | |
1048 | - | |
1049 | - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.4): | |
1050 | - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} | |
1051 | - engines: {node: '>=6.9.0'} | |
1052 | - peerDependencies: | |
1053 | - '@babel/core': ^7.0.0-0 | |
1054 | - dependencies: | |
1055 | - '@babel/core': 7.21.4 | |
1056 | - '@babel/helper-plugin-utils': 7.20.2 | |
1057 | - dev: true | |
1058 | - | |
1059 | - /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.4): | |
1060 | - resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} | |
1061 | - engines: {node: '>=6.9.0'} | |
1062 | - peerDependencies: | |
1063 | - '@babel/core': ^7.0.0-0 | |
1064 | - dependencies: | |
1065 | - '@babel/core': 7.21.4 | |
1066 | - '@babel/helper-plugin-utils': 7.20.2 | |
1067 | - dev: true | |
1068 | - | |
1069 | - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.4): | |
1070 | - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} | |
1071 | - engines: {node: '>=6.9.0'} | |
1072 | - peerDependencies: | |
1073 | - '@babel/core': ^7.0.0-0 | |
1074 | - dependencies: | |
1075 | - '@babel/core': 7.21.4 | |
1076 | - '@babel/helper-module-imports': 7.21.4 | |
1077 | - '@babel/helper-plugin-utils': 7.20.2 | |
1078 | - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) | |
1079 | - transitivePeerDependencies: | |
1080 | - - supports-color | |
1081 | - dev: true | |
1082 | - | |
1083 | - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.4): | |
1084 | - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} | |
1085 | - engines: {node: '>=6.9.0'} | |
1086 | - peerDependencies: | |
1087 | - '@babel/core': ^7.0.0-0 | |
1088 | - dependencies: | |
1089 | - '@babel/core': 7.21.4 | |
1090 | - '@babel/helper-plugin-utils': 7.20.2 | |
1091 | - dev: true | |
1092 | - | |
1093 | - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.4): | |
1094 | - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} | |
1095 | - engines: {node: '>=6.9.0'} | |
1096 | - peerDependencies: | |
1097 | - '@babel/core': ^7.0.0-0 | |
1098 | - dependencies: | |
1099 | - '@babel/core': 7.21.4 | |
1100 | - '@babel/helper-plugin-utils': 7.20.2 | |
1101 | - dev: true | |
1102 | - | |
1103 | - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.4): | |
1104 | - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} | |
1105 | - engines: {node: '>=6.9.0'} | |
1106 | - peerDependencies: | |
1107 | - '@babel/core': ^7.0.0-0 | |
1108 | - dependencies: | |
1109 | - '@babel/core': 7.21.4 | |
1110 | - '@babel/helper-annotate-as-pure': 7.18.6 | |
1111 | - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) | |
1112 | - '@babel/helper-environment-visitor': 7.18.9 | |
1113 | - '@babel/helper-function-name': 7.21.0 | |
1114 | - '@babel/helper-optimise-call-expression': 7.18.6 | |
1115 | - '@babel/helper-plugin-utils': 7.20.2 | |
1116 | - '@babel/helper-replace-supers': 7.20.7 | |
1117 | - '@babel/helper-split-export-declaration': 7.18.6 | |
1118 | - globals: 11.12.0 | |
1119 | - transitivePeerDependencies: | |
1120 | - - supports-color | |
1121 | - dev: true | |
1122 | - | |
1123 | - /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.4): | |
1124 | - resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} | |
1125 | - engines: {node: '>=6.9.0'} | |
1126 | - peerDependencies: | |
1127 | - '@babel/core': ^7.0.0-0 | |
1128 | - dependencies: | |
1129 | - '@babel/core': 7.21.4 | |
1130 | - '@babel/helper-plugin-utils': 7.20.2 | |
1131 | - '@babel/template': 7.20.7 | |
1132 | - dev: true | |
1133 | - | |
1134 | - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4): | |
1135 | - resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} | |
1136 | - engines: {node: '>=6.9.0'} | |
1137 | - peerDependencies: | |
1138 | - '@babel/core': ^7.0.0-0 | |
1139 | - dependencies: | |
1140 | - '@babel/core': 7.21.4 | |
1141 | - '@babel/helper-plugin-utils': 7.20.2 | |
1142 | - dev: true | |
1143 | - | |
1144 | - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.4): | |
1145 | - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} | |
1146 | - engines: {node: '>=6.9.0'} | |
1147 | - peerDependencies: | |
1148 | - '@babel/core': ^7.0.0-0 | |
1149 | - dependencies: | |
1150 | - '@babel/core': 7.21.4 | |
1151 | - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) | |
1152 | - '@babel/helper-plugin-utils': 7.20.2 | |
1153 | - dev: true | |
1154 | - | |
1155 | - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.4): | |
1156 | - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} | |
1157 | - engines: {node: '>=6.9.0'} | |
1158 | - peerDependencies: | |
1159 | - '@babel/core': ^7.0.0-0 | |
1160 | - dependencies: | |
1161 | - '@babel/core': 7.21.4 | |
1162 | - '@babel/helper-plugin-utils': 7.20.2 | |
1163 | - dev: true | |
1164 | - | |
1165 | - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.4): | |
1166 | - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} | |
1167 | - engines: {node: '>=6.9.0'} | |
1168 | - peerDependencies: | |
1169 | - '@babel/core': ^7.0.0-0 | |
1170 | - dependencies: | |
1171 | - '@babel/core': 7.21.4 | |
1172 | - '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 | |
1173 | - '@babel/helper-plugin-utils': 7.20.2 | |
1174 | - dev: true | |
1175 | - | |
1176 | - /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.4): | |
1177 | - resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} | |
1178 | - engines: {node: '>=6.9.0'} | |
1179 | - peerDependencies: | |
1180 | - '@babel/core': ^7.0.0-0 | |
1181 | - dependencies: | |
1182 | - '@babel/core': 7.21.4 | |
1183 | - '@babel/helper-plugin-utils': 7.20.2 | |
1184 | - dev: true | |
1185 | - | |
1186 | - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.4): | |
1187 | - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} | |
1188 | - engines: {node: '>=6.9.0'} | |
1189 | - peerDependencies: | |
1190 | - '@babel/core': ^7.0.0-0 | |
1191 | - dependencies: | |
1192 | - '@babel/core': 7.21.4 | |
1193 | - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) | |
1194 | - '@babel/helper-function-name': 7.21.0 | |
1195 | - '@babel/helper-plugin-utils': 7.20.2 | |
1196 | - dev: true | |
1197 | - | |
1198 | - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4): | |
1199 | - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} | |
1200 | - engines: {node: '>=6.9.0'} | |
1201 | - peerDependencies: | |
1202 | - '@babel/core': ^7.0.0-0 | |
1203 | - dependencies: | |
1204 | - '@babel/core': 7.21.4 | |
1205 | - '@babel/helper-plugin-utils': 7.20.2 | |
1206 | - dev: true | |
1207 | - | |
1208 | - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.4): | |
1209 | - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} | |
1210 | - engines: {node: '>=6.9.0'} | |
1211 | - peerDependencies: | |
1212 | - '@babel/core': ^7.0.0-0 | |
1213 | - dependencies: | |
1214 | - '@babel/core': 7.21.4 | |
1215 | - '@babel/helper-plugin-utils': 7.20.2 | |
1216 | - dev: true | |
1217 | - | |
1218 | - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.4): | |
1219 | - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} | |
1220 | - engines: {node: '>=6.9.0'} | |
1221 | - peerDependencies: | |
1222 | - '@babel/core': ^7.0.0-0 | |
1223 | - dependencies: | |
1224 | - '@babel/core': 7.21.4 | |
1225 | - '@babel/helper-module-transforms': 7.21.2 | |
1226 | - '@babel/helper-plugin-utils': 7.20.2 | |
1227 | - transitivePeerDependencies: | |
1228 | - - supports-color | |
1229 | - dev: true | |
1230 | - | |
1231 | - /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): | |
1232 | - resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} | |
1233 | - engines: {node: '>=6.9.0'} | |
1234 | - peerDependencies: | |
1235 | - '@babel/core': ^7.0.0-0 | |
1236 | - dependencies: | |
1237 | - '@babel/core': 7.21.4 | |
1238 | - '@babel/helper-module-transforms': 7.21.2 | |
1239 | - '@babel/helper-plugin-utils': 7.20.2 | |
1240 | - '@babel/helper-simple-access': 7.20.2 | |
1241 | - transitivePeerDependencies: | |
1242 | - - supports-color | |
1243 | - dev: true | |
1244 | - | |
1245 | - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.4): | |
1246 | - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} | |
1247 | - engines: {node: '>=6.9.0'} | |
1248 | - peerDependencies: | |
1249 | - '@babel/core': ^7.0.0-0 | |
1250 | - dependencies: | |
1251 | - '@babel/core': 7.21.4 | |
1252 | - '@babel/helper-hoist-variables': 7.18.6 | |
1253 | - '@babel/helper-module-transforms': 7.21.2 | |
1254 | - '@babel/helper-plugin-utils': 7.20.2 | |
1255 | - '@babel/helper-validator-identifier': 7.19.1 | |
1256 | - transitivePeerDependencies: | |
1257 | - - supports-color | |
1258 | - dev: true | |
1259 | - | |
1260 | - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.4): | |
1261 | - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} | |
1262 | - engines: {node: '>=6.9.0'} | |
1263 | - peerDependencies: | |
1264 | - '@babel/core': ^7.0.0-0 | |
1265 | - dependencies: | |
1266 | - '@babel/core': 7.21.4 | |
1267 | - '@babel/helper-module-transforms': 7.21.2 | |
1268 | - '@babel/helper-plugin-utils': 7.20.2 | |
1269 | - transitivePeerDependencies: | |
1270 | - - supports-color | |
472 | + resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} | |
473 | + engines: {node: '>=6.9.0'} | |
474 | + dependencies: | |
475 | + '@babel/types': 7.21.4 | |
1271 | 476 | dev: true |
1272 | 477 | |
1273 | - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.4): | |
1274 | - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} | |
478 | + /@babel/helper-member-expression-to-functions@7.21.0: | |
479 | + resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} | |
1275 | 480 | engines: {node: '>=6.9.0'} |
1276 | - peerDependencies: | |
1277 | - '@babel/core': ^7.0.0 | |
1278 | 481 | dependencies: |
1279 | - '@babel/core': 7.21.4 | |
1280 | - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) | |
1281 | - '@babel/helper-plugin-utils': 7.20.2 | |
482 | + '@babel/types': 7.21.4 | |
1282 | 483 | dev: true |
1283 | 484 | |
1284 | - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.4): | |
1285 | - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} | |
485 | + /@babel/helper-module-imports@7.21.4: | |
486 | + resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} | |
1286 | 487 | engines: {node: '>=6.9.0'} |
1287 | - peerDependencies: | |
1288 | - '@babel/core': ^7.0.0-0 | |
1289 | 488 | dependencies: |
1290 | - '@babel/core': 7.21.4 | |
1291 | - '@babel/helper-plugin-utils': 7.20.2 | |
489 | + '@babel/types': 7.21.4 | |
1292 | 490 | dev: true |
1293 | 491 | |
1294 | - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.4): | |
1295 | - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} | |
492 | + /@babel/helper-module-transforms@7.21.2: | |
493 | + resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} | |
1296 | 494 | engines: {node: '>=6.9.0'} |
1297 | - peerDependencies: | |
1298 | - '@babel/core': ^7.0.0-0 | |
1299 | 495 | dependencies: |
1300 | - '@babel/core': 7.21.4 | |
1301 | - '@babel/helper-plugin-utils': 7.20.2 | |
1302 | - '@babel/helper-replace-supers': 7.20.7 | |
496 | + '@babel/helper-environment-visitor': 7.18.9 | |
497 | + '@babel/helper-module-imports': 7.21.4 | |
498 | + '@babel/helper-simple-access': 7.20.2 | |
499 | + '@babel/helper-split-export-declaration': 7.18.6 | |
500 | + '@babel/helper-validator-identifier': 7.19.1 | |
501 | + '@babel/template': 7.20.7 | |
502 | + '@babel/traverse': 7.21.4 | |
503 | + '@babel/types': 7.21.4 | |
1303 | 504 | transitivePeerDependencies: |
1304 | 505 | - supports-color |
1305 | 506 | dev: true |
1306 | 507 | |
1307 | - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.4): | |
1308 | - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} | |
508 | + /@babel/helper-optimise-call-expression@7.18.6: | |
509 | + resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} | |
1309 | 510 | engines: {node: '>=6.9.0'} |
1310 | - peerDependencies: | |
1311 | - '@babel/core': ^7.0.0-0 | |
1312 | 511 | dependencies: |
1313 | - '@babel/core': 7.21.4 | |
1314 | - '@babel/helper-plugin-utils': 7.20.2 | |
512 | + '@babel/types': 7.21.4 | |
1315 | 513 | dev: true |
1316 | 514 | |
1317 | - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.4): | |
1318 | - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} | |
515 | + /@babel/helper-plugin-utils@7.20.2: | |
516 | + resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} | |
1319 | 517 | engines: {node: '>=6.9.0'} |
1320 | - peerDependencies: | |
1321 | - '@babel/core': ^7.0.0-0 | |
1322 | - dependencies: | |
1323 | - '@babel/core': 7.21.4 | |
1324 | - '@babel/helper-plugin-utils': 7.20.2 | |
1325 | 518 | dev: true |
1326 | 519 | |
1327 | - /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.4): | |
1328 | - resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} | |
520 | + /@babel/helper-replace-supers@7.20.7: | |
521 | + resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} | |
1329 | 522 | engines: {node: '>=6.9.0'} |
1330 | - peerDependencies: | |
1331 | - '@babel/core': ^7.0.0-0 | |
1332 | 523 | dependencies: |
1333 | - '@babel/core': 7.21.4 | |
1334 | - '@babel/helper-plugin-utils': 7.20.2 | |
1335 | - regenerator-transform: 0.15.1 | |
524 | + '@babel/helper-environment-visitor': 7.18.9 | |
525 | + '@babel/helper-member-expression-to-functions': 7.21.0 | |
526 | + '@babel/helper-optimise-call-expression': 7.18.6 | |
527 | + '@babel/template': 7.20.7 | |
528 | + '@babel/traverse': 7.21.4 | |
529 | + '@babel/types': 7.21.4 | |
530 | + transitivePeerDependencies: | |
531 | + - supports-color | |
1336 | 532 | dev: true |
1337 | 533 | |
1338 | - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.4): | |
1339 | - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} | |
534 | + /@babel/helper-simple-access@7.20.2: | |
535 | + resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} | |
1340 | 536 | engines: {node: '>=6.9.0'} |
1341 | - peerDependencies: | |
1342 | - '@babel/core': ^7.0.0-0 | |
1343 | 537 | dependencies: |
1344 | - '@babel/core': 7.21.4 | |
1345 | - '@babel/helper-plugin-utils': 7.20.2 | |
538 | + '@babel/types': 7.21.4 | |
1346 | 539 | dev: true |
1347 | 540 | |
1348 | - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.4): | |
1349 | - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} | |
541 | + /@babel/helper-skip-transparent-expression-wrappers@7.20.0: | |
542 | + resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} | |
1350 | 543 | engines: {node: '>=6.9.0'} |
1351 | - peerDependencies: | |
1352 | - '@babel/core': ^7.0.0-0 | |
1353 | 544 | dependencies: |
1354 | - '@babel/core': 7.21.4 | |
1355 | - '@babel/helper-plugin-utils': 7.20.2 | |
545 | + '@babel/types': 7.21.4 | |
1356 | 546 | dev: true |
1357 | 547 | |
1358 | - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.4): | |
1359 | - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} | |
548 | + /@babel/helper-split-export-declaration@7.18.6: | |
549 | + resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} | |
1360 | 550 | engines: {node: '>=6.9.0'} |
1361 | - peerDependencies: | |
1362 | - '@babel/core': ^7.0.0-0 | |
1363 | 551 | dependencies: |
1364 | - '@babel/core': 7.21.4 | |
1365 | - '@babel/helper-plugin-utils': 7.20.2 | |
1366 | - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 | |
552 | + '@babel/types': 7.21.4 | |
1367 | 553 | dev: true |
1368 | 554 | |
1369 | - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.4): | |
1370 | - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} | |
555 | + /@babel/helper-string-parser@7.19.4: | |
556 | + resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} | |
1371 | 557 | engines: {node: '>=6.9.0'} |
1372 | - peerDependencies: | |
1373 | - '@babel/core': ^7.0.0-0 | |
1374 | - dependencies: | |
1375 | - '@babel/core': 7.21.4 | |
1376 | - '@babel/helper-plugin-utils': 7.20.2 | |
1377 | - dev: true | |
1378 | 558 | |
1379 | - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.4): | |
1380 | - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} | |
559 | + /@babel/helper-validator-identifier@7.19.1: | |
560 | + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} | |
1381 | 561 | engines: {node: '>=6.9.0'} |
1382 | - peerDependencies: | |
1383 | - '@babel/core': ^7.0.0-0 | |
1384 | - dependencies: | |
1385 | - '@babel/core': 7.21.4 | |
1386 | - '@babel/helper-plugin-utils': 7.20.2 | |
1387 | - dev: true | |
1388 | 562 | |
1389 | - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.4): | |
1390 | - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} | |
563 | + /@babel/helper-validator-option@7.21.0: | |
564 | + resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} | |
1391 | 565 | engines: {node: '>=6.9.0'} |
1392 | - peerDependencies: | |
1393 | - '@babel/core': ^7.0.0-0 | |
1394 | - dependencies: | |
1395 | - '@babel/core': 7.21.4 | |
1396 | - '@babel/helper-plugin-utils': 7.20.2 | |
1397 | 566 | dev: true |
1398 | 567 | |
1399 | - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.4): | |
1400 | - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} | |
568 | + /@babel/helpers@7.21.0: | |
569 | + resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} | |
1401 | 570 | engines: {node: '>=6.9.0'} |
1402 | - peerDependencies: | |
1403 | - '@babel/core': ^7.0.0-0 | |
1404 | 571 | dependencies: |
1405 | - '@babel/core': 7.21.4 | |
1406 | - '@babel/helper-annotate-as-pure': 7.18.6 | |
1407 | - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) | |
1408 | - '@babel/helper-plugin-utils': 7.20.2 | |
1409 | - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4) | |
572 | + '@babel/template': 7.20.7 | |
573 | + '@babel/traverse': 7.21.4 | |
574 | + '@babel/types': 7.21.4 | |
1410 | 575 | transitivePeerDependencies: |
1411 | 576 | - supports-color |
1412 | 577 | dev: true |
1413 | 578 | |
1414 | - /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.4): | |
1415 | - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} | |
579 | + /@babel/highlight@7.18.6: | |
580 | + resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} | |
1416 | 581 | engines: {node: '>=6.9.0'} |
582 | + dependencies: | |
583 | + '@babel/helper-validator-identifier': 7.19.1 | |
584 | + chalk: 2.4.2 | |
585 | + js-tokens: 4.0.0 | |
586 | + dev: true | |
587 | + | |
588 | + /@babel/parser@7.21.4: | |
589 | + resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} | |
590 | + engines: {node: '>=6.0.0'} | |
591 | + hasBin: true | |
592 | + dependencies: | |
593 | + '@babel/types': 7.21.4 | |
594 | + | |
595 | + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.4): | |
596 | + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} | |
1417 | 597 | peerDependencies: |
1418 | 598 | '@babel/core': ^7.0.0-0 |
1419 | 599 | dependencies: |
... | ... | @@ -1421,118 +601,39 @@ packages: |
1421 | 601 | '@babel/helper-plugin-utils': 7.20.2 |
1422 | 602 | dev: true |
1423 | 603 | |
1424 | - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.4): | |
1425 | - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} | |
604 | + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4): | |
605 | + resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} | |
1426 | 606 | engines: {node: '>=6.9.0'} |
1427 | 607 | peerDependencies: |
1428 | 608 | '@babel/core': ^7.0.0-0 |
1429 | 609 | dependencies: |
1430 | 610 | '@babel/core': 7.21.4 |
1431 | - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) | |
1432 | 611 | '@babel/helper-plugin-utils': 7.20.2 |
1433 | 612 | dev: true |
1434 | 613 | |
1435 | - /@babel/preset-env@7.21.4(@babel/core@7.21.4): | |
1436 | - resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==} | |
614 | + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.4): | |
615 | + resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} | |
1437 | 616 | engines: {node: '>=6.9.0'} |
1438 | 617 | peerDependencies: |
1439 | 618 | '@babel/core': ^7.0.0-0 |
1440 | 619 | dependencies: |
1441 | - '@babel/compat-data': 7.21.4 | |
1442 | 620 | '@babel/core': 7.21.4 |
1443 | - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) | |
1444 | 621 | '@babel/helper-plugin-utils': 7.20.2 |
1445 | - '@babel/helper-validator-option': 7.21.0 | |
1446 | - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.4) | |
1447 | - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.4) | |
1448 | - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.4) | |
1449 | - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) | |
1450 | - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.4) | |
1451 | - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.4) | |
1452 | - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.4) | |
1453 | - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.4) | |
1454 | - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.4) | |
1455 | - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) | |
1456 | - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.4) | |
1457 | - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.4) | |
1458 | - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.4) | |
1459 | - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) | |
1460 | - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.4) | |
1461 | - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.4) | |
1462 | - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) | |
1463 | - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) | |
1464 | - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) | |
1465 | - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) | |
1466 | - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) | |
1467 | - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) | |
1468 | - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.4) | |
1469 | - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) | |
1470 | - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) | |
1471 | - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) | |
1472 | - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) | |
1473 | - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) | |
1474 | - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) | |
1475 | - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) | |
1476 | - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) | |
1477 | - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) | |
1478 | - '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.4) | |
1479 | - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.4) | |
1480 | - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.4) | |
1481 | - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.4) | |
1482 | - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.4) | |
1483 | - '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.4) | |
1484 | - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.4) | |
1485 | - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) | |
1486 | - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.4) | |
1487 | - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.4) | |
1488 | - '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.4) | |
1489 | - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.4) | |
1490 | - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.4) | |
1491 | - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.4) | |
1492 | - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.4) | |
1493 | - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) | |
1494 | - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.4) | |
1495 | - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.4) | |
1496 | - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.4) | |
1497 | - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.4) | |
1498 | - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.4) | |
1499 | - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) | |
1500 | - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.4) | |
1501 | - '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.4) | |
1502 | - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.4) | |
1503 | - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.4) | |
1504 | - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.4) | |
1505 | - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.4) | |
1506 | - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.4) | |
1507 | - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.4) | |
1508 | - '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.4) | |
1509 | - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.4) | |
1510 | - '@babel/preset-modules': 0.1.5(@babel/core@7.21.4) | |
1511 | - '@babel/types': 7.21.4 | |
1512 | - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) | |
1513 | - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) | |
1514 | - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) | |
1515 | - core-js-compat: 3.29.1 | |
1516 | - semver: 6.3.0 | |
1517 | - transitivePeerDependencies: | |
1518 | - - supports-color | |
1519 | 622 | dev: true |
1520 | 623 | |
1521 | - /@babel/preset-modules@0.1.5(@babel/core@7.21.4): | |
1522 | - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} | |
624 | + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.4): | |
625 | + resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} | |
626 | + engines: {node: '>=6.9.0'} | |
1523 | 627 | peerDependencies: |
1524 | 628 | '@babel/core': ^7.0.0-0 |
1525 | 629 | dependencies: |
1526 | 630 | '@babel/core': 7.21.4 |
631 | + '@babel/helper-annotate-as-pure': 7.18.6 | |
632 | + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) | |
1527 | 633 | '@babel/helper-plugin-utils': 7.20.2 |
1528 | - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) | |
1529 | - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) | |
1530 | - '@babel/types': 7.21.4 | |
1531 | - esutils: 2.0.3 | |
1532 | - dev: true | |
1533 | - | |
1534 | - /@babel/regjsgen@0.8.0: | |
1535 | - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} | |
634 | + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4) | |
635 | + transitivePeerDependencies: | |
636 | + - supports-color | |
1536 | 637 | dev: true |
1537 | 638 | |
1538 | 639 | /@babel/runtime@7.21.0: |
... | ... | @@ -1540,6 +641,7 @@ packages: |
1540 | 641 | engines: {node: '>=6.9.0'} |
1541 | 642 | dependencies: |
1542 | 643 | regenerator-runtime: 0.13.11 |
644 | + dev: false | |
1543 | 645 | |
1544 | 646 | /@babel/template@7.20.7: |
1545 | 647 | resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} |
... | ... | @@ -2319,38 +1421,6 @@ packages: |
2319 | 1421 | '@iconify/iconify': 2.2.1 |
2320 | 1422 | dev: true |
2321 | 1423 | |
2322 | - /@rollup/plugin-babel@5.3.1(@babel/core@7.21.4)(rollup@2.70.2): | |
2323 | - resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} | |
2324 | - engines: {node: '>= 10.0.0'} | |
2325 | - peerDependencies: | |
2326 | - '@babel/core': ^7.0.0 | |
2327 | - '@types/babel__core': ^7.1.9 | |
2328 | - rollup: ^1.20.0||^2.0.0 | |
2329 | - peerDependenciesMeta: | |
2330 | - '@types/babel__core': | |
2331 | - optional: true | |
2332 | - dependencies: | |
2333 | - '@babel/core': 7.21.4 | |
2334 | - '@babel/helper-module-imports': 7.21.4 | |
2335 | - '@rollup/pluginutils': 3.1.0(rollup@2.70.2) | |
2336 | - rollup: 2.70.2 | |
2337 | - dev: true | |
2338 | - | |
2339 | - /@rollup/plugin-node-resolve@11.2.1(rollup@2.70.2): | |
2340 | - resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} | |
2341 | - engines: {node: '>= 10.0.0'} | |
2342 | - peerDependencies: | |
2343 | - rollup: ^1.20.0||^2.0.0 | |
2344 | - dependencies: | |
2345 | - '@rollup/pluginutils': 3.1.0(rollup@2.70.2) | |
2346 | - '@types/resolve': 1.17.1 | |
2347 | - builtin-modules: 3.3.0 | |
2348 | - deepmerge: 4.3.1 | |
2349 | - is-module: 1.0.0 | |
2350 | - resolve: 1.22.1 | |
2351 | - rollup: 2.70.2 | |
2352 | - dev: true | |
2353 | - | |
2354 | 1424 | /@rollup/plugin-node-resolve@13.3.0(rollup@2.70.2): |
2355 | 1425 | resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} |
2356 | 1426 | engines: {node: '>= 10.0.0'} |
... | ... | @@ -2366,16 +1436,6 @@ packages: |
2366 | 1436 | rollup: 2.70.2 |
2367 | 1437 | dev: true |
2368 | 1438 | |
2369 | - /@rollup/plugin-replace@2.4.2(rollup@2.70.2): | |
2370 | - resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} | |
2371 | - peerDependencies: | |
2372 | - rollup: ^1.20.0 || ^2.0.0 | |
2373 | - dependencies: | |
2374 | - '@rollup/pluginutils': 3.1.0(rollup@2.70.2) | |
2375 | - magic-string: 0.25.9 | |
2376 | - rollup: 2.70.2 | |
2377 | - dev: true | |
2378 | - | |
2379 | 1439 | /@rollup/pluginutils@3.1.0(rollup@2.70.2): |
2380 | 1440 | resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} |
2381 | 1441 | engines: {node: '>= 8.0.0'} |
... | ... | @@ -2403,15 +1463,6 @@ packages: |
2403 | 1463 | nanopop: 2.2.0 |
2404 | 1464 | dev: false |
2405 | 1465 | |
2406 | - /@surma/rollup-plugin-off-main-thread@2.2.3: | |
2407 | - resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} | |
2408 | - dependencies: | |
2409 | - ejs: 3.1.9 | |
2410 | - json5: 2.2.3 | |
2411 | - magic-string: 0.25.9 | |
2412 | - string.prototype.matchall: 4.0.8 | |
2413 | - dev: true | |
2414 | - | |
2415 | 1466 | /@trysound/sax@0.2.0: |
2416 | 1467 | resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} |
2417 | 1468 | engines: {node: '>=10.13.0'} |
... | ... | @@ -2559,10 +1610,6 @@ packages: |
2559 | 1610 | resolution: {integrity: sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ==} |
2560 | 1611 | dev: true |
2561 | 1612 | |
2562 | - /@types/trusted-types@2.0.3: | |
2563 | - resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} | |
2564 | - dev: true | |
2565 | - | |
2566 | 1613 | /@typescript-eslint/eslint-plugin@5.20.0(@typescript-eslint/parser@5.20.0)(eslint@8.13.0)(typescript@4.6.3): |
2567 | 1614 | resolution: {integrity: sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==} |
2568 | 1615 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -3228,11 +2275,6 @@ packages: |
3228 | 2275 | /async@3.2.4: |
3229 | 2276 | resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} |
3230 | 2277 | |
3231 | - /at-least-node@1.0.0: | |
3232 | - resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} | |
3233 | - engines: {node: '>= 4.0.0'} | |
3234 | - dev: true | |
3235 | - | |
3236 | 2278 | /atob@2.1.2: |
3237 | 2279 | resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} |
3238 | 2280 | engines: {node: '>= 4.5.0'} |
... | ... | @@ -3275,42 +2317,6 @@ packages: |
3275 | 2317 | transitivePeerDependencies: |
3276 | 2318 | - debug |
3277 | 2319 | |
3278 | - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.4): | |
3279 | - resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} | |
3280 | - peerDependencies: | |
3281 | - '@babel/core': ^7.0.0-0 | |
3282 | - dependencies: | |
3283 | - '@babel/compat-data': 7.21.4 | |
3284 | - '@babel/core': 7.21.4 | |
3285 | - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) | |
3286 | - semver: 6.3.0 | |
3287 | - transitivePeerDependencies: | |
3288 | - - supports-color | |
3289 | - dev: true | |
3290 | - | |
3291 | - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.4): | |
3292 | - resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} | |
3293 | - peerDependencies: | |
3294 | - '@babel/core': ^7.0.0-0 | |
3295 | - dependencies: | |
3296 | - '@babel/core': 7.21.4 | |
3297 | - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) | |
3298 | - core-js-compat: 3.29.1 | |
3299 | - transitivePeerDependencies: | |
3300 | - - supports-color | |
3301 | - dev: true | |
3302 | - | |
3303 | - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.4): | |
3304 | - resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} | |
3305 | - peerDependencies: | |
3306 | - '@babel/core': ^7.0.0-0 | |
3307 | - dependencies: | |
3308 | - '@babel/core': 7.21.4 | |
3309 | - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) | |
3310 | - transitivePeerDependencies: | |
3311 | - - supports-color | |
3312 | - dev: true | |
3313 | - | |
3314 | 2320 | /balanced-match@1.0.2: |
3315 | 2321 | resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} |
3316 | 2322 | |
... | ... | @@ -3515,14 +2521,6 @@ packages: |
3515 | 2521 | resolution: {integrity: sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg==} |
3516 | 2522 | dev: true |
3517 | 2523 | |
3518 | - /capital-case@1.0.4: | |
3519 | - resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} | |
3520 | - dependencies: | |
3521 | - no-case: 3.0.4 | |
3522 | - tslib: 2.5.0 | |
3523 | - upper-case-first: 2.0.2 | |
3524 | - dev: true | |
3525 | - | |
3526 | 2524 | /cfb@1.2.2: |
3527 | 2525 | resolution: {integrity: sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==} |
3528 | 2526 | engines: {node: '>=0.8'} |
... | ... | @@ -3565,23 +2563,6 @@ packages: |
3565 | 2563 | supports-color: 7.2.0 |
3566 | 2564 | dev: true |
3567 | 2565 | |
3568 | - /change-case@4.1.2: | |
3569 | - resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} | |
3570 | - dependencies: | |
3571 | - camel-case: 4.1.2 | |
3572 | - capital-case: 1.0.4 | |
3573 | - constant-case: 3.0.4 | |
3574 | - dot-case: 3.0.4 | |
3575 | - header-case: 2.0.4 | |
3576 | - no-case: 3.0.4 | |
3577 | - param-case: 3.0.4 | |
3578 | - pascal-case: 3.1.2 | |
3579 | - path-case: 3.0.4 | |
3580 | - sentence-case: 3.0.4 | |
3581 | - snake-case: 3.0.4 | |
3582 | - tslib: 2.5.0 | |
3583 | - dev: true | |
3584 | - | |
3585 | 2566 | /chardet@0.7.0: |
3586 | 2567 | resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} |
3587 | 2568 | dev: true |
... | ... | @@ -3765,11 +2746,6 @@ packages: |
3765 | 2746 | engines: {node: ^12.20.0 || >=14} |
3766 | 2747 | dev: false |
3767 | 2748 | |
3768 | - /common-tags@1.8.2: | |
3769 | - resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} | |
3770 | - engines: {node: '>=4.0.0'} | |
3771 | - dev: true | |
3772 | - | |
3773 | 2749 | /compare-func@2.0.0: |
3774 | 2750 | resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} |
3775 | 2751 | dependencies: |
... | ... | @@ -3815,20 +2791,8 @@ packages: |
3815 | 2791 | - supports-color |
3816 | 2792 | dev: true |
3817 | 2793 | |
3818 | - /consola@2.15.3: | |
3819 | - resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} | |
3820 | - dev: true | |
3821 | - | |
3822 | - /console@0.7.2: | |
3823 | - resolution: {integrity: sha512-+JSDwGunA4MTEgAV/4VBKwUHonP8CzJ/6GIuwPi6acKFqFfHUdSGCm89ZxZ5FfGWdZfkdgAroy5bJ5FSeN/t4g==} | |
3824 | - dev: true | |
3825 | - | |
3826 | - /constant-case@3.0.4: | |
3827 | - resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} | |
3828 | - dependencies: | |
3829 | - no-case: 3.0.4 | |
3830 | - tslib: 2.5.0 | |
3831 | - upper-case: 2.0.2 | |
2794 | + /consola@2.15.3: | |
2795 | + resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} | |
3832 | 2796 | dev: true |
3833 | 2797 | |
3834 | 2798 | /conventional-changelog-angular@5.0.13: |
... | ... | @@ -4004,12 +2968,6 @@ packages: |
4004 | 2968 | engines: {node: '>=0.10.0'} |
4005 | 2969 | dev: true |
4006 | 2970 | |
4007 | - /core-js-compat@3.29.1: | |
4008 | - resolution: {integrity: sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA==} | |
4009 | - dependencies: | |
4010 | - browserslist: 4.21.5 | |
4011 | - dev: true | |
4012 | - | |
4013 | 2971 | /core-js@3.29.1: |
4014 | 2972 | resolution: {integrity: sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==} |
4015 | 2973 | requiresBuild: true |
... | ... | @@ -4116,11 +3074,6 @@ packages: |
4116 | 3074 | resolution: {integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==} |
4117 | 3075 | dev: false |
4118 | 3076 | |
4119 | - /crypto-random-string@2.0.0: | |
4120 | - resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} | |
4121 | - engines: {node: '>=8'} | |
4122 | - dev: true | |
4123 | - | |
4124 | 3077 | /css-functions-list@3.1.0: |
4125 | 3078 | resolution: {integrity: sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w==} |
4126 | 3079 | engines: {node: '>=12.22'} |
... | ... | @@ -4535,10 +3488,6 @@ packages: |
4535 | 3488 | which-typed-array: 1.1.9 |
4536 | 3489 | dev: true |
4537 | 3490 | |
4538 | - /es-module-lexer@0.9.3: | |
4539 | - resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} | |
4540 | - dev: true | |
4541 | - | |
4542 | 3491 | /es-set-tostringtag@2.0.1: |
4543 | 3492 | resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} |
4544 | 3493 | engines: {node: '>= 0.4'} |
... | ... | @@ -5311,16 +4260,6 @@ packages: |
5311 | 4260 | universalify: 2.0.0 |
5312 | 4261 | dev: true |
5313 | 4262 | |
5314 | - /fs-extra@9.1.0: | |
5315 | - resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} | |
5316 | - engines: {node: '>=10'} | |
5317 | - dependencies: | |
5318 | - at-least-node: 1.0.0 | |
5319 | - graceful-fs: 4.2.11 | |
5320 | - jsonfile: 6.1.0 | |
5321 | - universalify: 2.0.0 | |
5322 | - dev: true | |
5323 | - | |
5324 | 4263 | /fs.realpath@1.0.0: |
5325 | 4264 | resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} |
5326 | 4265 | |
... | ... | @@ -5379,10 +4318,6 @@ packages: |
5379 | 4318 | has: 1.0.3 |
5380 | 4319 | has-symbols: 1.0.3 |
5381 | 4320 | |
5382 | - /get-own-enumerable-property-symbols@3.0.2: | |
5383 | - resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} | |
5384 | - dev: true | |
5385 | - | |
5386 | 4321 | /get-pkg-repo@4.2.1: |
5387 | 4322 | resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} |
5388 | 4323 | engines: {node: '>=6.9.0'} |
... | ... | @@ -5655,13 +4590,6 @@ packages: |
5655 | 4590 | hasBin: true |
5656 | 4591 | dev: true |
5657 | 4592 | |
5658 | - /header-case@2.0.4: | |
5659 | - resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} | |
5660 | - dependencies: | |
5661 | - capital-case: 1.0.4 | |
5662 | - tslib: 2.5.0 | |
5663 | - dev: true | |
5664 | - | |
5665 | 4593 | /hosted-git-info@2.8.9: |
5666 | 4594 | resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} |
5667 | 4595 | dev: true |
... | ... | @@ -5730,10 +4658,6 @@ packages: |
5730 | 4658 | safer-buffer: 2.1.2 |
5731 | 4659 | dev: true |
5732 | 4660 | |
5733 | - /idb@7.1.1: | |
5734 | - resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} | |
5735 | - dev: true | |
5736 | - | |
5737 | 4661 | /ids@1.0.0: |
5738 | 4662 | resolution: {integrity: sha512-Zvtq1xUto4LttpstyOlFum8lKx+i1OmRfg+6A9drFS9iSZsDPMHG4Sof/qwNR4kCU7jBeWFPrY2ocHxiz7cCRw==} |
5739 | 4663 | dev: false |
... | ... | @@ -6015,11 +4939,6 @@ packages: |
6015 | 4939 | engines: {node: '>=0.12.0'} |
6016 | 4940 | dev: true |
6017 | 4941 | |
6018 | - /is-obj@1.0.1: | |
6019 | - resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} | |
6020 | - engines: {node: '>=0.10.0'} | |
6021 | - dev: true | |
6022 | - | |
6023 | 4942 | /is-obj@2.0.0: |
6024 | 4943 | resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} |
6025 | 4944 | engines: {node: '>=8'} |
... | ... | @@ -6054,11 +4973,6 @@ packages: |
6054 | 4973 | has-tostringtag: 1.0.0 |
6055 | 4974 | dev: true |
6056 | 4975 | |
6057 | - /is-regexp@1.0.0: | |
6058 | - resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} | |
6059 | - engines: {node: '>=0.10.0'} | |
6060 | - dev: true | |
6061 | - | |
6062 | 4976 | /is-regexp@2.1.0: |
6063 | 4977 | resolution: {integrity: sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==} |
6064 | 4978 | engines: {node: '>=6'} |
... | ... | @@ -6164,15 +5078,6 @@ packages: |
6164 | 5078 | minimatch: 3.1.2 |
6165 | 5079 | dev: true |
6166 | 5080 | |
6167 | - /jest-worker@26.6.2: | |
6168 | - resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} | |
6169 | - engines: {node: '>= 10.13.0'} | |
6170 | - dependencies: | |
6171 | - '@types/node': 17.0.25 | |
6172 | - merge-stream: 2.0.0 | |
6173 | - supports-color: 7.2.0 | |
6174 | - dev: true | |
6175 | - | |
6176 | 5081 | /jiti@1.18.2: |
6177 | 5082 | resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} |
6178 | 5083 | hasBin: true |
... | ... | @@ -6192,11 +5097,6 @@ packages: |
6192 | 5097 | argparse: 2.0.1 |
6193 | 5098 | dev: true |
6194 | 5099 | |
6195 | - /jsesc@0.5.0: | |
6196 | - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} | |
6197 | - hasBin: true | |
6198 | - dev: true | |
6199 | - | |
6200 | 5100 | /jsesc@2.5.2: |
6201 | 5101 | resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} |
6202 | 5102 | engines: {node: '>=4'} |
... | ... | @@ -6219,10 +5119,6 @@ packages: |
6219 | 5119 | resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} |
6220 | 5120 | dev: true |
6221 | 5121 | |
6222 | - /json-schema@0.4.0: | |
6223 | - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} | |
6224 | - dev: true | |
6225 | - | |
6226 | 5122 | /json-stable-stringify-without-jsonify@1.0.1: |
6227 | 5123 | resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} |
6228 | 5124 | dev: true |
... | ... | @@ -6257,11 +5153,6 @@ packages: |
6257 | 5153 | engines: {'0': node >= 0.2.0} |
6258 | 5154 | dev: true |
6259 | 5155 | |
6260 | - /jsonpointer@5.0.1: | |
6261 | - resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} | |
6262 | - engines: {node: '>=0.10.0'} | |
6263 | - dev: true | |
6264 | - | |
6265 | 5156 | /jszip@3.10.1: |
6266 | 5157 | resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==} |
6267 | 5158 | dependencies: |
... | ... | @@ -6330,11 +5221,6 @@ packages: |
6330 | 5221 | - supports-color |
6331 | 5222 | dev: true |
6332 | 5223 | |
6333 | - /leven@3.1.0: | |
6334 | - resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} | |
6335 | - engines: {node: '>=6'} | |
6336 | - dev: true | |
6337 | - | |
6338 | 5224 | /levn@0.4.1: |
6339 | 5225 | resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} |
6340 | 5226 | engines: {node: '>= 0.8.0'} |
... | ... | @@ -6448,10 +5334,6 @@ packages: |
6448 | 5334 | resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} |
6449 | 5335 | dev: false |
6450 | 5336 | |
6451 | - /lodash.debounce@4.0.8: | |
6452 | - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} | |
6453 | - dev: true | |
6454 | - | |
6455 | 5337 | /lodash.defaults@4.2.0: |
6456 | 5338 | resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} |
6457 | 5339 | dev: false |
... | ... | @@ -6504,10 +5386,6 @@ packages: |
6504 | 5386 | resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} |
6505 | 5387 | dev: true |
6506 | 5388 | |
6507 | - /lodash.sortby@4.7.0: | |
6508 | - resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} | |
6509 | - dev: true | |
6510 | - | |
6511 | 5389 | /lodash.truncate@4.4.2: |
6512 | 5390 | resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} |
6513 | 5391 | dev: true |
... | ... | @@ -7180,13 +6058,6 @@ packages: |
7180 | 6058 | engines: {node: '>=0.10.0'} |
7181 | 6059 | dev: true |
7182 | 6060 | |
7183 | - /path-case@3.0.4: | |
7184 | - resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} | |
7185 | - dependencies: | |
7186 | - dot-case: 3.0.4 | |
7187 | - tslib: 2.5.0 | |
7188 | - dev: true | |
7189 | - | |
7190 | 6061 | /path-exists@3.0.0: |
7191 | 6062 | resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} |
7192 | 6063 | engines: {node: '>=4'} |
... | ... | @@ -7435,11 +6306,6 @@ packages: |
7435 | 6306 | hasBin: true |
7436 | 6307 | dev: true |
7437 | 6308 | |
7438 | - /pretty-bytes@5.6.0: | |
7439 | - resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} | |
7440 | - engines: {node: '>=6'} | |
7441 | - dev: true | |
7442 | - | |
7443 | 6309 | /print-js@1.6.0: |
7444 | 6310 | resolution: {integrity: sha512-BfnOIzSKbqGRtO4o0rnj/K3681BSd2QUrsIZy/+WdCIugjIswjmx3lDEZpXB2ruGf9d4b3YNINri81+J0FsBWg==} |
7445 | 6311 | dev: false |
... | ... | @@ -7497,12 +6363,6 @@ packages: |
7497 | 6363 | engines: {node: '>=8'} |
7498 | 6364 | dev: true |
7499 | 6365 | |
7500 | - /randombytes@2.1.0: | |
7501 | - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} | |
7502 | - dependencies: | |
7503 | - safe-buffer: 5.2.1 | |
7504 | - dev: true | |
7505 | - | |
7506 | 6366 | /read-pkg-up@3.0.0: |
7507 | 6367 | resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} |
7508 | 6368 | engines: {node: '>=4'} |
... | ... | @@ -7579,25 +6439,9 @@ packages: |
7579 | 6439 | strip-indent: 3.0.0 |
7580 | 6440 | dev: true |
7581 | 6441 | |
7582 | - /regenerate-unicode-properties@10.1.0: | |
7583 | - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} | |
7584 | - engines: {node: '>=4'} | |
7585 | - dependencies: | |
7586 | - regenerate: 1.4.2 | |
7587 | - dev: true | |
7588 | - | |
7589 | - /regenerate@1.4.2: | |
7590 | - resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} | |
7591 | - dev: true | |
7592 | - | |
7593 | 6442 | /regenerator-runtime@0.13.11: |
7594 | 6443 | resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} |
7595 | - | |
7596 | - /regenerator-transform@0.15.1: | |
7597 | - resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} | |
7598 | - dependencies: | |
7599 | - '@babel/runtime': 7.21.0 | |
7600 | - dev: true | |
6444 | + dev: false | |
7601 | 6445 | |
7602 | 6446 | /regex-not@1.0.2: |
7603 | 6447 | resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} |
... | ... | @@ -7621,25 +6465,6 @@ packages: |
7621 | 6465 | engines: {node: '>=8'} |
7622 | 6466 | dev: true |
7623 | 6467 | |
7624 | - /regexpu-core@5.3.2: | |
7625 | - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} | |
7626 | - engines: {node: '>=4'} | |
7627 | - dependencies: | |
7628 | - '@babel/regjsgen': 0.8.0 | |
7629 | - regenerate: 1.4.2 | |
7630 | - regenerate-unicode-properties: 10.1.0 | |
7631 | - regjsparser: 0.9.1 | |
7632 | - unicode-match-property-ecmascript: 2.0.0 | |
7633 | - unicode-match-property-value-ecmascript: 2.1.0 | |
7634 | - dev: true | |
7635 | - | |
7636 | - /regjsparser@0.9.1: | |
7637 | - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} | |
7638 | - hasBin: true | |
7639 | - dependencies: | |
7640 | - jsesc: 0.5.0 | |
7641 | - dev: true | |
7642 | - | |
7643 | 6468 | /relateurl@0.2.7: |
7644 | 6469 | resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} |
7645 | 6470 | engines: {node: '>= 0.10'} |
... | ... | @@ -7749,19 +6574,6 @@ packages: |
7749 | 6574 | - supports-color |
7750 | 6575 | dev: true |
7751 | 6576 | |
7752 | - /rollup-plugin-terser@7.0.2(rollup@2.70.2): | |
7753 | - resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} | |
7754 | - deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser | |
7755 | - peerDependencies: | |
7756 | - rollup: ^2.0.0 | |
7757 | - dependencies: | |
7758 | - '@babel/code-frame': 7.21.4 | |
7759 | - jest-worker: 26.6.2 | |
7760 | - rollup: 2.70.2 | |
7761 | - serialize-javascript: 4.0.0 | |
7762 | - terser: 5.16.8 | |
7763 | - dev: true | |
7764 | - | |
7765 | 6577 | /rollup-plugin-visualizer@5.6.0(rollup@2.70.2): |
7766 | 6578 | resolution: {integrity: sha512-CKcc8GTUZjC+LsMytU8ocRr/cGZIfMR7+mdy4YnlyetlmIl/dM8BMnOEpD4JPIGt+ZVW7Db9ZtSsbgyeBH3uTA==} |
7767 | 6579 | engines: {node: '>=12'} |
... | ... | @@ -7879,20 +6691,6 @@ packages: |
7879 | 6691 | lru-cache: 6.0.0 |
7880 | 6692 | dev: true |
7881 | 6693 | |
7882 | - /sentence-case@3.0.4: | |
7883 | - resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} | |
7884 | - dependencies: | |
7885 | - no-case: 3.0.4 | |
7886 | - tslib: 2.5.0 | |
7887 | - upper-case-first: 2.0.2 | |
7888 | - dev: true | |
7889 | - | |
7890 | - /serialize-javascript@4.0.0: | |
7891 | - resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} | |
7892 | - dependencies: | |
7893 | - randombytes: 2.1.0 | |
7894 | - dev: true | |
7895 | - | |
7896 | 6694 | /set-blocking@2.0.0: |
7897 | 6695 | resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} |
7898 | 6696 | dev: false |
... | ... | @@ -7992,13 +6790,6 @@ packages: |
7992 | 6790 | is-fullwidth-code-point: 4.0.0 |
7993 | 6791 | dev: true |
7994 | 6792 | |
7995 | - /snake-case@3.0.4: | |
7996 | - resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} | |
7997 | - dependencies: | |
7998 | - dot-case: 3.0.4 | |
7999 | - tslib: 2.5.0 | |
8000 | - dev: true | |
8001 | - | |
8002 | 6793 | /snapdragon-node@2.1.1: |
8003 | 6794 | resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} |
8004 | 6795 | engines: {node: '>=0.10.0'} |
... | ... | @@ -8080,13 +6871,6 @@ packages: |
8080 | 6871 | engines: {node: '>= 8'} |
8081 | 6872 | dev: true |
8082 | 6873 | |
8083 | - /source-map@0.8.0-beta.0: | |
8084 | - resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} | |
8085 | - engines: {node: '>= 8'} | |
8086 | - dependencies: | |
8087 | - whatwg-url: 7.1.0 | |
8088 | - dev: true | |
8089 | - | |
8090 | 6874 | /sourcemap-codec@1.4.8: |
8091 | 6875 | resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} |
8092 | 6876 | deprecated: Please use @jridgewell/sourcemap-codec instead |
... | ... | @@ -8189,19 +6973,6 @@ packages: |
8189 | 6973 | strip-ansi: 7.0.1 |
8190 | 6974 | dev: true |
8191 | 6975 | |
8192 | - /string.prototype.matchall@4.0.8: | |
8193 | - resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} | |
8194 | - dependencies: | |
8195 | - call-bind: 1.0.2 | |
8196 | - define-properties: 1.2.0 | |
8197 | - es-abstract: 1.21.2 | |
8198 | - get-intrinsic: 1.2.0 | |
8199 | - has-symbols: 1.0.3 | |
8200 | - internal-slot: 1.0.5 | |
8201 | - regexp.prototype.flags: 1.4.3 | |
8202 | - side-channel: 1.0.4 | |
8203 | - dev: true | |
8204 | - | |
8205 | 6976 | /string.prototype.padend@3.1.4: |
8206 | 6977 | resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==} |
8207 | 6978 | engines: {node: '>= 0.4'} |
... | ... | @@ -8246,15 +7017,6 @@ packages: |
8246 | 7017 | dependencies: |
8247 | 7018 | safe-buffer: 5.2.1 |
8248 | 7019 | |
8249 | - /stringify-object@3.3.0: | |
8250 | - resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} | |
8251 | - engines: {node: '>=4'} | |
8252 | - dependencies: | |
8253 | - get-own-enumerable-property-symbols: 3.0.2 | |
8254 | - is-obj: 1.0.1 | |
8255 | - is-regexp: 1.0.0 | |
8256 | - dev: true | |
8257 | - | |
8258 | 7020 | /strip-ansi@3.0.1: |
8259 | 7021 | resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} |
8260 | 7022 | engines: {node: '>=0.10.0'} |
... | ... | @@ -8280,11 +7042,6 @@ packages: |
8280 | 7042 | engines: {node: '>=4'} |
8281 | 7043 | dev: true |
8282 | 7044 | |
8283 | - /strip-comments@2.0.1: | |
8284 | - resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==} | |
8285 | - engines: {node: '>=10'} | |
8286 | - dev: true | |
8287 | - | |
8288 | 7045 | /strip-final-newline@2.0.0: |
8289 | 7046 | resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} |
8290 | 7047 | engines: {node: '>=6'} |
... | ... | @@ -8534,16 +7291,6 @@ packages: |
8534 | 7291 | uuid: 3.4.0 |
8535 | 7292 | dev: true |
8536 | 7293 | |
8537 | - /tempy@0.6.0: | |
8538 | - resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==} | |
8539 | - engines: {node: '>=10'} | |
8540 | - dependencies: | |
8541 | - is-stream: 2.0.1 | |
8542 | - temp-dir: 2.0.0 | |
8543 | - type-fest: 0.16.0 | |
8544 | - unique-string: 2.0.0 | |
8545 | - dev: true | |
8546 | - | |
8547 | 7294 | /terser@5.16.8: |
8548 | 7295 | resolution: {integrity: sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==} |
8549 | 7296 | engines: {node: '>=10'} |
... | ... | @@ -8643,12 +7390,6 @@ packages: |
8643 | 7390 | resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} |
8644 | 7391 | dev: true |
8645 | 7392 | |
8646 | - /tr46@1.0.1: | |
8647 | - resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} | |
8648 | - dependencies: | |
8649 | - punycode: 2.3.0 | |
8650 | - dev: true | |
8651 | - | |
8652 | 7393 | /traverse@0.3.9: |
8653 | 7394 | resolution: {integrity: sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==} |
8654 | 7395 | dev: false |
... | ... | @@ -8753,11 +7494,6 @@ packages: |
8753 | 7494 | prelude-ls: 1.2.1 |
8754 | 7495 | dev: true |
8755 | 7496 | |
8756 | - /type-fest@0.16.0: | |
8757 | - resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} | |
8758 | - engines: {node: '>=10'} | |
8759 | - dev: true | |
8760 | - | |
8761 | 7497 | /type-fest@0.18.1: |
8762 | 7498 | resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} |
8763 | 7499 | engines: {node: '>=10'} |
... | ... | @@ -8813,29 +7549,6 @@ packages: |
8813 | 7549 | which-boxed-primitive: 1.0.2 |
8814 | 7550 | dev: true |
8815 | 7551 | |
8816 | - /unicode-canonical-property-names-ecmascript@2.0.0: | |
8817 | - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} | |
8818 | - engines: {node: '>=4'} | |
8819 | - dev: true | |
8820 | - | |
8821 | - /unicode-match-property-ecmascript@2.0.0: | |
8822 | - resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} | |
8823 | - engines: {node: '>=4'} | |
8824 | - dependencies: | |
8825 | - unicode-canonical-property-names-ecmascript: 2.0.0 | |
8826 | - unicode-property-aliases-ecmascript: 2.1.0 | |
8827 | - dev: true | |
8828 | - | |
8829 | - /unicode-match-property-value-ecmascript@2.1.0: | |
8830 | - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} | |
8831 | - engines: {node: '>=4'} | |
8832 | - dev: true | |
8833 | - | |
8834 | - /unicode-property-aliases-ecmascript@2.1.0: | |
8835 | - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} | |
8836 | - engines: {node: '>=4'} | |
8837 | - dev: true | |
8838 | - | |
8839 | 7552 | /union-value@1.0.1: |
8840 | 7553 | resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} |
8841 | 7554 | engines: {node: '>=0.10.0'} |
... | ... | @@ -8846,13 +7559,6 @@ packages: |
8846 | 7559 | set-value: 2.0.1 |
8847 | 7560 | dev: true |
8848 | 7561 | |
8849 | - /unique-string@2.0.0: | |
8850 | - resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} | |
8851 | - engines: {node: '>=8'} | |
8852 | - dependencies: | |
8853 | - crypto-random-string: 2.0.0 | |
8854 | - dev: true | |
8855 | - | |
8856 | 7562 | /universal-user-agent@6.0.0: |
8857 | 7563 | resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} |
8858 | 7564 | dev: true |
... | ... | @@ -8890,11 +7596,6 @@ packages: |
8890 | 7596 | setimmediate: 1.0.5 |
8891 | 7597 | dev: false |
8892 | 7598 | |
8893 | - /upath@1.2.0: | |
8894 | - resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} | |
8895 | - engines: {node: '>=4'} | |
8896 | - dev: true | |
8897 | - | |
8898 | 7599 | /update-browserslist-db@1.0.10(browserslist@4.21.5): |
8899 | 7600 | resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} |
8900 | 7601 | hasBin: true |
... | ... | @@ -8906,18 +7607,6 @@ packages: |
8906 | 7607 | picocolors: 1.0.0 |
8907 | 7608 | dev: true |
8908 | 7609 | |
8909 | - /upper-case-first@2.0.2: | |
8910 | - resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} | |
8911 | - dependencies: | |
8912 | - tslib: 2.5.0 | |
8913 | - dev: true | |
8914 | - | |
8915 | - /upper-case@2.0.2: | |
8916 | - resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} | |
8917 | - dependencies: | |
8918 | - tslib: 2.5.0 | |
8919 | - dev: true | |
8920 | - | |
8921 | 7610 | /uri-js@4.4.1: |
8922 | 7611 | resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} |
8923 | 7612 | dependencies: |
... | ... | @@ -9062,39 +7751,6 @@ packages: |
9062 | 7751 | - supports-color |
9063 | 7752 | dev: true |
9064 | 7753 | |
9065 | - /vite-plugin-pwa@0.11.13(vite@2.9.5)(workbox-build@6.5.4)(workbox-window@6.5.4): | |
9066 | - resolution: {integrity: sha512-Ssj14m3TRVLfkFEAWSMcFE2d1cSdEZyrVTzfY2lSL+umHYvcIFHVDAY143sygtBCb44OPczsAOmWwBTxwOvh7g==} | |
9067 | - peerDependencies: | |
9068 | - vite: ^2.0.0 | |
9069 | - workbox-build: ^6.4.0 | |
9070 | - workbox-window: ^6.4.0 | |
9071 | - dependencies: | |
9072 | - debug: 4.3.4(supports-color@9.3.1) | |
9073 | - fast-glob: 3.2.12 | |
9074 | - pretty-bytes: 5.6.0 | |
9075 | - rollup: 2.70.2 | |
9076 | - vite: 2.9.5(less@4.1.2)(sass@1.57.1) | |
9077 | - workbox-build: 6.5.4 | |
9078 | - workbox-window: 6.5.4 | |
9079 | - transitivePeerDependencies: | |
9080 | - - supports-color | |
9081 | - dev: true | |
9082 | - | |
9083 | - /vite-plugin-style-import@2.0.0(vite@2.9.5): | |
9084 | - resolution: {integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==} | |
9085 | - peerDependencies: | |
9086 | - vite: '>=2.0.0' | |
9087 | - dependencies: | |
9088 | - '@rollup/pluginutils': 4.2.1 | |
9089 | - change-case: 4.1.2 | |
9090 | - console: 0.7.2 | |
9091 | - es-module-lexer: 0.9.3 | |
9092 | - fs-extra: 10.1.0 | |
9093 | - magic-string: 0.25.9 | |
9094 | - pathe: 0.2.0 | |
9095 | - vite: 2.9.5(less@4.1.2)(sass@1.57.1) | |
9096 | - dev: true | |
9097 | - | |
9098 | 7754 | /vite-plugin-svg-icons@2.0.1(vite@2.9.5): |
9099 | 7755 | resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==} |
9100 | 7756 | peerDependencies: |
... | ... | @@ -9131,16 +7787,6 @@ packages: |
9131 | 7787 | - supports-color |
9132 | 7788 | dev: true |
9133 | 7789 | |
9134 | - /vite-plugin-vue-setup-extend@0.4.0(vite@2.9.5): | |
9135 | - resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==} | |
9136 | - peerDependencies: | |
9137 | - vite: '>=2.0.0' | |
9138 | - dependencies: | |
9139 | - '@vue/compiler-sfc': 3.2.33 | |
9140 | - magic-string: 0.25.9 | |
9141 | - vite: 2.9.5(less@4.1.2)(sass@1.57.1) | |
9142 | - dev: true | |
9143 | - | |
9144 | 7790 | /vite-plugin-windicss@1.8.4(vite@2.9.5): |
9145 | 7791 | resolution: {integrity: sha512-LSZAO8BZn3x406GRbYX5t5ONXXJVdqiQtN1qrznLA/Dy5/NzZVhfcrL6N1qEYYO7HsCDT4pLAjTzObvDnM9Y8A==} |
9146 | 7792 | peerDependencies: |
... | ... | @@ -9335,10 +7981,6 @@ packages: |
9335 | 7981 | resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} |
9336 | 7982 | dev: true |
9337 | 7983 | |
9338 | - /webidl-conversions@4.0.2: | |
9339 | - resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} | |
9340 | - dev: true | |
9341 | - | |
9342 | 7984 | /whatwg-url@5.0.0: |
9343 | 7985 | resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} |
9344 | 7986 | dependencies: |
... | ... | @@ -9346,14 +7988,6 @@ packages: |
9346 | 7988 | webidl-conversions: 3.0.1 |
9347 | 7989 | dev: true |
9348 | 7990 | |
9349 | - /whatwg-url@7.1.0: | |
9350 | - resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} | |
9351 | - dependencies: | |
9352 | - lodash.sortby: 4.7.0 | |
9353 | - tr46: 1.0.1 | |
9354 | - webidl-conversions: 4.0.2 | |
9355 | - dev: true | |
9356 | - | |
9357 | 7991 | /which-boxed-primitive@1.0.2: |
9358 | 7992 | resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} |
9359 | 7993 | dependencies: |
... | ... | @@ -9420,152 +8054,6 @@ packages: |
9420 | 8054 | resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} |
9421 | 8055 | dev: true |
9422 | 8056 | |
9423 | - /workbox-background-sync@6.5.4: | |
9424 | - resolution: {integrity: sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==} | |
9425 | - dependencies: | |
9426 | - idb: 7.1.1 | |
9427 | - workbox-core: 6.5.4 | |
9428 | - dev: true | |
9429 | - | |
9430 | - /workbox-broadcast-update@6.5.4: | |
9431 | - resolution: {integrity: sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==} | |
9432 | - dependencies: | |
9433 | - workbox-core: 6.5.4 | |
9434 | - dev: true | |
9435 | - | |
9436 | - /workbox-build@6.5.4: | |
9437 | - resolution: {integrity: sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==} | |
9438 | - engines: {node: '>=10.0.0'} | |
9439 | - dependencies: | |
9440 | - '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) | |
9441 | - '@babel/core': 7.21.4 | |
9442 | - '@babel/preset-env': 7.21.4(@babel/core@7.21.4) | |
9443 | - '@babel/runtime': 7.21.0 | |
9444 | - '@rollup/plugin-babel': 5.3.1(@babel/core@7.21.4)(rollup@2.70.2) | |
9445 | - '@rollup/plugin-node-resolve': 11.2.1(rollup@2.70.2) | |
9446 | - '@rollup/plugin-replace': 2.4.2(rollup@2.70.2) | |
9447 | - '@surma/rollup-plugin-off-main-thread': 2.2.3 | |
9448 | - ajv: 8.12.0 | |
9449 | - common-tags: 1.8.2 | |
9450 | - fast-json-stable-stringify: 2.1.0 | |
9451 | - fs-extra: 9.1.0 | |
9452 | - glob: 7.2.3 | |
9453 | - lodash: 4.17.21 | |
9454 | - pretty-bytes: 5.6.0 | |
9455 | - rollup: 2.70.2 | |
9456 | - rollup-plugin-terser: 7.0.2(rollup@2.70.2) | |
9457 | - source-map: 0.8.0-beta.0 | |
9458 | - stringify-object: 3.3.0 | |
9459 | - strip-comments: 2.0.1 | |
9460 | - tempy: 0.6.0 | |
9461 | - upath: 1.2.0 | |
9462 | - workbox-background-sync: 6.5.4 | |
9463 | - workbox-broadcast-update: 6.5.4 | |
9464 | - workbox-cacheable-response: 6.5.4 | |
9465 | - workbox-core: 6.5.4 | |
9466 | - workbox-expiration: 6.5.4 | |
9467 | - workbox-google-analytics: 6.5.4 | |
9468 | - workbox-navigation-preload: 6.5.4 | |
9469 | - workbox-precaching: 6.5.4 | |
9470 | - workbox-range-requests: 6.5.4 | |
9471 | - workbox-recipes: 6.5.4 | |
9472 | - workbox-routing: 6.5.4 | |
9473 | - workbox-strategies: 6.5.4 | |
9474 | - workbox-streams: 6.5.4 | |
9475 | - workbox-sw: 6.5.4 | |
9476 | - workbox-window: 6.5.4 | |
9477 | - transitivePeerDependencies: | |
9478 | - - '@types/babel__core' | |
9479 | - - supports-color | |
9480 | - dev: true | |
9481 | - | |
9482 | - /workbox-cacheable-response@6.5.4: | |
9483 | - resolution: {integrity: sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==} | |
9484 | - dependencies: | |
9485 | - workbox-core: 6.5.4 | |
9486 | - dev: true | |
9487 | - | |
9488 | - /workbox-core@6.5.4: | |
9489 | - resolution: {integrity: sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==} | |
9490 | - dev: true | |
9491 | - | |
9492 | - /workbox-expiration@6.5.4: | |
9493 | - resolution: {integrity: sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==} | |
9494 | - dependencies: | |
9495 | - idb: 7.1.1 | |
9496 | - workbox-core: 6.5.4 | |
9497 | - dev: true | |
9498 | - | |
9499 | - /workbox-google-analytics@6.5.4: | |
9500 | - resolution: {integrity: sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==} | |
9501 | - dependencies: | |
9502 | - workbox-background-sync: 6.5.4 | |
9503 | - workbox-core: 6.5.4 | |
9504 | - workbox-routing: 6.5.4 | |
9505 | - workbox-strategies: 6.5.4 | |
9506 | - dev: true | |
9507 | - | |
9508 | - /workbox-navigation-preload@6.5.4: | |
9509 | - resolution: {integrity: sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==} | |
9510 | - dependencies: | |
9511 | - workbox-core: 6.5.4 | |
9512 | - dev: true | |
9513 | - | |
9514 | - /workbox-precaching@6.5.4: | |
9515 | - resolution: {integrity: sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==} | |
9516 | - dependencies: | |
9517 | - workbox-core: 6.5.4 | |
9518 | - workbox-routing: 6.5.4 | |
9519 | - workbox-strategies: 6.5.4 | |
9520 | - dev: true | |
9521 | - | |
9522 | - /workbox-range-requests@6.5.4: | |
9523 | - resolution: {integrity: sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==} | |
9524 | - dependencies: | |
9525 | - workbox-core: 6.5.4 | |
9526 | - dev: true | |
9527 | - | |
9528 | - /workbox-recipes@6.5.4: | |
9529 | - resolution: {integrity: sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==} | |
9530 | - dependencies: | |
9531 | - workbox-cacheable-response: 6.5.4 | |
9532 | - workbox-core: 6.5.4 | |
9533 | - workbox-expiration: 6.5.4 | |
9534 | - workbox-precaching: 6.5.4 | |
9535 | - workbox-routing: 6.5.4 | |
9536 | - workbox-strategies: 6.5.4 | |
9537 | - dev: true | |
9538 | - | |
9539 | - /workbox-routing@6.5.4: | |
9540 | - resolution: {integrity: sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==} | |
9541 | - dependencies: | |
9542 | - workbox-core: 6.5.4 | |
9543 | - dev: true | |
9544 | - | |
9545 | - /workbox-strategies@6.5.4: | |
9546 | - resolution: {integrity: sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==} | |
9547 | - dependencies: | |
9548 | - workbox-core: 6.5.4 | |
9549 | - dev: true | |
9550 | - | |
9551 | - /workbox-streams@6.5.4: | |
9552 | - resolution: {integrity: sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==} | |
9553 | - dependencies: | |
9554 | - workbox-core: 6.5.4 | |
9555 | - workbox-routing: 6.5.4 | |
9556 | - dev: true | |
9557 | - | |
9558 | - /workbox-sw@6.5.4: | |
9559 | - resolution: {integrity: sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==} | |
9560 | - dev: true | |
9561 | - | |
9562 | - /workbox-window@6.5.4: | |
9563 | - resolution: {integrity: sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==} | |
9564 | - dependencies: | |
9565 | - '@types/trusted-types': 2.0.3 | |
9566 | - workbox-core: 6.5.4 | |
9567 | - dev: true | |
9568 | - | |
9569 | 8057 | /wrap-ansi@6.2.0: |
9570 | 8058 | resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} |
9571 | 8059 | engines: {node: '>=8'} | ... | ... |
public/resource/img/pwa-192x192.png deleted
100644 → 0
11.9 KB
public/resource/img/pwa-512x512.png deleted
100644 → 0
51.4 KB