Skip to content
Snippets Groups Projects
package-lock.json 924 KiB
Newer Older
  • Learn to ignore specific revisions
  •         "@babel/plugin-syntax-top-level-await": "^7.14.5",
    
            "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
            "@babel/plugin-transform-arrow-functions": "^7.22.5",
            "@babel/plugin-transform-async-generator-functions": "^7.22.7",
            "@babel/plugin-transform-async-to-generator": "^7.22.5",
            "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
            "@babel/plugin-transform-block-scoping": "^7.22.5",
            "@babel/plugin-transform-class-properties": "^7.22.5",
            "@babel/plugin-transform-class-static-block": "^7.22.5",
            "@babel/plugin-transform-classes": "^7.22.6",
            "@babel/plugin-transform-computed-properties": "^7.22.5",
            "@babel/plugin-transform-destructuring": "^7.22.5",
            "@babel/plugin-transform-dotall-regex": "^7.22.5",
            "@babel/plugin-transform-duplicate-keys": "^7.22.5",
            "@babel/plugin-transform-dynamic-import": "^7.22.5",
            "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
            "@babel/plugin-transform-export-namespace-from": "^7.22.5",
            "@babel/plugin-transform-for-of": "^7.22.5",
            "@babel/plugin-transform-function-name": "^7.22.5",
            "@babel/plugin-transform-json-strings": "^7.22.5",
            "@babel/plugin-transform-literals": "^7.22.5",
            "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
            "@babel/plugin-transform-member-expression-literals": "^7.22.5",
            "@babel/plugin-transform-modules-amd": "^7.22.5",
            "@babel/plugin-transform-modules-commonjs": "^7.22.5",
            "@babel/plugin-transform-modules-systemjs": "^7.22.5",
            "@babel/plugin-transform-modules-umd": "^7.22.5",
            "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
            "@babel/plugin-transform-new-target": "^7.22.5",
            "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
            "@babel/plugin-transform-numeric-separator": "^7.22.5",
            "@babel/plugin-transform-object-rest-spread": "^7.22.5",
            "@babel/plugin-transform-object-super": "^7.22.5",
            "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
            "@babel/plugin-transform-optional-chaining": "^7.22.6",
            "@babel/plugin-transform-parameters": "^7.22.5",
            "@babel/plugin-transform-private-methods": "^7.22.5",
            "@babel/plugin-transform-private-property-in-object": "^7.22.5",
            "@babel/plugin-transform-property-literals": "^7.22.5",
            "@babel/plugin-transform-regenerator": "^7.22.5",
            "@babel/plugin-transform-reserved-words": "^7.22.5",
            "@babel/plugin-transform-shorthand-properties": "^7.22.5",
            "@babel/plugin-transform-spread": "^7.22.5",
            "@babel/plugin-transform-sticky-regex": "^7.22.5",
            "@babel/plugin-transform-template-literals": "^7.22.5",
            "@babel/plugin-transform-typeof-symbol": "^7.22.5",
            "@babel/plugin-transform-unicode-escapes": "^7.22.5",
            "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
            "@babel/plugin-transform-unicode-regex": "^7.22.5",
            "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
    
            "@babel/preset-modules": "^0.1.5",
    
            "@babel/types": "^7.22.5",
            "babel-plugin-polyfill-corejs2": "^0.4.4",
            "babel-plugin-polyfill-corejs3": "^0.8.2",
            "babel-plugin-polyfill-regenerator": "^0.5.1",
            "core-js-compat": "^3.31.0",
            "semver": "^6.3.1"
    
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/preset-env/node_modules/semver": {
    
          "version": "6.3.1",
          "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
          "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
    
          "dev": true,
          "bin": {
            "semver": "bin/semver.js"
          }
        },
        "node_modules/@babel/preset-flow": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.23.3.tgz",
          "integrity": "sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dependencies": {
    
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/helper-validator-option": "^7.22.15",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/plugin-transform-flow-strip-types": "^7.23.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/preset-modules": {
    
          "version": "0.1.6",
          "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz",
          "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==",
    
            "@babel/helper-plugin-utils": "^7.0.0",
            "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
            "@babel/plugin-transform-dotall-regex": "^7.4.4",
            "@babel/types": "^7.4.4",
            "esutils": "^2.0.2"
    
            "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
    
        "node_modules/@babel/preset-typescript": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz",
          "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/helper-validator-option": "^7.22.15",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/plugin-syntax-jsx": "^7.23.3",
            "@babel/plugin-transform-modules-commonjs": "^7.23.3",
            "@babel/plugin-transform-typescript": "^7.23.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/register": {
          "version": "7.22.15",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.15.tgz",
          "integrity": "sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==",
    
          "dev": true,
          "dependencies": {
            "clone-deep": "^4.0.1",
            "find-cache-dir": "^2.0.0",
            "make-dir": "^2.1.0",
            "pirates": "^4.0.5",
            "source-map-support": "^0.5.16"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/register/node_modules/find-cache-dir": {
          "version": "2.1.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
          "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
    
          "dev": true,
          "dependencies": {
            "commondir": "^1.0.1",
            "make-dir": "^2.0.0",
            "pkg-dir": "^3.0.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/@babel/register/node_modules/find-up": {
          "version": "3.0.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
          "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
    
          "dev": true,
          "dependencies": {
            "locate-path": "^3.0.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/@babel/register/node_modules/locate-path": {
          "version": "3.0.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
          "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
    
          "dev": true,
          "dependencies": {
            "p-locate": "^3.0.0",
            "path-exists": "^3.0.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/@babel/register/node_modules/make-dir": {
          "version": "2.1.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
          "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
    
          "dev": true,
          "dependencies": {
            "pify": "^4.0.1",
            "semver": "^5.6.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
    
        "node_modules/@babel/register/node_modules/p-limit": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
          "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
          "dev": true,
          "dependencies": {
            "p-try": "^2.0.0"
          },
          "engines": {
            "node": ">=6"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
    
        "node_modules/@babel/register/node_modules/p-locate": {
          "version": "3.0.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
          "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
    
          "dev": true,
          "dependencies": {
            "p-limit": "^2.0.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/@babel/register/node_modules/path-exists": {
          "version": "3.0.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
          "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
    
          "dev": true,
          "engines": {
            "node": ">=4"
          }
        },
    
        "node_modules/@babel/register/node_modules/pify": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
          "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
          "dev": true,
          "engines": {
            "node": ">=6"
          }
        },
    
        "node_modules/@babel/register/node_modules/pkg-dir": {
          "version": "3.0.0",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
          "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
    
          "dev": true,
          "dependencies": {
            "find-up": "^3.0.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/@babel/register/node_modules/semver": {
          "version": "5.7.2",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
          "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
    
          "dev": true,
          "bin": {
            "semver": "bin/semver"
          }
        },
        "node_modules/@babel/regjsgen": {
    
          "version": "0.8.0",
    
          "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
          "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
        "node_modules/@babel/runtime": {
    
          "version": "7.22.6",
          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz",
          "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "regenerator-runtime": "^0.13.11"
    
        "node_modules/@babel/template": {
    
          "version": "7.22.5",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
          "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/code-frame": "^7.22.5",
            "@babel/parser": "^7.22.5",
            "@babel/types": "^7.22.5"
    
        "node_modules/@babel/traverse": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.3.tgz",
          "integrity": "sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/code-frame": "^7.22.13",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/generator": "^7.23.3",
            "@babel/helper-environment-visitor": "^7.22.20",
            "@babel/helper-function-name": "^7.23.0",
    
            "@babel/helper-hoist-variables": "^7.22.5",
            "@babel/helper-split-export-declaration": "^7.22.6",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/parser": "^7.23.3",
            "@babel/types": "^7.23.3",
    
            "debug": "^4.1.0",
            "globals": "^11.1.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
    
          "engines": {
            "node": ">=6.9.0"
          }
        },
        "node_modules/@babel/traverse/node_modules/@babel/generator": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz",
          "integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==",
    
          "dependencies": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/types": "^7.23.3",
    
            "@jridgewell/gen-mapping": "^0.3.2",
            "@jridgewell/trace-mapping": "^0.3.17",
            "jsesc": "^2.5.1"
          },
          "engines": {
            "node": ">=6.9.0"
    
        "node_modules/@babel/types": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.3.tgz",
          "integrity": "sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-string-parser": "^7.22.5",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-validator-identifier": "^7.22.20",
    
            "to-fast-properties": "^2.0.0"
    
        "node_modules/@colors/colors": {
    
          "version": "1.5.0",
    
          "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
          "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
    
          "optional": true,
    
        "node_modules/@compodoc/compodoc": {
    
          "version": "1.1.22",
          "resolved": "https://registry.npmjs.org/@compodoc/compodoc/-/compodoc-1.1.22.tgz",
          "integrity": "sha512-NmcEe9GDP90jtDKPlBU/PMyvVt6RjsGvraniVOH6Qgrm472FZu6tQotGd6mFQyqBabWS0uI2X3isuFJz1/Yj5Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "hasInstallScript": true,
          "dependencies": {
    
            "@angular-devkit/schematics": "14.2.12",
            "@babel/core": "^7.23.2",
            "@babel/plugin-proposal-private-methods": "^7.18.6",
            "@babel/preset-env": "^7.23.2",
    
            "@compodoc/live-server": "^1.2.3",
    
            "@compodoc/ngd-transformer": "^2.1.3",
    
            "chalk": "4.1.2",
    
            "chokidar": "^3.5.3",
            "colors": "1.4.0",
    
            "commander": "^11.1.0",
            "cosmiconfig": "^8.3.6",
            "decache": "^4.6.2",
    
            "fancy-log": "^2.0.0",
    
            "fast-glob": "^3.3.1",
            "fs-extra": "^11.1.1",
            "glob": "^10.3.10",
            "handlebars": "^4.7.8",
            "html-entities": "^2.4.0",
            "i18next": "^23.5.1",
            "json5": "^2.2.3",
    
            "lodash": "^4.17.21",
    
            "loglevel-plugin-prefix": "^0.8.4",
            "lunr": "^2.3.9",
    
            "marked": "7.0.3",
            "minimist": "^1.2.8",
    
            "opencollective-postinstall": "^2.0.3",
            "os-name": "4.0.1",
    
            "pdfjs-dist": "2.12.313",
            "pdfmake": "^0.2.7",
            "semver": "^7.5.4",
            "traverse": "^0.6.7",
            "ts-morph": "^20.0.0",
            "uuid": "^9.0.1"
    
          "bin": {
            "compodoc": "bin/index-cli.js"
          },
          "engines": {
    
          }
        },
        "node_modules/@compodoc/compodoc/node_modules/@angular-devkit/core": {
    
          "version": "14.2.12",
          "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.12.tgz",
          "integrity": "sha512-tg1+deEZdm3fgk2BQ6y7tujciL6qhtN5Ums266lX//kAZeZ4nNNXTBT+oY5xgfjvmLbW+xKg0XZrAS0oIRKY5g==",
    
          "dependencies": {
    
            "node": "^14.15.0 || >=16.10.0",
    
            "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
            "yarn": ">= 1.13.0"
          },
          "peerDependencies": {
            "chokidar": "^3.5.2"
          },
          "peerDependenciesMeta": {
            "chokidar": {
              "optional": true
    
        "node_modules/@compodoc/compodoc/node_modules/@angular-devkit/schematics": {
    
          "version": "14.2.12",
          "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.12.tgz",
          "integrity": "sha512-MN5yGR+SSSPPBBVMf4cifDJn9u0IYvxiHst+HWokH2AkBYy+vB1x8jYES2l1wkiISD7nvjTixfqX+Y95oMBoLg==",
    
          "dev": true,
          "dependencies": {
    
            "@angular-devkit/core": "14.2.12",
            "jsonc-parser": "3.1.0",
            "magic-string": "0.26.2",
    
            "ora": "5.4.1",
            "rxjs": "6.6.7"
          },
          "engines": {
    
            "node": "^14.15.0 || >=16.10.0",
    
            "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
            "yarn": ">= 1.13.0"
          }
        },
    
        "node_modules/@compodoc/compodoc/node_modules/@babel/plugin-transform-async-to-generator": {
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
          "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
    
          "dev": true,
          "dependencies": {
    
            "@babel/helper-module-imports": "^7.22.15",
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/helper-remap-async-to-generator": "^7.22.20"
    
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@compodoc/compodoc/node_modules/@babel/preset-env": {
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.3.tgz",
          "integrity": "sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==",
    
          "dev": true,
          "dependencies": {
    
            "@babel/compat-data": "^7.23.3",
            "@babel/helper-compilation-targets": "^7.22.15",
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/helper-validator-option": "^7.22.15",
            "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
            "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
            "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.3",
            "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
            "@babel/plugin-syntax-async-generators": "^7.8.4",
            "@babel/plugin-syntax-class-properties": "^7.12.13",
            "@babel/plugin-syntax-class-static-block": "^7.14.5",
            "@babel/plugin-syntax-dynamic-import": "^7.8.3",
            "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
            "@babel/plugin-syntax-import-assertions": "^7.23.3",
            "@babel/plugin-syntax-import-attributes": "^7.23.3",
            "@babel/plugin-syntax-import-meta": "^7.10.4",
            "@babel/plugin-syntax-json-strings": "^7.8.3",
            "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
            "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
            "@babel/plugin-syntax-numeric-separator": "^7.10.4",
            "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
            "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
            "@babel/plugin-syntax-optional-chaining": "^7.8.3",
            "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
            "@babel/plugin-syntax-top-level-await": "^7.14.5",
            "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
            "@babel/plugin-transform-arrow-functions": "^7.23.3",
            "@babel/plugin-transform-async-generator-functions": "^7.23.3",
            "@babel/plugin-transform-async-to-generator": "^7.23.3",
            "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
            "@babel/plugin-transform-block-scoping": "^7.23.3",
            "@babel/plugin-transform-class-properties": "^7.23.3",
            "@babel/plugin-transform-class-static-block": "^7.23.3",
            "@babel/plugin-transform-classes": "^7.23.3",
            "@babel/plugin-transform-computed-properties": "^7.23.3",
            "@babel/plugin-transform-destructuring": "^7.23.3",
            "@babel/plugin-transform-dotall-regex": "^7.23.3",
            "@babel/plugin-transform-duplicate-keys": "^7.23.3",
            "@babel/plugin-transform-dynamic-import": "^7.23.3",
            "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
            "@babel/plugin-transform-export-namespace-from": "^7.23.3",
            "@babel/plugin-transform-for-of": "^7.23.3",
            "@babel/plugin-transform-function-name": "^7.23.3",
            "@babel/plugin-transform-json-strings": "^7.23.3",
            "@babel/plugin-transform-literals": "^7.23.3",
            "@babel/plugin-transform-logical-assignment-operators": "^7.23.3",
            "@babel/plugin-transform-member-expression-literals": "^7.23.3",
            "@babel/plugin-transform-modules-amd": "^7.23.3",
            "@babel/plugin-transform-modules-commonjs": "^7.23.3",
            "@babel/plugin-transform-modules-systemjs": "^7.23.3",
            "@babel/plugin-transform-modules-umd": "^7.23.3",
            "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
            "@babel/plugin-transform-new-target": "^7.23.3",
            "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3",
            "@babel/plugin-transform-numeric-separator": "^7.23.3",
            "@babel/plugin-transform-object-rest-spread": "^7.23.3",
            "@babel/plugin-transform-object-super": "^7.23.3",
            "@babel/plugin-transform-optional-catch-binding": "^7.23.3",
            "@babel/plugin-transform-optional-chaining": "^7.23.3",
            "@babel/plugin-transform-parameters": "^7.23.3",
            "@babel/plugin-transform-private-methods": "^7.23.3",
            "@babel/plugin-transform-private-property-in-object": "^7.23.3",
            "@babel/plugin-transform-property-literals": "^7.23.3",
            "@babel/plugin-transform-regenerator": "^7.23.3",
            "@babel/plugin-transform-reserved-words": "^7.23.3",
            "@babel/plugin-transform-shorthand-properties": "^7.23.3",
            "@babel/plugin-transform-spread": "^7.23.3",
            "@babel/plugin-transform-sticky-regex": "^7.23.3",
            "@babel/plugin-transform-template-literals": "^7.23.3",
            "@babel/plugin-transform-typeof-symbol": "^7.23.3",
            "@babel/plugin-transform-unicode-escapes": "^7.23.3",
            "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
            "@babel/plugin-transform-unicode-regex": "^7.23.3",
            "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
            "@babel/preset-modules": "0.1.6-no-external-plugins",
            "babel-plugin-polyfill-corejs2": "^0.4.6",
            "babel-plugin-polyfill-corejs3": "^0.8.5",
            "babel-plugin-polyfill-regenerator": "^0.5.3",
            "core-js-compat": "^3.31.0",
            "semver": "^6.3.1"
    
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@compodoc/compodoc/node_modules/@babel/preset-env/node_modules/semver": {
          "version": "6.3.1",
          "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
          "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
          "dev": true,
          "bin": {
            "semver": "bin/semver.js"
          }
        },
        "node_modules/@compodoc/compodoc/node_modules/@babel/preset-modules": {
          "version": "0.1.6-no-external-plugins",
          "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
          "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
    
          "dev": true,
          "dependencies": {
    
            "@babel/helper-plugin-utils": "^7.0.0",
            "@babel/types": "^7.4.4",
            "esutils": "^2.0.2"
    
          "peerDependencies": {
            "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
    
        "node_modules/@compodoc/compodoc/node_modules/ajv": {
          "version": "8.11.0",
          "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
          "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
    
          "dependencies": {
    
            "fast-deep-equal": "^3.1.1",
            "json-schema-traverse": "^1.0.0",
            "require-from-string": "^2.0.2",
            "uri-js": "^4.2.2"
    
          "funding": {
            "type": "github",
            "url": "https://github.com/sponsors/epoberezkin"
    
        "node_modules/@compodoc/compodoc/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
            "color-convert": "^2.0.1"
    
          "engines": {
    
            "node": ">=8"
    
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/@compodoc/compodoc/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
    
            "node": ">=10"
    
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/@compodoc/compodoc/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "engines": {
            "node": ">=8"
    
        "node_modules/@compodoc/compodoc/node_modules/jsonc-parser": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz",
          "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==",
          "dev": true
        },
        "node_modules/@compodoc/compodoc/node_modules/magic-string": {
          "version": "0.26.2",
          "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz",
          "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "sourcemap-codec": "^1.4.8"
          },
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "engines": {
            "node": ">=12"
          }
        },
    
        "node_modules/@compodoc/compodoc/node_modules/rxjs": {
          "version": "6.6.7",
          "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
          "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "engines": {
    
        "node_modules/@compodoc/compodoc/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
          "dev": true,
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
    
        "node_modules/@compodoc/compodoc/node_modules/tslib": {
          "version": "1.14.1",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
          "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
          "dev": true
        },
        "node_modules/@compodoc/live-server": {
          "version": "1.2.3",
          "resolved": "https://registry.npmjs.org/@compodoc/live-server/-/live-server-1.2.3.tgz",
          "integrity": "sha512-hDmntVCyjjaxuJzPzBx68orNZ7TW4BtHWMnXlIVn5dqhK7vuFF/11hspO1cMmc+2QTYgqde1TBcb3127S7Zrow==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "chokidar": "^3.5.2",
            "colors": "1.4.0",
            "connect": "^3.7.0",
            "cors": "latest",
            "event-stream": "4.0.1",
            "faye-websocket": "0.11.x",
            "http-auth": "4.1.9",
            "http-auth-connect": "^1.0.5",
            "morgan": "^1.10.0",
            "object-assign": "latest",
            "open": "8.4.0",
            "proxy-middleware": "latest",
            "send": "latest",
            "serve-index": "^1.9.1"
          },
          "bin": {
            "live-server": "live-server.js"
          },
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "engines": {
    
        "node_modules/@compodoc/live-server/node_modules/open": {
          "version": "8.4.0",
          "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
          "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
          "dev": true,
          "dependencies": {
            "define-lazy-prop": "^2.0.0",
            "is-docker": "^2.1.1",
            "is-wsl": "^2.2.0"
          },
          "engines": {
            "node": ">=12"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/@compodoc/ngd-core": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/@compodoc/ngd-core/-/ngd-core-2.1.1.tgz",
          "integrity": "sha512-Z+wE6wWZYVnudRYg6qunDlyh3Orw39Ib66Gvrz5kX5u7So+iu3tr6sQJdqH6yGS3hAjig5avlfhWLlgsb6/x1Q==",
          "dev": true,
          "dependencies": {
            "ansi-colors": "^4.1.3",
            "fancy-log": "^2.0.0",
            "typescript": "^5.0.4"
          },
          "engines": {
            "node": ">= 10.0.0"
          }
        },
        "node_modules/@compodoc/ngd-core/node_modules/typescript": {
          "version": "5.2.2",
          "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
          "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
          "dev": true,
          "bin": {
            "tsc": "bin/tsc",
            "tsserver": "bin/tsserver"
          },
          "engines": {
            "node": ">=14.17"
          }
        },
        "node_modules/@compodoc/ngd-transformer": {
          "version": "2.1.3",
          "resolved": "https://registry.npmjs.org/@compodoc/ngd-transformer/-/ngd-transformer-2.1.3.tgz",
          "integrity": "sha512-oWxJza7CpWR8/FeWYfE6j+jgncnGBsTWnZLt5rD2GUpsGSQTuGrsFPnmbbaVLgRS5QIVWBJYke7QFBr/7qVMWg==",
          "dev": true,
          "dependencies": {
            "@aduh95/viz.js": "3.4.0",
            "@compodoc/ngd-core": "~2.1.1",
            "dot": "^2.0.0-beta.1",
            "fs-extra": "^11.1.1"
          },
          "engines": {
            "node": ">= 10.0.0"
          }
        },
        "node_modules/@discoveryjs/json-ext": {
          "version": "0.5.7",
          "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
          "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
          "dev": true,
          "engines": {
            "node": ">=10.0.0"
          }
        },
        "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz",
          "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==",
          "dev": true,
          "peerDependencies": {
            "react": ">=16.8.0"
          }
        },
        "node_modules/@es-joy/jsdoccomment": {
          "version": "0.41.0",
          "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz",
          "integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==",
          "dev": true,
          "dependencies": {
            "comment-parser": "1.4.1",
            "esquery": "^1.5.0",
            "jsdoc-type-pratt-parser": "~4.0.0"
          },
          "engines": {
            "node": ">=16"
          }
        },
    
        "node_modules/@esbuild/darwin-arm64": {
          "version": "0.18.17",
          "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz",
          "integrity": "sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==",
    
            "arm64"
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          ],
          "dev": true,
          "optional": true,
          "os": [
    
            "darwin"
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          ],
          "engines": {
            "node": ">=12"
          }
        },
    
        "node_modules/@eslint-community/eslint-utils": {
          "version": "4.4.0",
          "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
          "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "eslint-visitor-keys": "^3.3.0"
          },
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "engines": {
    
            "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
          },
          "peerDependencies": {
            "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
    
        "node_modules/@eslint-community/regexpp": {
          "version": "4.10.0",
          "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
          "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
          "engines": {
    
            "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
    
        "node_modules/@eslint/eslintrc": {
          "version": "2.1.3",
          "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
          "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "ajv": "^6.12.4",
            "debug": "^4.3.2",
            "espree": "^9.6.0",
            "globals": "^13.19.0",
            "ignore": "^5.2.0",
            "import-fresh": "^3.2.1",
            "js-yaml": "^4.1.0",
            "minimatch": "^3.1.2",
            "strip-json-comments": "^3.1.1"
          },
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "engines": {
    
            "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
          },
          "funding": {
            "url": "https://opencollective.com/eslint"
    
        "node_modules/@eslint/eslintrc/node_modules/ajv": {
          "version": "6.12.6",
          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
          "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "fast-deep-equal": "^3.1.1",
            "fast-json-stable-stringify": "^2.0.0",
            "json-schema-traverse": "^0.4.1",
            "uri-js": "^4.2.2"
          },
          "funding": {
            "type": "github",
            "url": "https://github.com/sponsors/epoberezkin"
    
        "node_modules/@eslint/eslintrc/node_modules/argparse": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
          "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
          "dev": true
        },
        "node_modules/@eslint/eslintrc/node_modules/globals": {
          "version": "13.23.0",
          "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
          "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "type-fest": "^0.20.2"
          },
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "engines": {
    
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
    
        "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
          "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "argparse": "^2.0.1"
          },
          "bin": {
            "js-yaml": "bin/js-yaml.js"
    
        "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
          "dev": true
        },
        "node_modules/@eslint/eslintrc/node_modules/type-fest": {
          "version": "0.20.2",
          "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
          "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
          "engines": {
    
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
    
        "node_modules/@eslint/js": {
          "version": "8.53.0",
          "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
          "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
          "engines": {
    
            "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
    
        "node_modules/@fal-works/esbuild-plugin-global-externals": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/@fal-works/esbuild-plugin-global-externals/-/esbuild-plugin-global-externals-2.1.2.tgz",
          "integrity": "sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==",
          "dev": true
        },
        "node_modules/@floating-ui/core": {
          "version": "1.5.0",
          "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz",
          "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "@floating-ui/utils": "^0.1.3"
    
        "node_modules/@floating-ui/dom": {
          "version": "1.5.3",
          "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz",
          "integrity": "sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "@floating-ui/core": "^1.4.2",
            "@floating-ui/utils": "^0.1.3"
    
        "node_modules/@floating-ui/react-dom": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.4.tgz",
          "integrity": "sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "@floating-ui/dom": "^1.5.1"
          },
          "peerDependencies": {
            "react": ">=16.8.0",
            "react-dom": ">=16.8.0"
    
        "node_modules/@floating-ui/utils": {
          "version": "0.1.6",
          "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz",
          "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==",
          "dev": true
    
        "node_modules/@foliojs-fork/fontkit": {
          "version": "1.9.1",
          "resolved": "https://registry.npmjs.org/@foliojs-fork/fontkit/-/fontkit-1.9.1.tgz",
          "integrity": "sha512-U589voc2/ROnvx1CyH9aNzOQWJp127JGU1QAylXGQ7LoEAF6hMmahZLQ4eqAcgHUw+uyW4PjtCItq9qudPkK3A==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "dev": true,
    
          "dependencies": {
            "@foliojs-fork/restructure": "^2.0.2",
            "brfs": "^2.0.0",
            "brotli": "^1.2.0",
            "browserify-optional": "^1.0.1",
            "clone": "^1.0.4",