Skip to content
Snippets Groups Projects
package-lock.json 784 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5",
            "@babel/helper-replace-supers": "^7.16.5"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@babel/code-frame": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
              "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/highlight": "^7.16.0"
    
            "@babel/generator": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz",
              "integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/types": "^7.16.0",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
    
            "@babel/helper-function-name": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz",
              "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/helper-get-function-arity": "^7.16.0",
                "@babel/template": "^7.16.0",
                "@babel/types": "^7.16.0"
    
            "@babel/helper-get-function-arity": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz",
              "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/types": "^7.16.0"
    
            "@babel/helper-member-expression-to-functions": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.5.tgz",
              "integrity": "sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/types": "^7.16.0"
    
            "@babel/helper-optimise-call-expression": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz",
              "integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.16.0"
              }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
    
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true
            },
    
            "@babel/helper-replace-supers": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.5.tgz",
              "integrity": "sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/helper-environment-visitor": "^7.16.5",
                "@babel/helper-member-expression-to-functions": "^7.16.5",
                "@babel/helper-optimise-call-expression": "^7.16.0",
                "@babel/traverse": "^7.16.5",
                "@babel/types": "^7.16.0"
    
            "@babel/helper-split-export-declaration": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz",
              "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/types": "^7.16.0"
    
            "@babel/helper-validator-identifier": {
              "version": "7.15.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
              "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
              "dev": true
            },
            "@babel/highlight": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
              "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@babel/helper-validator-identifier": "^7.15.7",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
    
            "@babel/parser": {
              "version": "7.16.6",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
              "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==",
              "dev": true
            },
            "@babel/template": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz",
              "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.16.0",
                "@babel/parser": "^7.16.0",
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/traverse": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz",
              "integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.16.0",
                "@babel/generator": "^7.16.5",
                "@babel/helper-environment-visitor": "^7.16.5",
                "@babel/helper-function-name": "^7.16.0",
                "@babel/helper-hoist-variables": "^7.16.0",
                "@babel/helper-split-export-declaration": "^7.16.0",
                "@babel/parser": "^7.16.5",
                "@babel/types": "^7.16.0",
                "debug": "^4.1.0",
                "globals": "^11.1.0"
              }
            },
            "@babel/types": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
              "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.15.7",
                "to-fast-properties": "^2.0.0"
              }
            },
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "dev": true,
              "requires": {
                "ms": "2.1.2"
              }
            },
            "globals": {
              "version": "11.12.0",
              "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
              "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
              "dev": true
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
              "dev": true
            },
            "source-map": {
              "version": "0.5.7",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
              "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true
            }
          }
        },
    
        "@babel/plugin-transform-parameters": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.5.tgz",
          "integrity": "sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-property-literals": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.5.tgz",
          "integrity": "sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-regenerator": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.5.tgz",
          "integrity": "sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "regenerator-transform": "^0.14.2"
    
        "@babel/plugin-transform-reserved-words": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz",
          "integrity": "sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==",
          "dev": true,
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-shorthand-properties": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.5.tgz",
          "integrity": "sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-spread": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.5.tgz",
          "integrity": "sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5",
            "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-sticky-regex": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.5.tgz",
          "integrity": "sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-template-literals": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.5.tgz",
          "integrity": "sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-typeof-symbol": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.5.tgz",
          "integrity": "sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==",
          "dev": true,
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
    
        "@babel/plugin-transform-unicode-escapes": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.5.tgz",
          "integrity": "sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/plugin-transform-unicode-regex": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.5.tgz",
          "integrity": "sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/helper-create-regexp-features-plugin": "^7.16.0",
            "@babel/helper-plugin-utils": "^7.16.5"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            }
    
        "@babel/preset-env": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.5.tgz",
          "integrity": "sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==",
          "dev": true,
          "requires": {
            "@babel/compat-data": "^7.16.4",
            "@babel/helper-compilation-targets": "^7.16.3",
            "@babel/helper-plugin-utils": "^7.16.5",
            "@babel/helper-validator-option": "^7.14.5",
            "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.2",
            "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.0",
            "@babel/plugin-proposal-async-generator-functions": "^7.16.5",
            "@babel/plugin-proposal-class-properties": "^7.16.5",
            "@babel/plugin-proposal-class-static-block": "^7.16.5",
            "@babel/plugin-proposal-dynamic-import": "^7.16.5",
            "@babel/plugin-proposal-export-namespace-from": "^7.16.5",
            "@babel/plugin-proposal-json-strings": "^7.16.5",
            "@babel/plugin-proposal-logical-assignment-operators": "^7.16.5",
            "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
            "@babel/plugin-proposal-numeric-separator": "^7.16.5",
            "@babel/plugin-proposal-object-rest-spread": "^7.16.5",
            "@babel/plugin-proposal-optional-catch-binding": "^7.16.5",
            "@babel/plugin-proposal-optional-chaining": "^7.16.5",
            "@babel/plugin-proposal-private-methods": "^7.16.5",
            "@babel/plugin-proposal-private-property-in-object": "^7.16.5",
            "@babel/plugin-proposal-unicode-property-regex": "^7.16.5",
            "@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-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-transform-arrow-functions": "^7.16.5",
            "@babel/plugin-transform-async-to-generator": "^7.16.5",
            "@babel/plugin-transform-block-scoped-functions": "^7.16.5",
            "@babel/plugin-transform-block-scoping": "^7.16.5",
            "@babel/plugin-transform-classes": "^7.16.5",
            "@babel/plugin-transform-computed-properties": "^7.16.5",
            "@babel/plugin-transform-destructuring": "^7.16.5",
            "@babel/plugin-transform-dotall-regex": "^7.16.5",
            "@babel/plugin-transform-duplicate-keys": "^7.16.5",
            "@babel/plugin-transform-exponentiation-operator": "^7.16.5",
            "@babel/plugin-transform-for-of": "^7.16.5",
            "@babel/plugin-transform-function-name": "^7.16.5",
            "@babel/plugin-transform-literals": "^7.16.5",
            "@babel/plugin-transform-member-expression-literals": "^7.16.5",
            "@babel/plugin-transform-modules-amd": "^7.16.5",
            "@babel/plugin-transform-modules-commonjs": "^7.16.5",
            "@babel/plugin-transform-modules-systemjs": "^7.16.5",
            "@babel/plugin-transform-modules-umd": "^7.16.5",
            "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.5",
            "@babel/plugin-transform-new-target": "^7.16.5",
            "@babel/plugin-transform-object-super": "^7.16.5",
            "@babel/plugin-transform-parameters": "^7.16.5",
            "@babel/plugin-transform-property-literals": "^7.16.5",
            "@babel/plugin-transform-regenerator": "^7.16.5",
            "@babel/plugin-transform-reserved-words": "^7.16.5",
            "@babel/plugin-transform-shorthand-properties": "^7.16.5",
            "@babel/plugin-transform-spread": "^7.16.5",
            "@babel/plugin-transform-sticky-regex": "^7.16.5",
            "@babel/plugin-transform-template-literals": "^7.16.5",
            "@babel/plugin-transform-typeof-symbol": "^7.16.5",
            "@babel/plugin-transform-unicode-escapes": "^7.16.5",
            "@babel/plugin-transform-unicode-regex": "^7.16.5",
            "@babel/preset-modules": "^0.1.5",
            "@babel/types": "^7.16.0",
            "babel-plugin-polyfill-corejs2": "^0.3.0",
            "babel-plugin-polyfill-corejs3": "^0.4.0",
            "babel-plugin-polyfill-regenerator": "^0.3.0",
            "core-js-compat": "^3.19.1",
            "semver": "^6.3.0"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
              "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
              "dev": true
            },
            "@babel/helper-validator-identifier": {
              "version": "7.15.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
              "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
              "dev": true
            },
            "@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==",
              "dev": true,
              "requires": {
                "@babel/helper-plugin-utils": "^7.12.13"
              }
            },
            "@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==",
              "dev": true,
              "requires": {
                "@babel/helper-plugin-utils": "^7.14.5"
              }
            },
            "@babel/types": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
              "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.15.7",
                "to-fast-properties": "^2.0.0"
              }
            },
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
              "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
              "dev": true
            }
    
        "@babel/preset-modules": {
          "version": "0.1.5",
          "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
          "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@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/runtime": {
          "version": "7.16.5",
          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz",
          "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "regenerator-runtime": "^0.13.4"
    
        "@babel/template": {
          "version": "7.10.4",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz",
          "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/code-frame": "^7.10.4",
            "@babel/parser": "^7.10.4",
            "@babel/types": "^7.10.4"
    
        "@babel/traverse": {
          "version": "7.12.5",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.5.tgz",
          "integrity": "sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000
            "@babel/code-frame": "^7.10.4",
            "@babel/generator": "^7.12.5",
            "@babel/helper-function-name": "^7.10.4",
            "@babel/helper-split-export-declaration": "^7.11.0",
            "@babel/parser": "^7.12.5",
            "@babel/types": "^7.12.5",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.19"
          },
          "dependencies": {
            "debug": {
              "version": "4.2.0",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
              "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
              "dev": true,
              "requires": {
                "ms": "2.1.2"
              }
            },
            "globals": {
              "version": "11.12.0",
              "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
              "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
              "dev": true
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
              "dev": true
            }
          }
        },
        "@babel/types": {
          "version": "7.12.5",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.5.tgz",
          "integrity": "sha512-gyTcvz7JFa4V45C0Zklv//GmFOAal5fL23OWpBLqc4nZ4Yrz67s4kCNwSK1Gu0MXGTU8mRY3zJYtacLdKXlzig==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.4",
            "lodash": "^4.17.19",
            "to-fast-properties": "^2.0.0"
          }
        },
        "@bcoe/v8-coverage": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
          "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
          "dev": true
        },
        "@cnakazawa/watch": {
          "version": "1.0.4",
          "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
          "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
          "dev": true,
          "requires": {
            "exec-sh": "^0.3.2",
            "minimist": "^1.2.0"
          }
        },
        "@compodoc/compodoc": {
          "version": "1.1.16",
          "resolved": "https://registry.npmjs.org/@compodoc/compodoc/-/compodoc-1.1.16.tgz",
          "integrity": "sha512-4zfjOaumS9E6QwoI8s5LF9B71h7zcLMElFUrElpqT83HGpRKBhzNrkEfdODNlS/ySYYpqwX81yUgQXsOWTRTjg==",
          "dev": true,
          "requires": {
            "@babel/core": "^7.16.0",
            "@babel/preset-env": "^7.16.4",
            "@compodoc/live-server": "^1.2.2",
            "@compodoc/ngd-transformer": "^2.1.0",
            "chalk": "^4.1.2",
            "cheerio": "^1.0.0-rc.10",
            "chokidar": "^3.5.2",
            "colors": "^1.4.0",
            "commander": "^8.3.0",
            "cosmiconfig": "^7.0.1",
            "decache": "^4.6.0",
            "fancy-log": "^1.3.3",
            "findit2": "^2.2.3",
            "fs-extra": "^10.0.0",
            "glob": "^7.2.0",
            "handlebars": "^4.7.7",
            "html-entities": "^2.3.2",
            "i18next": "^21.5.2",
            "inside": "^1.0.0",
            "json5": "^2.2.0",
            "lodash": "^4.17.21",
            "loglevel": "^1.8.0",
            "loglevel-plugin-prefix": "^0.8.4",
            "lunr": "^2.3.9",
            "marked": "^4.0.4",
            "minimist": "^1.2.5",
            "opencollective-postinstall": "^2.0.3",
            "os-name": "4.0.1",
            "pdfmake": "^0.2.4",
            "semver": "^7.3.5",
            "traverse": "^0.6.6",
            "ts-morph": "^13.0.1",
            "uuid": "^8.3.2"
          },
          "dependencies": {
            "@babel/code-frame": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
              "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
              "dev": true,
              "requires": {
                "@babel/highlight": "^7.16.0"
              }
            },
            "@babel/core": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.5.tgz",
              "integrity": "sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.16.0",
                "@babel/generator": "^7.16.5",
                "@babel/helper-compilation-targets": "^7.16.3",
                "@babel/helper-module-transforms": "^7.16.5",
                "@babel/helpers": "^7.16.5",
                "@babel/parser": "^7.16.5",
                "@babel/template": "^7.16.0",
                "@babel/traverse": "^7.16.5",
                "@babel/types": "^7.16.0",
                "convert-source-map": "^1.7.0",
                "debug": "^4.1.0",
                "gensync": "^1.0.0-beta.2",
                "json5": "^2.1.2",
                "semver": "^6.3.0",
                "source-map": "^0.5.0"
              },
              "dependencies": {
                "semver": {
                  "version": "6.3.0",
                  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
                  "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
                  "dev": true
                }
              }
            },
            "@babel/generator": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz",
              "integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.16.0",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz",
              "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==",
              "dev": true,
              "requires": {
                "@babel/helper-get-function-arity": "^7.16.0",
                "@babel/template": "^7.16.0",
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz",
              "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/helper-module-imports": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
              "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/helper-module-transforms": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz",
              "integrity": "sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==",
              "dev": true,
              "requires": {
                "@babel/helper-environment-visitor": "^7.16.5",
                "@babel/helper-module-imports": "^7.16.0",
                "@babel/helper-simple-access": "^7.16.0",
                "@babel/helper-split-export-declaration": "^7.16.0",
                "@babel/helper-validator-identifier": "^7.15.7",
                "@babel/template": "^7.16.0",
                "@babel/traverse": "^7.16.5",
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/helper-simple-access": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz",
              "integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/helper-split-export-declaration": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz",
              "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/helper-validator-identifier": {
              "version": "7.15.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
              "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
              "dev": true
            },
            "@babel/helpers": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.5.tgz",
              "integrity": "sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==",
              "dev": true,
              "requires": {
                "@babel/template": "^7.16.0",
                "@babel/traverse": "^7.16.5",
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/highlight": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
              "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.15.7",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              },
              "dependencies": {
                "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,
                  "requires": {
                    "ansi-styles": "^3.2.1",
                    "escape-string-regexp": "^1.0.5",
                    "supports-color": "^5.3.0"
                  }
                }
              }
            },
            "@babel/parser": {
              "version": "7.16.6",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
              "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==",
              "dev": true
            },
            "@babel/template": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz",
              "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.16.0",
                "@babel/parser": "^7.16.0",
                "@babel/types": "^7.16.0"
              }
            },
            "@babel/traverse": {
              "version": "7.16.5",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz",
              "integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.16.0",
                "@babel/generator": "^7.16.5",
                "@babel/helper-environment-visitor": "^7.16.5",
                "@babel/helper-function-name": "^7.16.0",
                "@babel/helper-hoist-variables": "^7.16.0",
                "@babel/helper-split-export-declaration": "^7.16.0",
                "@babel/parser": "^7.16.5",
                "@babel/types": "^7.16.0",
                "debug": "^4.1.0",
                "globals": "^11.1.0"
              }
            },
            "@babel/types": {
              "version": "7.16.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
              "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.15.7",
                "to-fast-properties": "^2.0.0"
              }
            },
            "anymatch": {
              "version": "3.1.2",
              "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
              "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
              "dev": true,
              "requires": {
                "normalize-path": "^3.0.0",
                "picomatch": "^2.0.4"
              }
            },
            "chalk": {
              "version": "4.1.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              },
              "dependencies": {
                "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,
                  "requires": {
                    "color-convert": "^2.0.1"
                  }
                },
                "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,
                  "requires": {
                    "has-flag": "^4.0.0"
                  }
                }
              }
            },
            "chokidar": {
              "version": "3.5.2",
              "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
              "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
              "dev": true,
              "requires": {
                "anymatch": "~3.1.2",
                "braces": "~3.0.2",
                "fsevents": "~2.3.2",
                "glob-parent": "~5.1.2",
                "is-binary-path": "~2.1.0",
                "is-glob": "~4.0.1",
                "normalize-path": "~3.0.0",
                "readdirp": "~3.6.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "dev": true,
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
              "dev": true
            },
            "commander": {
              "version": "8.3.0",
              "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
              "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
              "dev": true
            },
            "cosmiconfig": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
              "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
              "dev": true,
              "requires": {
                "@types/parse-json": "^4.0.0",
                "import-fresh": "^3.2.1",
                "parse-json": "^5.0.0",
                "path-type": "^4.0.0",
                "yaml": "^1.10.0"
              }
            },
            "cross-spawn": {
              "version": "7.0.3",
              "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
              "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
              "dev": true,
              "requires": {
                "path-key": "^3.1.0",
                "shebang-command": "^2.0.0",
                "which": "^2.0.1"
              }
            },
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "dev": true,
              "requires": {
                "ms": "2.1.2"
              }
            },
            "execa": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
              "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
              "dev": true,
              "requires": {
                "cross-spawn": "^7.0.0",
                "get-stream": "^5.0.0",
                "human-signals": "^1.1.1",
                "is-stream": "^2.0.0",
                "merge-stream": "^2.0.0",
                "npm-run-path": "^4.0.0",
                "onetime": "^5.1.0",
                "signal-exit": "^3.0.2",
                "strip-final-newline": "^2.0.0"
              }
            },
            "fs-extra": {
              "version": "10.0.0",
              "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
              "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
              "dev": true,
              "requires": {
                "graceful-fs": "^4.2.0",
                "jsonfile": "^6.0.1",
                "universalify": "^2.0.0"
              }
            },
            "fsevents": {
              "version": "2.3.2",
              "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
              "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
              "dev": true,
              "optional": true
            },
            "get-stream": {
              "version": "5.2.0",
              "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
              "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
              "dev": true,
              "requires": {
                "pump": "^3.0.0"
              }
            },
            "glob": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
              "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
              "dev": true,
              "requires": {
                "fs.realpath": "^1.0.0",
                "inflight": "^1.0.4",
                "inherits": "2",
                "minimatch": "^3.0.4",
                "once": "^1.3.0",