Skip to content
Snippets Groups Projects
package-lock.json 696 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.13.10",
          "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.10.tgz",
          "integrity": "sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==",
    
    DD Liu's avatar
    DD Liu committed
          "requires": {
    
            "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents",
    
            "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": {
    
            "anymatch": {
              "version": "3.1.1",
              "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
              "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
              "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.1",
              "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
              "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
    
              "optional": true,
              "requires": {
                "anymatch": "~3.1.1",
                "braces": "~3.0.2",
    
                "glob-parent": "~5.1.0",
                "is-binary-path": "~2.1.0",
                "is-glob": "~4.0.1",
                "normalize-path": "~3.0.0",
                "readdirp": "~3.5.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.5.0",
              "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
              "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
              "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.13.8",
          "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.8.tgz",
    
          "integrity": "sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog=="
    
    DD Liu's avatar
    DD Liu committed
        "@babel/core": {
    
          "version": "7.13.10",
          "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.10.tgz",
          "integrity": "sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==",
    
          "requires": {
            "@babel/code-frame": "^7.12.13",
    
            "@babel/generator": "^7.13.9",
            "@babel/helper-compilation-targets": "^7.13.10",
    
            "@babel/helper-module-transforms": "^7.13.0",
    
            "@babel/helpers": "^7.13.10",
            "@babel/parser": "^7.13.10",
    
            "@babel/traverse": "^7.13.0",
            "@babel/types": "^7.13.0",
    
            "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.12.13",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
              "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
    
              "version": "7.13.9",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.9.tgz",
              "integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==",
    
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
    
            "@babel/helper-compilation-targets": {
    
              "version": "7.13.10",
              "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz",
              "integrity": "sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==",
    
              "requires": {
                "@babel/compat-data": "^7.13.8",
                "@babel/helper-validator-option": "^7.12.17",
                "browserslist": "^4.14.5",
                "semver": "^6.3.0"
              }
            },
    
            "@babel/helper-function-name": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
              "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
    
                "@babel/helper-get-function-arity": "^7.12.13",
                "@babel/template": "^7.12.13",
                "@babel/types": "^7.12.13"
    
              }
            },
            "@babel/helper-get-function-arity": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
              "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
    
            "@babel/helper-split-export-declaration": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
              "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
    
              "version": "7.13.10",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz",
              "integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.13.11",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.11.tgz",
              "integrity": "sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q=="
    
            },
            "@babel/template": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
              "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
    
                "@babel/code-frame": "^7.12.13",
                "@babel/parser": "^7.12.13",
                "@babel/types": "^7.12.13"
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.0.tgz",
              "integrity": "sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==",
    
                "@babel/code-frame": "^7.12.13",
    
                "@babel/helper-function-name": "^7.12.13",
                "@babel/helper-split-export-declaration": "^7.12.13",
    
                "@babel/parser": "^7.13.0",
                "@babel/types": "^7.13.0",
    
                "debug": "^4.1.0",
                "globals": "^11.1.0",
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "to-fast-properties": "^2.0.0"
              }
            },
    
            "browserslist": {
              "version": "4.16.3",
              "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz",
              "integrity": "sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==",
              "requires": {
                "caniuse-lite": "^1.0.30001181",
                "colorette": "^1.2.1",
                "electron-to-chromium": "^1.3.649",
                "escalade": "^3.1.1",
                "node-releases": "^1.1.70"
              }
            },
            "caniuse-lite": {
    
              "version": "1.0.30001202",
              "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001202.tgz",
              "integrity": "sha512-ZcijQNqrcF8JNLjzvEiXqX4JUYxoZa7Pvcsd9UD8Kz4TvhTonOSNRsK+qtvpVL4l6+T1Rh4LFtLfnNWg6BGWCQ=="
    
            "convert-source-map": {
              "version": "1.7.0",
              "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
              "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
              "requires": {
                "safe-buffer": "~5.1.1"
              }
            },
    
    DD Liu's avatar
    DD Liu committed
            "debug": {
    
              "version": "4.3.1",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
              "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
    
    DD Liu's avatar
    DD Liu committed
              "requires": {
    
              "version": "1.3.689",
              "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.689.tgz",
              "integrity": "sha512-WCn+ZaU3V8WttlLNSOGOAlR2XpxibGre7slwGrYBB6oTjYPgP29LNDGG6wLvLTMseLdE+G1vno7PfY7JyDV48g=="
    
    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=="
    
            "node-releases": {
              "version": "1.1.71",
              "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.71.tgz",
              "integrity": "sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg=="
            },
    
              "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.10.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
          "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
            "@babel/types": "^7.10.4"
          },
          "dependencies": {
            "@babel/helper-validator-identifier": {
              "version": "7.10.4",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
              "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==",
              "dev": true
            },
            "@babel/types": {
              "version": "7.10.4",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz",
              "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==",
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.10.4",
                "lodash": "^4.17.13",
                "to-fast-properties": "^2.0.0"
              }
            }
    
    DD Liu's avatar
    DD Liu committed
          }
        },
        "@babel/helper-builder-binary-assignment-operator-visitor": {
    
          "version": "7.12.13",
          "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz",
          "integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
            "@babel/helper-explode-assignable-expression": "^7.12.13",
            "@babel/types": "^7.12.13"
    
          },
          "dependencies": {
            "@babel/types": {
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "to-fast-properties": "^2.0.0"
              }
            }
    
        "@babel/helper-compilation-targets": {
    
          "version": "7.13.8",
          "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz",
          "integrity": "sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==",
    
            "@babel/helper-validator-option": "^7.12.17",
    
              "version": "4.16.3",
              "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz",
              "integrity": "sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==",
    
              "version": "1.0.30001194",
              "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001194.tgz",
              "integrity": "sha512-iDUOH+oFeBYk5XawYsPtsx/8fFpndAPUQJC7gBTfxHM8xw5nOZv7ceAD4frS1MKCLUac7QL5wdAJiFQlDRjXlA==",
    
              "version": "1.3.677",
              "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.677.tgz",
              "integrity": "sha512-Tcmk+oKQgpjcM+KYanlkd76ZtpzalkpUULnlJDP6vjHtR7UU564IM9Qv5DxqHZNBQjzXm6mkn7Y8bw2OoE3FmQ==",
    
              "version": "1.1.71",
              "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.71.tgz",
              "integrity": "sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==",
    
              "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.13.8",
          "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz",
          "integrity": "sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w==",
    
            "@babel/helper-function-name": "^7.12.13",
    
            "@babel/helper-member-expression-to-functions": "^7.13.0",
    
            "@babel/helper-optimise-call-expression": "^7.12.13",
    
            "@babel/helper-replace-supers": "^7.13.0",
    
            "@babel/helper-split-export-declaration": "^7.12.13"
    
          },
          "dependencies": {
            "@babel/code-frame": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
              "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
    
            "@babel/helper-function-name": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
              "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
    
                "@babel/helper-get-function-arity": "^7.12.13",
                "@babel/template": "^7.12.13",
                "@babel/types": "^7.12.13"
    
              }
            },
            "@babel/helper-get-function-arity": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
              "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
    
            "@babel/helper-split-export-declaration": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
              "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
    
              "version": "7.13.8",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz",
              "integrity": "sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.13.9",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.9.tgz",
              "integrity": "sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==",
    
              "dev": true
            },
            "@babel/template": {
    
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
              "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
    
                "@babel/code-frame": "^7.12.13",
                "@babel/parser": "^7.12.13",
                "@babel/types": "^7.12.13"
              }
            },
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
        "@babel/helper-create-regexp-features-plugin": {
    
          "version": "7.12.17",
          "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz",
          "integrity": "sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==",
    
            "@babel/helper-annotate-as-pure": "^7.12.13",
    
            "@babel/helper-annotate-as-pure": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz",
              "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==",
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.12.11",
                "lodash": "^4.17.19",
                "to-fast-properties": "^2.0.0"
              }
            }
          }
        },
        "@babel/helper-define-polyfill-provider": {
    
          "version": "0.1.5",
          "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz",
          "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==",
    
            "@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.12.13",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
              "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
              "dev": true,
              "requires": {
                "@babel/highlight": "^7.12.13"
              }
            },
            "@babel/generator": {
    
              "version": "7.13.9",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.9.tgz",
              "integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==",
    
              "dev": true,
              "requires": {
                "@babel/types": "^7.13.0",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
              "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
              "dev": true,
              "requires": {
                "@babel/helper-get-function-arity": "^7.12.13",
                "@babel/template": "^7.12.13",
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
              "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/helper-plugin-utils": {
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz",
              "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==",
              "dev": true
            },
            "@babel/helper-split-export-declaration": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
              "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/highlight": {
    
              "version": "7.13.8",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz",
              "integrity": "sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==",
    
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.12.11",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.13.9",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.9.tgz",
              "integrity": "sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==",
    
              "dev": true
            },
            "@babel/template": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
              "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.12.13",
                "@babel/parser": "^7.12.13",
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/traverse": {
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.0.tgz",
              "integrity": "sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.12.13",
                "@babel/generator": "^7.13.0",
                "@babel/helper-function-name": "^7.12.13",
                "@babel/helper-split-export-declaration": "^7.12.13",
                "@babel/parser": "^7.13.0",
                "@babel/types": "^7.13.0",
                "debug": "^4.1.0",
                "globals": "^11.1.0",
                "lodash": "^4.17.19"
              }
            },
            "@babel/types": {
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "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==",
              "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.13.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz",
          "integrity": "sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
          },
          "dependencies": {
            "@babel/types": {
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "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.13.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz",
          "integrity": "sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==",
    
    DD Liu's avatar
    DD Liu committed
          "dev": true,
          "requires": {
    
            "@babel/traverse": "^7.13.0",
            "@babel/types": "^7.13.0"
    
            "@babel/code-frame": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
              "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
              "dev": true,
              "requires": {
                "@babel/highlight": "^7.12.13"
              }
            },
            "@babel/generator": {
    
              "version": "7.13.9",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.9.tgz",
              "integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==",
    
              "dev": true,
              "requires": {
                "@babel/types": "^7.13.0",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
              "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
              "dev": true,
              "requires": {
                "@babel/helper-get-function-arity": "^7.12.13",
                "@babel/template": "^7.12.13",
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
              "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/helper-split-export-declaration": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
              "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
              "dev": true,
              "requires": {
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/highlight": {
    
              "version": "7.13.8",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz",
              "integrity": "sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==",
    
              "dev": true,
              "requires": {
                "@babel/helper-validator-identifier": "^7.12.11",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
    
              "version": "7.13.9",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.9.tgz",
              "integrity": "sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==",
    
              "dev": true
            },
            "@babel/template": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
              "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.12.13",
                "@babel/parser": "^7.12.13",
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/traverse": {
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.0.tgz",
              "integrity": "sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==",
              "dev": true,
              "requires": {
                "@babel/code-frame": "^7.12.13",
                "@babel/generator": "^7.13.0",
                "@babel/helper-function-name": "^7.12.13",
                "@babel/helper-split-export-declaration": "^7.12.13",
                "@babel/parser": "^7.13.0",
                "@babel/types": "^7.13.0",
                "debug": "^4.1.0",
                "globals": "^11.1.0",
                "lodash": "^4.17.19"
              }
            },
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
                "@babel/helper-validator-identifier": "^7.12.11",
    
                "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==",
              "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
    
        "@babel/helper-member-expression-to-functions": {
    
          "version": "7.13.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz",
          "integrity": "sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==",
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz",
              "integrity": "sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==",
    
              "requires": {
                "@babel/helper-validator-identifier": "^7.12.11",
                "lodash": "^4.17.19",
                "to-fast-properties": "^2.0.0"
              }
            }
          }
        },
    
          "version": "7.12.13",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz",
          "integrity": "sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==",
    
            "@babel/helper-validator-identifier": {
              "version": "7.12.11",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
    
              "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
            },
            "@babel/types": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz",
              "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.12.11",
                "lodash": "^4.17.19",
                "to-fast-properties": "^2.0.0"
              }
            }
          }
        },
        "@babel/helper-module-transforms": {
    
          "version": "7.13.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz",
          "integrity": "sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==",
    
          "requires": {
            "@babel/helper-module-imports": "^7.12.13",
    
            "@babel/helper-replace-supers": "^7.13.0",
    
            "@babel/helper-simple-access": "^7.12.13",
            "@babel/helper-split-export-declaration": "^7.12.13",
            "@babel/helper-validator-identifier": "^7.12.11",
            "@babel/template": "^7.12.13",
    
            "@babel/traverse": "^7.13.0",
            "@babel/types": "^7.13.0",
    
            "lodash": "^4.17.19"
          },
          "dependencies": {
            "@babel/code-frame": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
              "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
              "requires": {
                "@babel/highlight": "^7.12.13"
              }
            },
            "@babel/generator": {
    
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.0.tgz",
              "integrity": "sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw==",
    
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
              "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
              "requires": {
                "@babel/helper-get-function-arity": "^7.12.13",
                "@babel/template": "^7.12.13",
                "@babel/types": "^7.12.13"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.12.13",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
              "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
              "requires": {
                "@babel/types": "^7.12.13"
              }
            },
    
            "@babel/helper-member-expression-to-functions": {
              "version": "7.13.0",
              "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz",