Skip to content
Snippets Groups Projects
package-lock.json 1.05 MiB
Newer Older
  • Learn to ignore specific revisions
  •     "node_modules/@babel/helper-wrap-function/node_modules/@babel/template": {
          "version": "7.22.15",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
          "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/code-frame": "^7.22.13",
            "@babel/parser": "^7.22.15",
            "@babel/types": "^7.22.15"
          },
          "engines": {
            "node": ">=6.9.0"
    
        "node_modules/@babel/helpers": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.2",
          "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz",
          "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/template": "^7.22.15",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/traverse": "^7.23.2",
            "@babel/types": "^7.23.0"
    
          },
          "engines": {
            "node": ">=6.9.0"
          }
        },
        "node_modules/@babel/helpers/node_modules/@babel/template": {
          "version": "7.22.15",
    
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
          "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
    
          "dev": true,
          "dependencies": {
            "@babel/code-frame": "^7.22.13",
            "@babel/parser": "^7.22.15",
            "@babel/types": "^7.22.15"
          },
          "engines": {
            "node": ">=6.9.0"
          }
        },
        "node_modules/@babel/highlight": {
    
          "version": "7.22.20",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
          "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
    
          "dev": true,
          "dependencies": {
    
            "@babel/helper-validator-identifier": "^7.22.20",
    
            "js-tokens": "^4.0.0"
    
          "engines": {
            "node": ">=6.9.0"
          }
        },
        "node_modules/@babel/highlight/node_modules/ansi-styles": {
          "version": "3.2.1",
    
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
    
          "dependencies": {
    
            "color-convert": "^1.9.0"
          },
          "engines": {
            "node": ">=4"
    
        "node_modules/@babel/highlight/node_modules/chalk": {
          "version": "2.4.2",
    
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
    
          "dev": true,
          "dependencies": {
            "ansi-styles": "^3.2.1",
            "escape-string-regexp": "^1.0.5",
            "supports-color": "^5.3.0"
          },
          "engines": {
            "node": ">=4"
          }
        },
        "node_modules/@babel/highlight/node_modules/color-convert": {
          "version": "1.9.3",
    
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
    
          "dev": true,
          "dependencies": {
            "color-name": "1.1.3"
          }
        },
        "node_modules/@babel/highlight/node_modules/color-name": {
          "version": "1.1.3",
    
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
          "dev": true
    
        "node_modules/@babel/highlight/node_modules/has-flag": {
          "version": "3.0.0",
    
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
        "node_modules/@babel/highlight/node_modules/supports-color": {
          "version": "5.5.0",
    
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
    
          "dev": true,
    
          "dependencies": {
            "has-flag": "^3.0.0"
          },
          "engines": {
            "node": ">=4"
    
        "node_modules/@babel/parser": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz",
          "integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==",
    
          "dev": true,
          "bin": {
            "parser": "bin/babel-parser.js"
          },
          "engines": {
            "node": ">=6.0.0"
          }
        },
        "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
          "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0"
          }
        },
        "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
          "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/plugin-transform-optional-chaining": "^7.23.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.13.0"
          }
        },
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz",
          "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==",
          "dev": true,
          "dependencies": {
            "@babel/helper-environment-visitor": "^7.22.20",
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0"
          }
        },
    
        "node_modules/@babel/plugin-proposal-async-generator-functions": {
    
          "version": "7.20.7",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
          "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.",
    
          "dev": true,
    
            "@babel/helper-environment-visitor": "^7.18.9",
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/helper-remap-async-to-generator": "^7.18.9",
            "@babel/plugin-syntax-async-generators": "^7.8.4"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-class-properties": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
          "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
    
          "dev": true,
    
            "@babel/helper-create-class-features-plugin": "^7.18.6",
            "@babel/helper-plugin-utils": "^7.18.6"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-class-static-block": {
    
          "version": "7.21.0",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz",
          "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.",
    
          "dev": true,
    
            "@babel/helper-create-class-features-plugin": "^7.21.0",
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/plugin-syntax-class-static-block": "^7.14.5"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.12.0"
    
        "node_modules/@babel/plugin-proposal-dynamic-import": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
          "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.",
    
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.18.6",
            "@babel/plugin-syntax-dynamic-import": "^7.8.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-export-namespace-from": {
    
          "version": "7.18.9",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
          "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.",
    
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.18.9",
            "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-json-strings": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
          "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.18.6",
            "@babel/plugin-syntax-json-strings": "^7.8.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
    
          "version": "7.20.7",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
          "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
          "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.18.6",
            "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-numeric-separator": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
          "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.18.6",
            "@babel/plugin-syntax-numeric-separator": "^7.10.4"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-object-rest-spread": {
    
          "version": "7.20.7",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
          "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/compat-data": "^7.20.5",
            "@babel/helper-compilation-targets": "^7.20.7",
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
            "@babel/plugin-transform-parameters": "^7.20.7"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-optional-catch-binding": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
          "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.",
    
            "@babel/helper-plugin-utils": "^7.18.6",
            "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-optional-chaining": {
    
          "version": "7.21.0",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
          "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
            "@babel/plugin-syntax-optional-chaining": "^7.8.3"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-private-methods": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
          "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",
    
            "@babel/helper-create-class-features-plugin": "^7.18.6",
            "@babel/helper-plugin-utils": "^7.18.6"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-private-property-in-object": {
    
          "version": "7.21.11",
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz",
          "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-annotate-as-pure": "^7.18.6",
            "@babel/helper-create-class-features-plugin": "^7.21.0",
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-proposal-unicode-property-regex": {
    
          "version": "7.18.6",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
          "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
          "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-create-regexp-features-plugin": "^7.18.6",
            "@babel/helper-plugin-utils": "^7.18.6"
    
          },
          "engines": {
            "node": ">=4"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-async-generators": {
    
          "version": "7.8.4",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
          "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
    
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-bigint": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
          "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "peer": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-class-properties": {
    
          "version": "7.12.13",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
          "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
    
            "@babel/helper-plugin-utils": "^7.12.13"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-class-static-block": {
    
          "version": "7.14.5",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
          "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.14.5"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-dynamic-import": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
          "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-export-namespace-from": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
          "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.3"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-flow": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz",
          "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-import-assertions": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
          "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/plugin-syntax-import-attributes": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
          "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/plugin-syntax-import-meta": {
    
          "version": "7.10.4",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
          "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.10.4"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-json-strings": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
          "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-jsx": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
          "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
    
          "version": "7.10.4",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
          "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
    
            "@babel/helper-plugin-utils": "^7.10.4"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
          "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-numeric-separator": {
    
          "version": "7.10.4",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
          "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.10.4"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-object-rest-spread": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
          "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-optional-catch-binding": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
          "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-optional-chaining": {
    
          "version": "7.8.3",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
          "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
    
            "@babel/helper-plugin-utils": "^7.8.0"
    
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-private-property-in-object": {
    
          "version": "7.14.5",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
          "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
    
            "@babel/helper-plugin-utils": "^7.14.5"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-top-level-await": {
    
          "version": "7.14.5",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
          "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
    
            "@babel/helper-plugin-utils": "^7.14.5"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-typescript": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
          "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
          "version": "7.18.6",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
          "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
    
          "dependencies": {
            "@babel/helper-create-regexp-features-plugin": "^7.18.6",
            "@babel/helper-plugin-utils": "^7.18.6"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0"
          }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
        "node_modules/@babel/plugin-transform-arrow-functions": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
          "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
    
          "dev": true,
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/plugin-transform-async-generator-functions": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.3.tgz",
          "integrity": "sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==",
    
          "dev": true,
          "dependencies": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-environment-visitor": "^7.22.20",
    
            "@babel/helper-plugin-utils": "^7.22.5",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-remap-async-to-generator": "^7.22.20",
    
            "@babel/plugin-syntax-async-generators": "^7.8.4"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
          }
        },
        "node_modules/@babel/plugin-transform-async-to-generator": {
    
          "version": "7.20.7",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz",
          "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==",
    
          "dev": true,
    
            "@babel/helper-module-imports": "^7.18.6",
            "@babel/helper-plugin-utils": "^7.20.2",
            "@babel/helper-remap-async-to-generator": "^7.18.9"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-block-scoped-functions": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
          "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-block-scoping": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.3.tgz",
          "integrity": "sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==",
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-class-properties": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
          "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-create-class-features-plugin": "^7.22.15",
    
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-class-static-block": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.3.tgz",
          "integrity": "sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-create-class-features-plugin": "^7.22.15",
    
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/plugin-syntax-class-static-block": "^7.14.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.12.0"
    
        "node_modules/@babel/plugin-transform-classes": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz",
          "integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==",
    
          "dev": true,
    
          "dependencies": {
            "@babel/helper-annotate-as-pure": "^7.22.5",
            "@babel/helper-compilation-targets": "^7.22.15",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-environment-visitor": "^7.22.20",
            "@babel/helper-function-name": "^7.23.0",
    
            "@babel/helper-optimise-call-expression": "^7.22.5",
            "@babel/helper-plugin-utils": "^7.22.5",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-replace-supers": "^7.22.20",
    
            "@babel/helper-split-export-declaration": "^7.22.6",
            "globals": "^11.1.0"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": {
          "version": "7.22.5",
    
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
          "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
    
          "dependencies": {
            "@babel/types": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
    
        "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-split-export-declaration": {
          "version": "7.22.6",
    
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
          "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
    
          "dependencies": {
            "@babel/types": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
    
        "node_modules/@babel/plugin-transform-computed-properties": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
          "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/template": "^7.22.15"
    
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.22.15",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
          "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/code-frame": "^7.22.13",
            "@babel/parser": "^7.22.15",
            "@babel/types": "^7.22.15"
    
        "node_modules/@babel/plugin-transform-destructuring": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
          "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-dotall-regex": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
          "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
    
          "dev": true,
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-create-regexp-features-plugin": "^7.22.15",
    
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-duplicate-keys": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
          "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-dynamic-import": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.3.tgz",
          "integrity": "sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==",
    
          "dependencies": {
            "@babel/helper-plugin-utils": "^7.22.5",
            "@babel/plugin-syntax-dynamic-import": "^7.8.3"
          },
          "engines": {
            "node": ">=6.9.0"
          },
          "peerDependencies": {
            "@babel/core": "^7.0.0-0"
    
        "node_modules/@babel/plugin-transform-exponentiation-operator": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "version": "7.23.3",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
          "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
            "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
    
            "@babel/helper-plugin-utils": "^7.22.5"
          },
          "engines": {