Skip to content
Snippets Groups Projects
package-lock.json 1.14 MiB
Newer Older
Omar Elkadi's avatar
Omar Elkadi committed
17001 17002 17003 17004 17005 17006 17007 17008 17009 17010 17011 17012 17013 17014 17015 17016 17017 17018 17019 17020 17021 17022 17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 17033 17034 17035 17036 17037 17038 17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 17054 17055 17056 17057 17058 17059 17060 17061 17062 17063 17064 17065 17066 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 17081 17082 17083 17084 17085 17086 17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 17108 17109 17110 17111 17112 17113 17114 17115 17116 17117 17118 17119 17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 17132 17133 17134 17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 17145 17146 17147 17148 17149 17150 17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 17162 17163 17164 17165 17166 17167 17168 17169 17170 17171 17172 17173 17174 17175 17176 17177 17178 17179 17180 17181 17182 17183 17184 17185 17186 17187 17188 17189 17190 17191 17192 17193 17194 17195 17196 17197 17198 17199 17200 17201 17202 17203 17204 17205 17206 17207 17208 17209 17210 17211 17212 17213 17214 17215 17216 17217 17218 17219 17220 17221 17222 17223 17224 17225 17226 17227 17228 17229 17230 17231 17232 17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 17244 17245 17246 17247 17248 17249 17250 17251 17252 17253 17254 17255 17256 17257 17258 17259 17260 17261 17262 17263 17264 17265 17266 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276 17277 17278 17279 17280 17281 17282 17283 17284 17285 17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 17300 17301 17302 17303 17304 17305 17306 17307 17308 17309 17310 17311 17312 17313 17314 17315 17316 17317 17318 17319 17320 17321 17322 17323 17324 17325 17326 17327 17328 17329 17330 17331 17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 17342 17343 17344 17345 17346 17347 17348 17349 17350 17351 17352 17353 17354 17355 17356 17357 17358 17359 17360 17361 17362 17363 17364 17365 17366 17367 17368 17369 17370 17371 17372 17373 17374
      "requires": {
        "@babel/helper-module-transforms": "^7.13.0",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-simple-access": "^7.12.13",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
      "version": "7.13.8",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.13.8.tgz?cache=0&sync_timestamp=1614383149112&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-modules-systemjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-systemjs-7.13.8.tgz",
      "integrity": "sha1-bQZu4r/zx7PWC/KN7Baa2ZODGuM=",
      "dev": true,
      "requires": {
        "@babel/helper-hoist-variables": "^7.13.0",
        "@babel/helper-module-transforms": "^7.13.0",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-validator-identifier": "^7.12.11",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      }
    },
    "@babel/plugin-transform-modules-umd": {
      "version": "7.13.0",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz",
      "integrity": "sha1-ij2WqX0ZlwW5/QIVgAgq+BwG5ws=",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.13.0",
        "@babel/helper-plugin-utils": "^7.13.0"
      }
    },
    "@babel/plugin-transform-named-capturing-groups-regex": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz?cache=0&sync_timestamp=1612314730683&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.12.13.tgz",
      "integrity": "sha1-IhNyWl9bu+NktQw7pZmMlZnFydk=",
      "dev": true,
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "^7.12.13"
      }
    },
    "@babel/plugin-transform-new-target": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz?cache=0&sync_timestamp=1612314725988&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-new-target%2Fdownload%2F%40babel%2Fplugin-transform-new-target-7.12.13.tgz",
      "integrity": "sha1-4i2MOvJLFQ3VKMvW5oXnmb8cNRw=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-object-super": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz?cache=0&sync_timestamp=1612314740228&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-object-super%2Fdownload%2F%40babel%2Fplugin-transform-object-super-7.12.13.tgz",
      "integrity": "sha1-tEFqLWO4974xTz00m9VanBtRcfc=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13",
        "@babel/helper-replace-supers": "^7.12.13"
      }
    },
    "@babel/plugin-transform-parameters": {
      "version": "7.13.0",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz",
      "integrity": "sha1-j6dgPjCX+cC3yhpIIbwvtS6eUAc=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
      }
    },
    "@babel/plugin-transform-property-literals": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz?cache=0&sync_timestamp=1612314726170&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-property-literals%2Fdownload%2F%40babel%2Fplugin-transform-property-literals-7.12.13.tgz",
      "integrity": "sha1-TmqeN4ZNjxs7wOLc57+IV9uLGoE=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-regenerator": {
      "version": "7.13.15",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.13.15.tgz",
      "integrity": "sha1-5esolFv4tlY+f4GJRflmqNKZfzk=",
      "dev": true,
      "requires": {
        "regenerator-transform": "^0.14.2"
      }
    },
    "@babel/plugin-transform-reserved-words": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz?cache=0&sync_timestamp=1612314730815&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-reserved-words%2Fdownload%2F%40babel%2Fplugin-transform-reserved-words-7.12.13.tgz",
      "integrity": "sha1-fZmI1PBuD+aX6h2YAxiKoYtHJpU=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-runtime": {
      "version": "7.13.15",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.13.15.tgz",
      "integrity": "sha1-Lt31hd0Ga4QQJRfhCld/JPdqnNc=",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.13.12",
        "@babel/helper-plugin-utils": "^7.13.0",
        "babel-plugin-polyfill-corejs2": "^0.2.0",
        "babel-plugin-polyfill-corejs3": "^0.2.0",
        "babel-plugin-polyfill-regenerator": "^0.2.0",
        "semver": "^6.3.0"
      }
    },
    "@babel/plugin-transform-shorthand-properties": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz?cache=0&sync_timestamp=1612314730318&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-shorthand-properties%2Fdownload%2F%40babel%2Fplugin-transform-shorthand-properties-7.12.13.tgz",
      "integrity": "sha1-23VXMrcMU51QTGOQ2c6Q/mSv960=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-spread": {
      "version": "7.13.0",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz",
      "integrity": "sha1-hIh3EOJzwYFaznrkWfb0Kl0x1f0=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1"
      }
    },
    "@babel/plugin-transform-sticky-regex": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz?cache=0&sync_timestamp=1612314730317&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-sticky-regex%2Fdownload%2F%40babel%2Fplugin-transform-sticky-regex-7.12.13.tgz",
      "integrity": "sha1-dg/9k2+s5z+GCuZG+4bugvPQbR8=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-template-literals": {
      "version": "7.13.0",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz",
      "integrity": "sha1-o2BJEnl3rZRDje50Q1mNHO/fQJ0=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.13.0"
      }
    },
    "@babel/plugin-transform-typeof-symbol": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz?cache=0&sync_timestamp=1612314730347&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-typeof-symbol%2Fdownload%2F%40babel%2Fplugin-transform-typeof-symbol-7.12.13.tgz",
      "integrity": "sha1-eF3Weh8upXnZwr5yLejITLhfWn8=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-unicode-escapes": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz?cache=0&sync_timestamp=1612314730331&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-unicode-escapes%2Fdownload%2F%40babel%2Fplugin-transform-unicode-escapes-7.12.13.tgz",
      "integrity": "sha1-hAztO4FtO1En3R0S3O3F3q0aXnQ=",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/plugin-transform-unicode-regex": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz?cache=0&sync_timestamp=1612314730902&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-unicode-regex%2Fdownload%2F%40babel%2Fplugin-transform-unicode-regex-7.12.13.tgz",
      "integrity": "sha1-tSUhaFgE4VWxIC6D/BiNNLtw9aw=",
      "dev": true,
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "^7.12.13",
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
    "@babel/preset-env": {
      "version": "7.13.15",
      "resolved": "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.13.15.tgz",
      "integrity": "sha1-yKbrWE+W7LoYPT1BSoNVOlmfR48=",
      "dev": true,
      "requires": {
        "@babel/compat-data": "^7.13.15",
        "@babel/helper-compilation-targets": "^7.13.13",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/helper-validator-option": "^7.12.17",
        "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12",
        "@babel/plugin-proposal-async-generator-functions": "^7.13.15",
        "@babel/plugin-proposal-class-properties": "^7.13.0",
        "@babel/plugin-proposal-dynamic-import": "^7.13.8",
        "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
        "@babel/plugin-proposal-json-strings": "^7.13.8",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
        "@babel/plugin-proposal-numeric-separator": "^7.12.13",
        "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
        "@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
        "@babel/plugin-proposal-optional-chaining": "^7.13.12",
        "@babel/plugin-proposal-private-methods": "^7.13.0",
        "@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
        "@babel/plugin-syntax-async-generators": "^7.8.4",
        "@babel/plugin-syntax-class-properties": "^7.12.13",
        "@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-top-level-await": "^7.12.13",
        "@babel/plugin-transform-arrow-functions": "^7.13.0",
        "@babel/plugin-transform-async-to-generator": "^7.13.0",
        "@babel/plugin-transform-block-scoped-functions": "^7.12.13",
        "@babel/plugin-transform-block-scoping": "^7.12.13",
        "@babel/plugin-transform-classes": "^7.13.0",
        "@babel/plugin-transform-computed-properties": "^7.13.0",
        "@babel/plugin-transform-destructuring": "^7.13.0",
        "@babel/plugin-transform-dotall-regex": "^7.12.13",
        "@babel/plugin-transform-duplicate-keys": "^7.12.13",
        "@babel/plugin-transform-exponentiation-operator": "^7.12.13",
        "@babel/plugin-transform-for-of": "^7.13.0",
        "@babel/plugin-transform-function-name": "^7.12.13",
        "@babel/plugin-transform-literals": "^7.12.13",
        "@babel/plugin-transform-member-expression-literals": "^7.12.13",
        "@babel/plugin-transform-modules-amd": "^7.13.0",
        "@babel/plugin-transform-modules-commonjs": "^7.13.8",
        "@babel/plugin-transform-modules-systemjs": "^7.13.8",
        "@babel/plugin-transform-modules-umd": "^7.13.0",
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13",
        "@babel/plugin-transform-new-target": "^7.12.13",
        "@babel/plugin-transform-object-super": "^7.12.13",
        "@babel/plugin-transform-parameters": "^7.13.0",
        "@babel/plugin-transform-property-literals": "^7.12.13",
        "@babel/plugin-transform-regenerator": "^7.13.15",
        "@babel/plugin-transform-reserved-words": "^7.12.13",
        "@babel/plugin-transform-shorthand-properties": "^7.12.13",
        "@babel/plugin-transform-spread": "^7.13.0",
        "@babel/plugin-transform-sticky-regex": "^7.12.13",
        "@babel/plugin-transform-template-literals": "^7.13.0",
        "@babel/plugin-transform-typeof-symbol": "^7.12.13",
        "@babel/plugin-transform-unicode-escapes": "^7.12.13",
        "@babel/plugin-transform-unicode-regex": "^7.12.13",
        "@babel/preset-modules": "^0.1.4",
        "@babel/types": "^7.13.14",
        "babel-plugin-polyfill-corejs2": "^0.2.0",
        "babel-plugin-polyfill-corejs3": "^0.2.0",
        "babel-plugin-polyfill-regenerator": "^0.2.0",
        "core-js-compat": "^3.9.0",
        "semver": "^6.3.0"
      }
    },
    "@babel/preset-modules": {
      "version": "0.1.4",
      "resolved": "https://registry.npm.taobao.org/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz?cache=0&sync_timestamp=1598549694693&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-modules%2Fdownload%2F%40babel%2Fpreset-modules-0.1.4.tgz",
      "integrity": "sha1-Ni8raMZihClw/bXiVP/I/BwuQV4=",
      "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.13.17",
      "resolved": "https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.13.17.tgz?cache=0&sync_timestamp=1618960866380&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.13.17.tgz",
      "integrity": "sha1-iWbR/JWTv4SGAvBmLWtNAGnjp+w=",
      "dev": true,
      "requires": {
        "regenerator-runtime": "^0.13.4"
      }
    },
    "@babel/template": {
      "version": "7.12.13",
      "resolved": "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.12.13.tgz?cache=0&sync_timestamp=1612314730561&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.12.13.tgz",
      "integrity": "sha1-UwJlvooliduzdSOETFvLVZR/syc=",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.12.13",
        "@babel/parser": "^7.12.13",
        "@babel/types": "^7.12.13"
      }
    },
    "@babel/traverse": {
      "version": "7.13.17",
      "resolved": "https://registry.nlark.com/@babel/traverse/download/@babel/traverse-7.13.17.tgz?cache=0&sync_timestamp=1618961109492&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.13.17.tgz",
      "integrity": "sha1-yFQV4MfVCsBT11i67Jiyiy7P7qM=",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.12.13",
        "@babel/generator": "^7.13.16",
        "@babel/helper-function-name": "^7.12.13",
        "@babel/helper-split-export-declaration": "^7.12.13",
        "@babel/parser": "^7.13.16",
        "@babel/types": "^7.13.17",
        "debug": "^4.1.0",
        "globals": "^11.1.0"
      }
    },
    "@babel/types": {
      "version": "7.13.17",
      "resolved": "https://registry.nlark.com/@babel/types/download/@babel/types-7.13.17.tgz",
      "integrity": "sha1-SAEKEVyfunWItEN91oyUaQErOLQ=",
      "requires": {
        "@babel/helper-validator-identifier": "^7.12.11",
        "to-fast-properties": "^2.0.0"
      }
    },
    "@hapi/address": {
      "version": "2.1.4",
      "resolved": "https://registry.npm.taobao.org/@hapi/address/download/@hapi/address-2.1.4.tgz",
      "integrity": "sha1-XWftQ/P9QaadS5/3tW58DR0KgeU=",
      "dev": true
    },
    "@hapi/bourne": {
      "version": "1.3.2",
      "resolved": "https://registry.npm.taobao.org/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz?cache=0&sync_timestamp=1593915150444&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fbourne%2Fdownload%2F%40hapi%2Fbourne-1.3.2.tgz",
      "integrity": "sha1-CnCVreoGckPOMoPhtWuKj0U7JCo=",
      "dev": true
    },
    "@hapi/hoek": {
      "version": "8.5.1",
      "resolved": "https://registry.nlark.com/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz",
      "integrity": "sha1-/elgZMpEbeyMVajC8TCVewcMbgY=",
      "dev": true
    },
    "@hapi/joi": {
      "version": "15.1.1",
      "resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-15.1.1.tgz",
      "integrity": "sha1-xnW4pxKW8Cgz+NbSQ7NMV7jOGdc=",
      "dev": true,
      "requires": {
        "@hapi/address": "2.x.x",
        "@hapi/bourne": "1.x.x",
        "@hapi/hoek": "8.x.x",
        "@hapi/topo": "3.x.x"
      }
    },
    "@hapi/topo": {
      "version": "3.1.6",
      "resolved": "https://registry.npm.taobao.org/@hapi/topo/download/@hapi/topo-3.1.6.tgz",
      "integrity": "sha1-aNk1+j6uf91asNf5U/MgXYsr/Ck=",
      "dev": true,
      "requires": {
        "@hapi/hoek": "^8.3.0"
      }
    },
    "@intervolga/optimize-cssnano-plugin": {
      "version": "1.0.6",
      "resolved": "https://registry.npm.taobao.org/@intervolga/optimize-cssnano-plugin/download/@intervolga/optimize-cssnano-plugin-1.0.6.tgz",
      "integrity": "sha1-vnx4RhKLiPapsdEmGgrQbrXA/fg=",
      "dev": true,
      "requires": {
        "cssnano": "^4.0.0",
        "cssnano-preset-default": "^4.0.0",
        "postcss": "^7.0.0"
      }
    },
    "@mrmlnc/readdir-enhanced": {
      "version": "2.2.1",
      "resolved": "https://registry.npm.taobao.org/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz",
      "integrity": "sha1-UkryQNGjYFJ7cwR17PoTRKpUDd4=",
      "dev": true,
      "requires": {
        "call-me-maybe": "^1.0.1",
        "glob-to-regexp": "^0.3.0"
      }
    },
    "@nodelib/fs.stat": {
      "version": "1.1.3",
      "resolved": "https://registry.npm.taobao.org/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz",
      "integrity": "sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs=",
      "dev": true
    },
Omar Elkadi's avatar
Omar Elkadi committed
    "@popperjs/core": {
      "version": "2.9.2",
      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz",
      "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==",
      "peer": true
    },
Omar Elkadi's avatar
Omar Elkadi committed
    "@soda/friendly-errors-webpack-plugin": {
      "version": "1.8.0",
      "resolved": "https://registry.npm.taobao.org/@soda/friendly-errors-webpack-plugin/download/@soda/friendly-errors-webpack-plugin-1.8.0.tgz?cache=0&sync_timestamp=1607927625608&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40soda%2Ffriendly-errors-webpack-plugin%2Fdownload%2F%40soda%2Ffriendly-errors-webpack-plugin-1.8.0.tgz",
      "integrity": "sha1-hHUdgqkwGdXJLAzw5FrFkIfNIkA=",
      "dev": true,
      "requires": {
        "chalk": "^2.4.2",
        "error-stack-parser": "^2.0.2",
        "string-width": "^2.0.0",
        "strip-ansi": "^5"
      }
    },
    "@soda/get-current-script": {
      "version": "1.0.2",
      "resolved": "https://registry.npm.taobao.org/@soda/get-current-script/download/@soda/get-current-script-1.0.2.tgz",
      "integrity": "sha1-pTUV2yXYA4N0OBtzryC7Ty5QjYc=",
      "dev": true
    },
    "@types/anymatch": {
      "version": "1.3.1",
      "resolved": "https://registry.npm.taobao.org/@types/anymatch/download/@types/anymatch-1.3.1.tgz?cache=0&sync_timestamp=1613378060592&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fanymatch%2Fdownload%2F%40types%2Fanymatch-1.3.1.tgz",
      "integrity": "sha1-M2utwb7sudrMOL6izzKt9ieoQho=",
      "dev": true
    },
    "@types/body-parser": {
      "version": "1.19.0",
      "resolved": "https://registry.npm.taobao.org/@types/body-parser/download/@types/body-parser-1.19.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fbody-parser%2Fdownload%2F%40types%2Fbody-parser-1.19.0.tgz",
      "integrity": "sha1-BoWzxH6zAG/+0RfN1VFkth+AU48=",
      "dev": true,
      "requires": {
        "@types/connect": "*",
        "@types/node": "*"
      }
    },
    "@types/connect": {
      "version": "3.4.34",
      "resolved": "https://registry.npm.taobao.org/@types/connect/download/@types/connect-3.4.34.tgz?cache=0&sync_timestamp=1613378309564&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fconnect%2Fdownload%2F%40types%2Fconnect-3.4.34.tgz",
      "integrity": "sha1-FwpAIjptZmAG2TyhKK8r6x2bGQE=",
      "dev": true,
      "requires": {
        "@types/node": "*"
      }
    },
    "@types/connect-history-api-fallback": {
      "version": "1.3.4",
      "resolved": "https://registry.npm.taobao.org/@types/connect-history-api-fallback/download/@types/connect-history-api-fallback-1.3.4.tgz?cache=0&sync_timestamp=1615910664204&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fconnect-history-api-fallback%2Fdownload%2F%40types%2Fconnect-history-api-fallback-1.3.4.tgz",
      "integrity": "sha1-jA8Obl2CUraZ9aZi9Rvfgv2di7g=",
      "dev": true,
      "requires": {
        "@types/express-serve-static-core": "*",
        "@types/node": "*"
      }
    },
    "@types/express": {
      "version": "4.17.11",
      "resolved": "https://registry.npm.taobao.org/@types/express/download/@types/express-4.17.11.tgz",
      "integrity": "sha1-3r48qm+OX82pa0e9VOL0DE7llUU=",
      "dev": true,
      "requires": {
        "@types/body-parser": "*",
        "@types/express-serve-static-core": "^4.17.18",
        "@types/qs": "*",
        "@types/serve-static": "*"
      }
    },
    "@types/express-serve-static-core": {
      "version": "4.17.19",
      "resolved": "https://registry.npm.taobao.org/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.19.tgz",
      "integrity": "sha1-AKz8FjLnKaysTxUw6eFvbdFQih0=",
      "dev": true,
      "requires": {
        "@types/node": "*",
        "@types/qs": "*",
        "@types/range-parser": "*"
      }
    },
    "@types/glob": {
      "version": "7.1.3",
      "resolved": "https://registry.npm.taobao.org/@types/glob/download/@types/glob-7.1.3.tgz?cache=0&sync_timestamp=1613378758886&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.3.tgz",
      "integrity": "sha1-5rqA82t9qtLGhazZJmOC5omFwYM=",
      "dev": true,
      "requires": {
        "@types/minimatch": "*",
        "@types/node": "*"
      }
    },
    "@types/http-proxy": {
      "version": "1.17.5",
      "resolved": "https://registry.npm.taobao.org/@types/http-proxy/download/@types/http-proxy-1.17.5.tgz?cache=0&sync_timestamp=1613378761091&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fhttp-proxy%2Fdownload%2F%40types%2Fhttp-proxy-1.17.5.tgz",
      "integrity": "sha1-wgPF5uncaCDSekDrHlEccKIgQj0=",
      "dev": true,
      "requires": {
        "@types/node": "*"
      }
    },
    "@types/json-schema": {
      "version": "7.0.7",
      "resolved": "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.7.tgz",
Omar Elkadi's avatar
Omar Elkadi committed
      "integrity": "sha1-mKmTUWyFnrDVxMjwmDF6nqaNua0="
Omar Elkadi's avatar
Omar Elkadi committed
17480 17481 17482 17483 17484 17485 17486 17487 17488 17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 17503 17504 17505 17506 17507 17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 17526 17527 17528 17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539 17540 17541 17542 17543 17544 17545 17546 17547 17548 17549 17550 17551 17552 17553 17554 17555 17556 17557 17558 17559 17560 17561 17562 17563 17564 17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 17583 17584 17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 17608 17609 17610 17611 17612 17613 17614 17615 17616 17617 17618 17619 17620 17621 17622 17623 17624 17625 17626 17627 17628 17629 17630 17631 17632 17633 17634 17635 17636 17637 17638 17639 17640 17641 17642 17643 17644 17645 17646 17647 17648 17649 17650 17651 17652 17653 17654 17655 17656 17657 17658 17659 17660 17661 17662 17663 17664 17665 17666 17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 17683 17684 17685 17686 17687 17688 17689 17690 17691 17692 17693 17694 17695 17696 17697 17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 17742 17743 17744 17745 17746 17747 17748 17749 17750 17751 17752 17753 17754 17755 17756 17757 17758 17759 17760 17761 17762 17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 17784 17785 17786 17787 17788 17789 17790 17791 17792 17793 17794 17795 17796 17797 17798 17799 17800 17801 17802 17803 17804 17805 17806 17807 17808 17809 17810 17811 17812 17813 17814 17815 17816 17817 17818 17819 17820 17821 17822 17823 17824 17825 17826 17827 17828 17829 17830 17831 17832 17833 17834 17835 17836 17837 17838 17839 17840 17841 17842 17843 17844 17845 17846 17847
    },
    "@types/json5": {
      "version": "0.0.29",
      "resolved": "https://registry.npm.taobao.org/@types/json5/download/@types/json5-0.0.29.tgz?cache=0&sync_timestamp=1612209835790&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fjson5%2Fdownload%2F%40types%2Fjson5-0.0.29.tgz",
      "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
      "dev": true
    },
    "@types/mime": {
      "version": "1.3.2",
      "resolved": "https://registry.npm.taobao.org/@types/mime/download/@types/mime-1.3.2.tgz",
      "integrity": "sha1-k+Jb+e51/g/YC1lLxP6w6GIRG1o=",
      "dev": true
    },
    "@types/minimatch": {
      "version": "3.0.4",
      "resolved": "https://registry.npm.taobao.org/@types/minimatch/download/@types/minimatch-3.0.4.tgz?cache=0&sync_timestamp=1616639422543&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fminimatch%2Fdownload%2F%40types%2Fminimatch-3.0.4.tgz",
      "integrity": "sha1-8Owl2/Lw5LGGRzE6wDETTKWySyE=",
      "dev": true
    },
    "@types/minimist": {
      "version": "1.2.1",
      "resolved": "https://registry.npm.taobao.org/@types/minimist/download/@types/minimist-1.2.1.tgz",
      "integrity": "sha1-KD9mn/dte4Jg34q3pCYsyD2YglY=",
      "dev": true
    },
    "@types/node": {
      "version": "14.14.41",
      "resolved": "https://registry.nlark.com/@types/node/download/@types/node-14.14.41.tgz?cache=0&sync_timestamp=1618847033677&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.14.41.tgz",
      "integrity": "sha1-0Lk52Uwde9U9BIJK9F8RObjEVhU=",
      "dev": true
    },
    "@types/normalize-package-data": {
      "version": "2.4.0",
      "resolved": "https://registry.npm.taobao.org/@types/normalize-package-data/download/@types/normalize-package-data-2.4.0.tgz",
      "integrity": "sha1-5IbQ2XOW15vu3QpuM/RTT/a0lz4=",
      "dev": true
    },
    "@types/q": {
      "version": "1.5.4",
      "resolved": "https://registry.npm.taobao.org/@types/q/download/@types/q-1.5.4.tgz",
      "integrity": "sha1-FZJUFOCtLNdlv+9YhC9+JqesyyQ=",
      "dev": true
    },
    "@types/qs": {
      "version": "6.9.6",
      "resolved": "https://registry.npm.taobao.org/@types/qs/download/@types/qs-6.9.6.tgz?cache=0&sync_timestamp=1615109179784&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fqs%2Fdownload%2F%40types%2Fqs-6.9.6.tgz",
      "integrity": "sha1-35w8izGiR+wxXmmWVmvjFx30s7E=",
      "dev": true
    },
    "@types/range-parser": {
      "version": "1.2.3",
      "resolved": "https://registry.npm.taobao.org/@types/range-parser/download/@types/range-parser-1.2.3.tgz",
      "integrity": "sha1-fuMwunyq+5gJC+zoal7kQRWQTCw=",
      "dev": true
    },
    "@types/serve-static": {
      "version": "1.13.9",
      "resolved": "https://registry.npm.taobao.org/@types/serve-static/download/@types/serve-static-1.13.9.tgz?cache=0&sync_timestamp=1613384362265&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fserve-static%2Fdownload%2F%40types%2Fserve-static-1.13.9.tgz",
      "integrity": "sha1-qs8oqFoF7imhH7fD6tk1rFbzPk4=",
      "dev": true,
      "requires": {
        "@types/mime": "^1",
        "@types/node": "*"
      }
    },
    "@types/source-list-map": {
      "version": "0.1.2",
      "resolved": "https://registry.npm.taobao.org/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz",
      "integrity": "sha1-AHiDYGP/rxdBI0m7o2QIfgrALsk=",
      "dev": true
    },
    "@types/tapable": {
      "version": "1.0.7",
      "resolved": "https://registry.npm.taobao.org/@types/tapable/download/@types/tapable-1.0.7.tgz",
      "integrity": "sha1-VFFYNC+Uno/Tv9gTIklx7N3D+sQ=",
      "dev": true
    },
    "@types/uglify-js": {
      "version": "3.13.0",
      "resolved": "https://registry.npm.taobao.org/@types/uglify-js/download/@types/uglify-js-3.13.0.tgz?cache=0&sync_timestamp=1615112063411&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fuglify-js%2Fdownload%2F%40types%2Fuglify-js-3.13.0.tgz",
      "integrity": "sha1-HK2N8fsLFDxaugjeVxLqnR/3ESQ=",
      "dev": true,
      "requires": {
        "source-map": "^0.6.1"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz",
          "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=",
          "dev": true
        }
      }
    },
    "@types/webpack": {
      "version": "4.41.27",
      "resolved": "https://registry.npm.taobao.org/@types/webpack/download/@types/webpack-4.41.27.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fwebpack%2Fdownload%2F%40types%2Fwebpack-4.41.27.tgz",
      "integrity": "sha1-9H2kiMgDfn8bLb8nFPu6y2HsD/w=",
      "dev": true,
      "requires": {
        "@types/anymatch": "*",
        "@types/node": "*",
        "@types/tapable": "^1",
        "@types/uglify-js": "*",
        "@types/webpack-sources": "*",
        "source-map": "^0.6.0"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz",
          "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=",
          "dev": true
        }
      }
    },
    "@types/webpack-dev-server": {
      "version": "3.11.3",
      "resolved": "https://registry.npm.taobao.org/@types/webpack-dev-server/download/@types/webpack-dev-server-3.11.3.tgz",
      "integrity": "sha1-I34m2HZRz5VJDc01b1aMjIQBYXc=",
      "dev": true,
      "requires": {
        "@types/connect-history-api-fallback": "*",
        "@types/express": "*",
        "@types/serve-static": "*",
        "@types/webpack": "^4",
        "http-proxy-middleware": "^1.0.0"
      }
    },
    "@types/webpack-sources": {
      "version": "2.1.0",
      "resolved": "https://registry.npm.taobao.org/@types/webpack-sources/download/@types/webpack-sources-2.1.0.tgz",
      "integrity": "sha1-iIKwvWLR4M5i8YPQ0Bty5ugujBA=",
      "dev": true,
      "requires": {
        "@types/node": "*",
        "@types/source-list-map": "*",
        "source-map": "^0.7.3"
      },
      "dependencies": {
        "source-map": {
          "version": "0.7.3",
          "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.7.3.tgz",
          "integrity": "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=",
          "dev": true
        }
      }
    },
    "@vue/babel-helper-vue-jsx-merge-props": {
      "version": "1.2.1",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz?cache=0&sync_timestamp=1602851197289&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-helper-vue-jsx-merge-props%2Fdownload%2F%40vue%2Fbabel-helper-vue-jsx-merge-props-1.2.1.tgz",
      "integrity": "sha1-MWJKelBfsU2h1YAjclpMXycOaoE=",
      "dev": true
    },
    "@vue/babel-helper-vue-transform-on": {
      "version": "1.0.2",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.2.tgz?cache=0&sync_timestamp=1610812350571&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-helper-vue-transform-on%2Fdownload%2F%40vue%2Fbabel-helper-vue-transform-on-1.0.2.tgz",
      "integrity": "sha1-m5xpHNBvyFUiGiR1w8yDHXdLx9w=",
      "dev": true
    },
    "@vue/babel-plugin-jsx": {
      "version": "1.0.5",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.5.tgz?cache=0&sync_timestamp=1618715696445&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.5.tgz",
      "integrity": "sha1-coINX7NxxB0hE7MbFnh5lei99po=",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/plugin-syntax-jsx": "^7.0.0",
        "@babel/template": "^7.0.0",
        "@babel/traverse": "^7.0.0",
        "@babel/types": "^7.0.0",
        "@vue/babel-helper-vue-transform-on": "^1.0.2",
        "camelcase": "^6.0.0",
        "html-tags": "^3.1.0",
        "svg-tags": "^1.0.0"
      }
    },
    "@vue/babel-plugin-transform-vue-jsx": {
      "version": "1.2.1",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-transform-vue-jsx/download/@vue/babel-plugin-transform-vue-jsx-1.2.1.tgz?cache=0&sync_timestamp=1602851197462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-transform-vue-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-transform-vue-jsx-1.2.1.tgz",
      "integrity": "sha1-ZGBGxlLC8CQnJ/NFGdkXsGQEHtc=",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/plugin-syntax-jsx": "^7.2.0",
        "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
        "html-tags": "^2.0.0",
        "lodash.kebabcase": "^4.1.1",
        "svg-tags": "^1.0.0"
      },
      "dependencies": {
        "html-tags": {
          "version": "2.0.0",
          "resolved": "https://registry.npm.taobao.org/html-tags/download/html-tags-2.0.0.tgz",
          "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
          "dev": true
        }
      }
    },
    "@vue/babel-preset-app": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.12.tgz?cache=0&sync_timestamp=1616590653924&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.12.tgz",
      "integrity": "sha1-w6I88z9uXqMFNvE8D5sfx+AoscE=",
      "dev": true,
      "requires": {
        "@babel/helper-compilation-targets": "^7.9.6",
        "@babel/helper-module-imports": "^7.8.3",
        "@babel/plugin-proposal-class-properties": "^7.8.3",
        "@babel/plugin-proposal-decorators": "^7.8.3",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-syntax-jsx": "^7.8.3",
        "@babel/plugin-transform-runtime": "^7.11.0",
        "@babel/preset-env": "^7.11.0",
        "@babel/runtime": "^7.11.0",
        "@vue/babel-plugin-jsx": "^1.0.3",
        "@vue/babel-preset-jsx": "^1.2.4",
        "babel-plugin-dynamic-import-node": "^2.3.3",
        "core-js-compat": "^3.6.5",
        "semver": "^6.1.0"
      }
    },
    "@vue/babel-preset-jsx": {
      "version": "1.2.4",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-preset-jsx/download/@vue/babel-preset-jsx-1.2.4.tgz",
      "integrity": "sha1-kv6nnbbxOwHoDToAmeKSS9y+Toc=",
      "dev": true,
      "requires": {
        "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
        "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
        "@vue/babel-sugar-composition-api-inject-h": "^1.2.1",
        "@vue/babel-sugar-composition-api-render-instance": "^1.2.4",
        "@vue/babel-sugar-functional-vue": "^1.2.2",
        "@vue/babel-sugar-inject-h": "^1.2.2",
        "@vue/babel-sugar-v-model": "^1.2.3",
        "@vue/babel-sugar-v-on": "^1.2.3"
      }
    },
    "@vue/babel-sugar-composition-api-inject-h": {
      "version": "1.2.1",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-composition-api-inject-h/download/@vue/babel-sugar-composition-api-inject-h-1.2.1.tgz?cache=0&sync_timestamp=1602851198838&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-sugar-composition-api-inject-h%2Fdownload%2F%40vue%2Fbabel-sugar-composition-api-inject-h-1.2.1.tgz",
      "integrity": "sha1-BdbgxDJxDjdYKyvppgSbaJtvA+s=",
      "dev": true,
      "requires": {
        "@babel/plugin-syntax-jsx": "^7.2.0"
      }
    },
    "@vue/babel-sugar-composition-api-render-instance": {
      "version": "1.2.4",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-composition-api-render-instance/download/@vue/babel-sugar-composition-api-render-instance-1.2.4.tgz?cache=0&sync_timestamp=1603806797927&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-sugar-composition-api-render-instance%2Fdownload%2F%40vue%2Fbabel-sugar-composition-api-render-instance-1.2.4.tgz",
      "integrity": "sha1-5MvGmXw0T6wnF4WteikyXFHWjRk=",
      "dev": true,
      "requires": {
        "@babel/plugin-syntax-jsx": "^7.2.0"
      }
    },
    "@vue/babel-sugar-functional-vue": {
      "version": "1.2.2",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-functional-vue/download/@vue/babel-sugar-functional-vue-1.2.2.tgz?cache=0&sync_timestamp=1602929497838&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-sugar-functional-vue%2Fdownload%2F%40vue%2Fbabel-sugar-functional-vue-1.2.2.tgz",
      "integrity": "sha1-JnqayNeHyW7b8Dzj85LEnam9Jlg=",
      "dev": true,
      "requires": {
        "@babel/plugin-syntax-jsx": "^7.2.0"
      }
    },
    "@vue/babel-sugar-inject-h": {
      "version": "1.2.2",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-inject-h/download/@vue/babel-sugar-inject-h-1.2.2.tgz?cache=0&sync_timestamp=1602929581308&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-sugar-inject-h%2Fdownload%2F%40vue%2Fbabel-sugar-inject-h-1.2.2.tgz",
      "integrity": "sha1-1zjTyJM2fshJHcu2abAAkZKT46o=",
      "dev": true,
      "requires": {
        "@babel/plugin-syntax-jsx": "^7.2.0"
      }
    },
    "@vue/babel-sugar-v-model": {
      "version": "1.2.3",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-v-model/download/@vue/babel-sugar-v-model-1.2.3.tgz?cache=0&sync_timestamp=1603182468308&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-sugar-v-model%2Fdownload%2F%40vue%2Fbabel-sugar-v-model-1.2.3.tgz",
      "integrity": "sha1-+h8pulHr8KoabDX6ZtU5vEWaGPI=",
      "dev": true,
      "requires": {
        "@babel/plugin-syntax-jsx": "^7.2.0",
        "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
        "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
        "camelcase": "^5.0.0",
        "html-tags": "^2.0.0",
        "svg-tags": "^1.0.0"
      },
      "dependencies": {
        "camelcase": {
          "version": "5.3.1",
          "resolved": "https://registry.npm.taobao.org/camelcase/download/camelcase-5.3.1.tgz?cache=0&sync_timestamp=1603922099064&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcamelcase%2Fdownload%2Fcamelcase-5.3.1.tgz",
          "integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=",
          "dev": true
        },
        "html-tags": {
          "version": "2.0.0",
          "resolved": "https://registry.npm.taobao.org/html-tags/download/html-tags-2.0.0.tgz",
          "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
          "dev": true
        }
      }
    },
    "@vue/babel-sugar-v-on": {
      "version": "1.2.3",
      "resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-v-on/download/@vue/babel-sugar-v-on-1.2.3.tgz",
      "integrity": "sha1-NCNnF4WGpp85LwS/ujICHQKROto=",
      "dev": true,
      "requires": {
        "@babel/plugin-syntax-jsx": "^7.2.0",
        "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
        "camelcase": "^5.0.0"
      },
      "dependencies": {
        "camelcase": {
          "version": "5.3.1",
          "resolved": "https://registry.npm.taobao.org/camelcase/download/camelcase-5.3.1.tgz?cache=0&sync_timestamp=1603922099064&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcamelcase%2Fdownload%2Fcamelcase-5.3.1.tgz",
          "integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=",
          "dev": true
        }
      }
    },
    "@vue/cli-overlay": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.12.tgz?cache=0&sync_timestamp=1616590658145&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.12.tgz",
      "integrity": "sha1-1a41OrsYdnIgQZfc0HekNn1NSiQ=",
      "dev": true
    },
    "@vue/cli-plugin-babel": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.12.tgz",
      "integrity": "sha1-yXN9QHlIXOm+B8RjyB4eM4hsYhk=",
      "dev": true,
      "requires": {
        "@babel/core": "^7.11.0",
        "@vue/babel-preset-app": "^4.5.12",
        "@vue/cli-shared-utils": "^4.5.12",
        "babel-loader": "^8.1.0",
        "cache-loader": "^4.1.0",
        "thread-loader": "^2.1.3",
        "webpack": "^4.0.0"
      }
    },
    "@vue/cli-plugin-eslint": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.12.tgz?cache=0&sync_timestamp=1616590654457&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.12.tgz",
      "integrity": "sha1-f8Kh0KSQ+jAO9OlFGMLMSbp6KS8=",
      "dev": true,
      "requires": {
        "@vue/cli-shared-utils": "^4.5.12",
        "eslint-loader": "^2.2.1",
        "globby": "^9.2.0",
        "inquirer": "^7.1.0",
        "webpack": "^4.0.0",
        "yorkie": "^2.0.0"
      }
    },
    "@vue/cli-plugin-router": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.12.tgz?cache=0&sync_timestamp=1616590661502&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.12.tgz",
      "integrity": "sha1-l3xLK2lMwD6e+BYRKl1YkjST0Kw=",
      "dev": true,
      "requires": {
        "@vue/cli-shared-utils": "^4.5.12"
      }
    },
    "@vue/cli-plugin-vuex": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.12.tgz?cache=0&sync_timestamp=1616590656418&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.12.tgz",
      "integrity": "sha1-9/vhd+5xdvBVtUbp50Ry+dkXdiY=",
Omar Elkadi's avatar
Omar Elkadi committed
      "dev": true,
      "requires": {}
Omar Elkadi's avatar
Omar Elkadi committed
    },
    "@vue/cli-service": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.12.tgz",
      "integrity": "sha1-SDrvfcTip7ArfyJPCi73zqkQ4DM=",
      "dev": true,
      "requires": {
        "@intervolga/optimize-cssnano-plugin": "^1.0.5",
        "@soda/friendly-errors-webpack-plugin": "^1.7.1",
        "@soda/get-current-script": "^1.0.0",
        "@types/minimist": "^1.2.0",
        "@types/webpack": "^4.0.0",
        "@types/webpack-dev-server": "^3.11.0",
        "@vue/cli-overlay": "^4.5.12",
        "@vue/cli-plugin-router": "^4.5.12",
        "@vue/cli-plugin-vuex": "^4.5.12",
        "@vue/cli-shared-utils": "^4.5.12",
        "@vue/component-compiler-utils": "^3.1.2",
        "@vue/preload-webpack-plugin": "^1.1.0",
        "@vue/web-component-wrapper": "^1.2.0",
        "acorn": "^7.4.0",
        "acorn-walk": "^7.1.1",
        "address": "^1.1.2",
        "autoprefixer": "^9.8.6",
        "browserslist": "^4.12.0",
        "cache-loader": "^4.1.0",
        "case-sensitive-paths-webpack-plugin": "^2.3.0",
        "cli-highlight": "^2.1.4",
        "clipboardy": "^2.3.0",
        "cliui": "^6.0.0",
        "copy-webpack-plugin": "^5.1.1",
        "css-loader": "^3.5.3",
        "cssnano": "^4.1.10",
        "debug": "^4.1.1",
        "default-gateway": "^5.0.5",
        "dotenv": "^8.2.0",
        "dotenv-expand": "^5.1.0",
        "file-loader": "^4.2.0",
        "fs-extra": "^7.0.1",
        "globby": "^9.2.0",
        "hash-sum": "^2.0.0",
        "html-webpack-plugin": "^3.2.0",
        "launch-editor-middleware": "^2.2.1",
        "lodash.defaultsdeep": "^4.6.1",
        "lodash.mapvalues": "^4.6.0",
        "lodash.transform": "^4.6.0",
        "mini-css-extract-plugin": "^0.9.0",
        "minimist": "^1.2.5",
        "pnp-webpack-plugin": "^1.6.4",
        "portfinder": "^1.0.26",
        "postcss-loader": "^3.0.0",
        "ssri": "^7.1.0",
        "terser-webpack-plugin": "^2.3.6",
        "thread-loader": "^2.1.3",
        "url-loader": "^2.2.0",
        "vue-loader": "^15.9.2",
        "vue-loader-v16": "npm:vue-loader@^16.1.0",
        "vue-style-loader": "^4.1.2",
        "webpack": "^4.0.0",
        "webpack-bundle-analyzer": "^3.8.0",
        "webpack-chain": "^6.4.0",
        "webpack-dev-server": "^3.11.0",
        "webpack-merge": "^4.2.2"
      }
    },
    "@vue/cli-shared-utils": {
      "version": "4.5.12",
      "resolved": "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.12.tgz?cache=0&sync_timestamp=1616590660239&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.12.tgz",
      "integrity": "sha1-DgaT1IgzbShP+mWP8zseoikn0GU=",
      "dev": true,
      "requires": {
        "@hapi/joi": "^15.0.1",
        "chalk": "^2.4.2",
        "execa": "^1.0.0",
        "launch-editor": "^2.2.1",
        "lru-cache": "^5.1.1",
        "node-ipc": "^9.1.1",
        "open": "^6.3.0",
        "ora": "^3.4.0",
        "read-pkg": "^5.1.1",
        "request": "^2.88.2",
        "semver": "^6.1.0",
        "strip-ansi": "^6.0.0"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "5.0.0",
          "resolved": "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-5.0.0.tgz",
          "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=",
          "dev": true
        },
        "strip-ansi": {
          "version": "6.0.0",
          "resolved": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-6.0.0.tgz?cache=0&sync_timestamp=1618553423839&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstrip-ansi%2Fdownload%2Fstrip-ansi-6.0.0.tgz",
          "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
          "dev": true,
          "requires": {
            "ansi-regex": "^5.0.0"
          }
        }
      }
    },
    "@vue/compiler-core": {
      "version": "3.0.11",
      "resolved": "https://registry.npm.taobao.org/@vue/compiler-core/download/@vue/compiler-core-3.0.11.tgz?cache=0&sync_timestamp=1617321650054&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcompiler-core%2Fdownload%2F%40vue%2Fcompiler-core-3.0.11.tgz",
      "integrity": "sha1-XvV55G17M2uHNSKHWNHCxQWq5po=",
      "requires": {
        "@babel/parser": "^7.12.0",
        "@babel/types": "^7.12.0",
        "@vue/shared": "3.0.11",
        "estree-walker": "^2.0.1",
        "source-map": "^0.6.1"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz",
          "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
        }
      }
    },
    "@vue/compiler-dom": {
      "version": "3.0.11",
      "resolved": "https://registry.npm.taobao.org/@vue/compiler-dom/download/@vue/compiler-dom-3.0.11.tgz?cache=0&sync_timestamp=1617321696823&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcompiler-dom%2Fdownload%2F%40vue%2Fcompiler-dom-3.0.11.tgz",
      "integrity": "sha1-sV/ByQk3H9ZxdGAgulW12rSnMO4=",
      "requires": {
        "@vue/compiler-core": "3.0.11",
        "@vue/shared": "3.0.11"
      }
    },
    "@vue/compiler-sfc": {
      "version": "3.0.11",
      "resolved": "https://registry.npm.taobao.org/@vue/compiler-sfc/download/@vue/compiler-sfc-3.0.11.tgz?cache=0&sync_timestamp=1617321651249&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcompiler-sfc%2Fdownload%2F%40vue%2Fcompiler-sfc-3.0.11.tgz",
      "integrity": "sha1-zYyiFUuIlntSH1rTsQ9fi2tmVnk=",
      "dev": true,
      "requires": {
        "@babel/parser": "^7.13.9",
        "@babel/types": "^7.13.0",
        "@vue/compiler-core": "3.0.11",
        "@vue/compiler-dom": "3.0.11",
        "@vue/compiler-ssr": "3.0.11",
        "@vue/shared": "3.0.11",
        "consolidate": "^0.16.0",
        "estree-walker": "^2.0.1",
        "hash-sum": "^2.0.0",
        "lru-cache": "^5.1.1",
        "magic-string": "^0.25.7",
        "merge-source-map": "^1.1.0",
        "postcss": "^8.1.10",
        "postcss-modules": "^4.0.0",
        "postcss-selector-parser": "^6.0.4",