Skip to content
Snippets Groups Projects
package-lock.json 722 KiB
Newer Older
  • Learn to ignore specific revisions
  • DD Liu's avatar
    DD Liu committed
    {
      "name": "scratch-gui",
      "version": "0.1.0",
      "lockfileVersion": 1,
      "requires": true,
      "dependencies": {
        "@babel/cli": {
    
          "version": "7.14.8",
          "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.8.tgz",
          "integrity": "sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
    
            "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.2",
    
            "commander": "^4.0.1",
    
    DD Liu's avatar
    DD Liu committed
            "convert-source-map": "^1.1.0",
            "fs-readdir-recursive": "^1.1.0",
            "glob": "^7.0.0",
    
            "make-dir": "^2.1.0",
    
    DD Liu's avatar
    DD Liu committed
            "slash": "^2.0.0",
            "source-map": "^0.5.0"
    
    DD Liu's avatar
    DD Liu committed
          },
          "dependencies": {
    
              "version": "3.1.2",
              "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
              "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
    
              "optional": true,
              "requires": {
                "normalize-path": "^3.0.0",
                "picomatch": "^2.0.4"
              }
            },
            "binary-extensions": {
    
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
              "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
    
              "optional": true
            },
            "braces": {
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
              "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
              "optional": true,
              "requires": {
                "fill-range": "^7.0.1"
              }
            },
            "chokidar": {
    
              "version": "3.5.2",
              "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
              "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
    
                "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",
    
            "commander": {
              "version": "4.1.1",
              "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
    
              "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
    
            },
            "fill-range": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
              "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
              "optional": true,
              "requires": {
                "to-regex-range": "^5.0.1"
              }
            },
            "fsevents": {
    
              "version": "2.3.2",
              "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
              "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
    
              "version": "5.1.2",
              "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
              "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
    
              "optional": true,
              "requires": {
                "is-glob": "^4.0.1"
              }
            },
            "is-binary-path": {
              "version": "2.1.0",
              "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
              "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
              "optional": true,
              "requires": {
                "binary-extensions": "^2.0.0"
              }
            },
            "is-number": {
              "version": "7.0.0",
              "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
              "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
              "optional": true
            },
            "readdirp": {
    
              "version": "3.6.0",
              "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
              "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
    
              "optional": true,
              "requires": {
                "picomatch": "^2.2.1"
              }
            },
            "to-regex-range": {
              "version": "5.0.1",
              "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
              "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
              "optional": true,
              "requires": {
                "is-number": "^7.0.0"
              }
    
    DD Liu's avatar
    DD Liu committed
            }
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/code-frame": {
          "version": "7.5.5",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
          "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
            "@babel/highlight": "^7.0.0"
          }
        },
    
        "@babel/compat-data": {
    
          "version": "7.14.7",
          "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.7.tgz",
    
          "integrity": "sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw=="
    
    DD Liu's avatar
    DD Liu committed
        "@babel/core": {
    
          "version": "7.14.8",
          "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz",
          "integrity": "sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==",
    
            "@babel/code-frame": "^7.14.5",
    
            "@babel/helper-compilation-targets": "^7.14.5",
    
            "@babel/helper-module-transforms": "^7.14.8",
            "@babel/helpers": "^7.14.8",
            "@babel/parser": "^7.14.8",
    
            "@babel/traverse": "^7.14.8",
            "@babel/types": "^7.14.8",
    
            "convert-source-map": "^1.7.0",
    
    DD Liu's avatar
    DD Liu committed
            "debug": "^4.1.0",
    
    DD Liu's avatar
    DD Liu committed
            "source-map": "^0.5.0"
          },
          "dependencies": {
    
            "@babel/code-frame": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
              "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.8.tgz",
              "integrity": "sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==",
    
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz",
              "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==",
    
                "@babel/helper-get-function-arity": "^7.14.5",
                "@babel/template": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              }
            },
            "@babel/helper-get-function-arity": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
              "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
    
            "@babel/helper-module-transforms": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz",
              "integrity": "sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==",
              "requires": {
                "@babel/helper-module-imports": "^7.14.5",
                "@babel/helper-replace-supers": "^7.14.5",
                "@babel/helper-simple-access": "^7.14.8",
                "@babel/helper-split-export-declaration": "^7.14.5",
                "@babel/helper-validator-identifier": "^7.14.8",
                "@babel/template": "^7.14.5",
                "@babel/traverse": "^7.14.8",
                "@babel/types": "^7.14.8"
              },
              "dependencies": {
                "@babel/helper-validator-identifier": {
                  "version": "7.14.8",
                  "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
                  "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow=="
                }
              }
            },
            "@babel/helper-simple-access": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz",
              "integrity": "sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==",
              "requires": {
                "@babel/types": "^7.14.8"
              }
            },
    
            "@babel/helper-split-export-declaration": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
              "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
              "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz",
              "integrity": "sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA=="
    
            },
            "@babel/template": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
              "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
    
                "@babel/code-frame": "^7.14.5",
                "@babel/parser": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.8.tgz",
              "integrity": "sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==",
    
              "requires": {
                "@babel/code-frame": "^7.14.5",
    
                "@babel/helper-function-name": "^7.14.5",
                "@babel/helper-hoist-variables": "^7.14.5",
                "@babel/helper-split-export-declaration": "^7.14.5",
    
                "@babel/parser": "^7.14.8",
                "@babel/types": "^7.14.8",
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
                "to-fast-properties": "^2.0.0"
    
              },
              "dependencies": {
                "@babel/helper-validator-identifier": {
                  "version": "7.14.8",
                  "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
                  "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow=="
                }
    
              }
            },
            "convert-source-map": {
    
              "version": "1.8.0",
              "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
              "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
    
              "requires": {
                "safe-buffer": "~5.1.1"
              }
            },
    
    DD Liu's avatar
    DD Liu committed
            "debug": {
    
              "version": "4.3.2",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
              "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
    
    DD Liu's avatar
    DD Liu committed
              "requires": {
    
    DD Liu's avatar
    DD Liu committed
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
    
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
    
              "version": "6.3.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
              "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
    
    DD Liu's avatar
    DD Liu committed
            }
          }
        },
        "@babel/generator": {
    
    DD Liu's avatar
    DD Liu committed
          "version": "7.6.4",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz",
          "integrity": "sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
    
    DD Liu's avatar
    DD Liu committed
            "@babel/types": "^7.6.3",
    
    DD Liu's avatar
    DD Liu committed
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
    
            "source-map": "^0.5.0"
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-annotate-as-pure": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz",
          "integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
            "@babel/helper-validator-identifier": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
              "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==",
              "dev": true
            },
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-builder-binary-assignment-operator-visitor": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz",
          "integrity": "sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
            "@babel/helper-explode-assignable-expression": "^7.14.5",
            "@babel/types": "^7.14.5"
    
            "@babel/helper-validator-identifier": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
              "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==",
              "dev": true
            },
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
                "to-fast-properties": "^2.0.0"
              }
            }
    
        "@babel/helper-compilation-targets": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz",
          "integrity": "sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==",
    
            "@babel/compat-data": "^7.14.5",
            "@babel/helper-validator-option": "^7.14.5",
            "browserslist": "^4.16.6",
    
              "version": "4.16.6",
              "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz",
              "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==",
    
                "electron-to-chromium": "^1.3.723",
    
              "version": "1.0.30001239",
              "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001239.tgz",
    
              "integrity": "sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ=="
    
            },
            "colorette": {
              "version": "1.2.2",
              "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
    
              "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w=="
    
              "version": "1.3.753",
              "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.753.tgz",
    
              "integrity": "sha512-LBJJ4qnuveWMqnwP0fP+bSl+QIxeToqBH8Bb0qVkz6YnfOZQpOW/FlkxuPn0u/zh+py6Y7x6L4qsl5aBjE9Djw=="
    
              "version": "1.1.73",
              "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz",
    
              "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg=="
    
              "version": "6.3.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
    
              "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
    
        "@babel/helper-create-class-features-plugin": {
    
          "version": "7.14.8",
          "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz",
          "integrity": "sha512-bpYvH8zJBWzeqi1o+co8qOrw+EXzQ/0c74gVmY205AWXy9nifHrOg77y+1zwxX5lXE7Icq4sPlSQ4O2kWBrteQ==",
    
            "@babel/helper-annotate-as-pure": "^7.14.5",
            "@babel/helper-function-name": "^7.14.5",
    
            "@babel/helper-member-expression-to-functions": "^7.14.7",
    
            "@babel/helper-optimise-call-expression": "^7.14.5",
            "@babel/helper-replace-supers": "^7.14.5",
            "@babel/helper-split-export-declaration": "^7.14.5"
    
          },
          "dependencies": {
            "@babel/code-frame": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
              "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
    
            "@babel/helper-function-name": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz",
              "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==",
    
                "@babel/helper-get-function-arity": "^7.14.5",
                "@babel/template": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              }
            },
            "@babel/helper-get-function-arity": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
              "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
    
            "@babel/helper-member-expression-to-functions": {
              "version": "7.14.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz",
              "integrity": "sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.14.5"
              }
            },
    
            "@babel/helper-split-export-declaration": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
              "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
    
            "@babel/helper-validator-identifier": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
              "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==",
              "dev": true
            },
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
              "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz",
              "integrity": "sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==",
    
              "dev": true
            },
            "@babel/template": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
              "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
    
                "@babel/code-frame": "^7.14.5",
                "@babel/parser": "^7.14.5",
                "@babel/types": "^7.14.5"
              }
            },
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
        "@babel/helper-create-regexp-features-plugin": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz",
          "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",
    
            "@babel/helper-annotate-as-pure": "^7.14.5",
    
          }
        },
        "@babel/helper-define-polyfill-provider": {
    
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",
          "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
    
            "@babel/helper-compilation-targets": "^7.13.0",
            "@babel/helper-module-imports": "^7.12.13",
            "@babel/helper-plugin-utils": "^7.13.0",
            "@babel/traverse": "^7.13.0",
    
            "debug": "^4.1.1",
            "lodash.debounce": "^4.0.8",
            "resolve": "^1.14.2",
            "semver": "^6.1.2"
          },
          "dependencies": {
            "@babel/code-frame": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
              "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.8.tgz",
              "integrity": "sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==",
    
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz",
              "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==",
    
                "@babel/helper-get-function-arity": "^7.14.5",
                "@babel/template": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
              "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz",
              "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==",
    
              "dev": true
            },
            "@babel/helper-split-export-declaration": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
              "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
              "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz",
              "integrity": "sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
              "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
    
                "@babel/code-frame": "^7.14.5",
                "@babel/parser": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.8.tgz",
              "integrity": "sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==",
    
                "@babel/helper-function-name": "^7.14.5",
                "@babel/helper-hoist-variables": "^7.14.5",
                "@babel/helper-split-export-declaration": "^7.14.5",
    
                "@babel/parser": "^7.14.8",
                "@babel/types": "^7.14.8",
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
                "to-fast-properties": "^2.0.0"
    
              },
              "dependencies": {
                "@babel/helper-validator-identifier": {
                  "version": "7.14.8",
                  "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
                  "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==",
                  "dev": true
                }
    
              "version": "4.3.2",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
              "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
    
              "dev": true,
              "requires": {
                "ms": "2.1.2"
              }
            },
            "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
            },
            "resolve": {
              "version": "1.20.0",
              "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
              "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
              "dev": true,
              "requires": {
                "is-core-module": "^2.2.0",
                "path-parse": "^1.0.6"
              }
            },
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
              "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
              "dev": true
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-explode-assignable-expression": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz",
          "integrity": "sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
            "@babel/helper-validator-identifier": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
              "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==",
              "dev": true
            },
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
                "to-fast-properties": "^2.0.0"
              }
            }
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-function-name": {
    
    DD Liu's avatar
    DD Liu committed
          "version": "7.1.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
          "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
    
    DD Liu's avatar
    DD Liu committed
            "@babel/helper-get-function-arity": "^7.0.0",
            "@babel/template": "^7.1.0",
            "@babel/types": "^7.0.0"
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-get-function-arity": {
    
    DD Liu's avatar
    DD Liu committed
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
          "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
    
    DD Liu's avatar
    DD Liu committed
            "@babel/types": "^7.0.0"
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-hoist-variables": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz",
          "integrity": "sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
    
            "@babel/helper-validator-identifier": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz",
    
              "integrity": "sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg=="
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz",
              "integrity": "sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
                "to-fast-properties": "^2.0.0"
              }
            }
    
        "@babel/helper-member-expression-to-functions": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz",
          "integrity": "sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz",
              "integrity": "sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz",
          "integrity": "sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==",
    
            "@babel/helper-validator-identifier": {
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
    
              "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow=="
    
              "version": "7.14.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
              "integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
    
                "@babel/helper-validator-identifier": "^7.14.8",
    
                "to-fast-properties": "^2.0.0"
              }
            }
          }
        },
        "@babel/helper-module-transforms": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz",
          "integrity": "sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==",
    
            "@babel/helper-module-imports": "^7.14.5",
            "@babel/helper-replace-supers": "^7.14.5",
            "@babel/helper-simple-access": "^7.14.5",
            "@babel/helper-split-export-declaration": "^7.14.5",
            "@babel/helper-validator-identifier": "^7.14.5",
            "@babel/template": "^7.14.5",
            "@babel/traverse": "^7.14.5",
            "@babel/types": "^7.14.5"
    
          },
          "dependencies": {
            "@babel/code-frame": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
              "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.5.tgz",
              "integrity": "sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==",
    
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz",
              "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==",
    
                "@babel/helper-get-function-arity": "^7.14.5",
                "@babel/template": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              }
            },
            "@babel/helper-get-function-arity": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
              "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz",
              "integrity": "sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==",
    
            "@babel/helper-split-export-declaration": {
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
              "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
              "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.14.6",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.6.tgz",
    
              "integrity": "sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==",
              "dev": true
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
              "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
    
                "@babel/code-frame": "^7.14.5",
                "@babel/parser": "^7.14.5",
                "@babel/types": "^7.14.5"
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.5.tgz",
              "integrity": "sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==",
    
              "requires": {
                "@babel/code-frame": "^7.14.5",
                "@babel/generator": "^7.14.5",
                "@babel/helper-function-name": "^7.14.5",
                "@babel/helper-hoist-variables": "^7.14.5",
                "@babel/helper-split-export-declaration": "^7.14.5",
                "@babel/parser": "^7.14.5",
                "@babel/types": "^7.14.5",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz",
              "integrity": "sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",
    
                "to-fast-properties": "^2.0.0"
              }
            },
            "debug": {
              "version": "4.3.1",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
              "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
    
              "requires": {
                "ms": "2.1.2"
              }
            },
            "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/helper-optimise-call-expression": {
    
          "version": "7.14.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz",
          "integrity": "sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==",
    
              "version": "7.14.5",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz",
              "integrity": "sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==",
    
                "@babel/helper-validator-identifier": "^7.14.5",