|
|
|
@ -9,16 +9,16 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/highlight" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/compat-data@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b"
|
|
|
|
|
integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g==
|
|
|
|
|
"@babel/compat-data@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.0.tgz#1e9129ec36bc7cc5ec202801d8af9529699b8d5e"
|
|
|
|
|
integrity sha512-H59nKm/7ATMfocMobbSk4PkeAerKqoxk+EYBT0kV5sol0e8GBpGNHseZNNYX0VOItKngIf6GgUpEOAlOLIUvDA==
|
|
|
|
|
dependencies:
|
|
|
|
|
browserslist "^4.11.1"
|
|
|
|
|
browserslist "^4.12.0"
|
|
|
|
|
invariant "^2.2.4"
|
|
|
|
|
semver "^5.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.6":
|
|
|
|
|
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
|
|
|
|
|
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
|
|
|
|
@ -40,6 +40,38 @@
|
|
|
|
|
semver "^5.4.1"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/core/-/core-7.10.0.tgz#a6fe5db77ebfb61e0da6c5c36aaf14aab07b2b44"
|
|
|
|
|
integrity sha512-FGgV2XyPoVtYDvbFXlukEWt13Afka4mBRQ2CoTsHxpgVGO6XfgtT6eI+WyjQRGGTL90IDkIVmme8riFCLZ8lUw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.8.3"
|
|
|
|
|
"@babel/generator" "^7.10.0"
|
|
|
|
|
"@babel/helper-module-transforms" "^7.9.0"
|
|
|
|
|
"@babel/helpers" "^7.10.0"
|
|
|
|
|
"@babel/parser" "^7.10.0"
|
|
|
|
|
"@babel/template" "^7.10.0"
|
|
|
|
|
"@babel/traverse" "^7.10.0"
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
convert-source-map "^1.7.0"
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
gensync "^1.0.0-beta.1"
|
|
|
|
|
json5 "^2.1.2"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
resolve "^1.3.2"
|
|
|
|
|
semver "^5.4.1"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.10.0.tgz#a238837896edf35ee5fbfb074548d3256b4bc55d"
|
|
|
|
|
integrity sha512-ThoWCJHlgukbtCP79nAK4oLqZt5fVo70AHUni/y8Jotyg5rtJiG2FVl+iJjRNKIyl4hppqztLyAoEWcCvqyOFQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
jsesc "^2.5.1"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
|
|
|
|
@ -65,17 +97,29 @@
|
|
|
|
|
"@babel/helper-explode-assignable-expression" "^7.8.3"
|
|
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-compilation-targets@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a"
|
|
|
|
|
integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw==
|
|
|
|
|
"@babel/helper-compilation-targets@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.0.tgz#c2734604ddfaa616479759a0cc2593d1928304bd"
|
|
|
|
|
integrity sha512-PW5Hlc1cQ8bLzY7YsLJP6PQ7GR6ZD8Av4JlP3DZk6QaZJvptsXNDn4Su64EjKAetLTJhVPDp8AEC+j2O6b/Gpg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/compat-data" "^7.9.6"
|
|
|
|
|
browserslist "^4.11.1"
|
|
|
|
|
"@babel/compat-data" "^7.10.0"
|
|
|
|
|
browserslist "^4.12.0"
|
|
|
|
|
invariant "^2.2.4"
|
|
|
|
|
levenary "^1.1.1"
|
|
|
|
|
semver "^5.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-create-class-features-plugin@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.0.tgz#3a2b7b86f6365ea4ac3837a49ec5791e65217944"
|
|
|
|
|
integrity sha512-n4tPJaI0iuLRayriXTQ8brP3fMA/fNmxpxswfNuhe4qXQbcCWzeAqm6SeR/KExIOcdCvOh/KkPQVgBsjcb0oqA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-function-name" "^7.9.5"
|
|
|
|
|
"@babel/helper-member-expression-to-functions" "^7.10.0"
|
|
|
|
|
"@babel/helper-optimise-call-expression" "^7.10.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/helper-replace-supers" "^7.10.0"
|
|
|
|
|
"@babel/helper-split-export-declaration" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-create-class-features-plugin@^7.8.3":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.6.tgz#965c8b0a9f051801fd9d3b372ca0ccf200a90897"
|
|
|
|
@ -137,6 +181,13 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-member-expression-to-functions@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.0.tgz#e8cf57470bfd1247f2b41aa621a527e952efa6f1"
|
|
|
|
|
integrity sha512-xKLTpbMkJcvwEsDaTfs9h0IlfUiBLPFfybxaPpPPsQDsZTRg+UKh+86oK7sctHF3OUiRQkb10oS9MXSqgyV6/g==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-member-expression-to-functions@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
|
|
|
|
@ -164,6 +215,13 @@
|
|
|
|
|
"@babel/types" "^7.9.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-optimise-call-expression@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.0.tgz#6dcfb565842f43bed31b24f3e4277f18826e5e79"
|
|
|
|
|
integrity sha512-HgMd8QKA8wMJs5uK/DYKdyzJAEuGt1zyDp9wLMlMR6LitTQTHPUE+msC82ZsEDwq+U3/yHcIXIngRm9MS4IcIg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-optimise-call-expression@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
|
|
|
|
@ -194,6 +252,16 @@
|
|
|
|
|
"@babel/traverse" "^7.8.3"
|
|
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-replace-supers@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.0.tgz#26bc22ee1a35450934d2e2a9b27de10a22fac9d6"
|
|
|
|
|
integrity sha512-erl4iVeiANf14JszXP7b69bSrz3e3+qW09pVvEmTWwzRQEOoyb1WFlYCA8d/VjVZGYW8+nGpLh7swf9CifH5wg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-member-expression-to-functions" "^7.10.0"
|
|
|
|
|
"@babel/helper-optimise-call-expression" "^7.10.0"
|
|
|
|
|
"@babel/traverse" "^7.10.0"
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6", "@babel/helper-replace-supers@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444"
|
|
|
|
@ -234,6 +302,15 @@
|
|
|
|
|
"@babel/traverse" "^7.8.3"
|
|
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/helpers@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.0.tgz#634400a0977b8dcf7b311761a77ca94ed974b3b6"
|
|
|
|
|
integrity sha512-lQtFJoDZAGf/t2PgR6Z59Q2MwjvOGGsxZ0BAlsrgyDhKuMbe63EfbQmVmcLfyTBj8J4UtiadQimcotvYVg/kVQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/template" "^7.10.0"
|
|
|
|
|
"@babel/traverse" "^7.10.0"
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helpers@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
|
|
|
|
@ -262,6 +339,11 @@
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
|
|
|
|
|
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
|
|
|
|
|
|
|
|
|
|
"@babel/parser@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.10.0.tgz#8eca3e71a73dd562c5222376b08253436bb4995b"
|
|
|
|
|
integrity sha512-fnDUl1Uy2gThM4IFVW4ISNHqr3cJrCsRkSCasFgx0XDO9JcttDS5ytyBc4Cu4X1+fjoo3IVvFbRD6TeFlHJlEQ==
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
|
|
@ -279,12 +361,12 @@
|
|
|
|
|
"@babel/helper-create-class-features-plugin" "^7.8.3"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-decorators@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz#2156860ab65c5abf068c3f67042184041066543e"
|
|
|
|
|
integrity sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==
|
|
|
|
|
"@babel/plugin-proposal-decorators@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.0.tgz#aa1c82288d9af1f2a5bc759e5dffbca8f8d01ea1"
|
|
|
|
|
integrity sha512-PTlxQfx0fZjOYlLe+gAhpb6Lph3zr03lpzqnzI8bWtcxDo/98rhO2adxe87F7OHg1G65nXxQ9ChPvB/0A3qSAg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-create-class-features-plugin" "^7.8.3"
|
|
|
|
|
"@babel/helper-create-class-features-plugin" "^7.10.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-decorators" "^7.8.3"
|
|
|
|
|
|
|
|
|
@ -296,10 +378,10 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-json-strings@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz#da5216b238a98b58a1e05d6852104b10f9a70d6b"
|
|
|
|
|
integrity sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==
|
|
|
|
|
"@babel/plugin-proposal-json-strings@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.0.tgz#72926c31c14ff4f04916a0b17d376cdfb7fa1d84"
|
|
|
|
|
integrity sha512-n4oQLAAXTFj0OusjIbr6bcvVQf8oH6QziwAK8QNtKhjJAg71+hnU2rZDZYkYMmfOZ46dCWf+ybbHJ7hxfrzFlw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-json-strings" "^7.8.0"
|
|
|
|
@ -320,10 +402,10 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63"
|
|
|
|
|
integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.0.tgz#d27b0910b637f7c9d9a5629f2adcd04dc9ea4e69"
|
|
|
|
|
integrity sha512-DOD+4TqMcRKJdAfN08+v9cciK5d0HW5hwTndOoKZEfEzU/mRrKboheD5mnWU4Q96VOnDdAj86kKjZhoQyG6s+A==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
|
|
@ -337,14 +419,22 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining@^7.9.0":
|
|
|
|
|
version "7.9.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz#31db16b154c39d6b8a645292472b98394c292a58"
|
|
|
|
|
integrity sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.0.tgz#f9bdcd5cbf2e3037674903a45e56ed0cbaea1550"
|
|
|
|
|
integrity sha512-bn+9XT8Y6FJCO37ewj4E1gIirR35nDm+mGcqQV4dM3LKSVp3QTAU3f65Z0ld4y6jdfAlv2VKzCh4mezhRnl+6Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-private-methods@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.8.3.tgz#01248c6c8dc292116b3b4ebd746150f4f0728bab"
|
|
|
|
|
integrity sha512-ysLAper960yy1TVXa2lMYdCQIGqtUXo8sVb+zYE7UTiZSLs6/wbZ0PrrXEKESJcK3SgFWrF8WpsaDzdslhuoZA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-create-class-features-plugin" "^7.8.3"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.8.3":
|
|
|
|
|
version "7.8.8"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz#ee3a95e90cdc04fe8cd92ec3279fa017d68a0d1d"
|
|
|
|
@ -474,10 +564,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a"
|
|
|
|
|
integrity sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w==
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.0.tgz#5d7aa0cf921ec91bdc97c9b311bf1fce0ea979b0"
|
|
|
|
|
integrity sha512-AoMn0D3nLG9i71useuBrZZTnHbjnhcaTXCckUtOx3JPuhGGJdOUYMwOV9niPJ+nZCk52dfLLqbmV3pBMCRQLNw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
@ -503,10 +593,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-destructuring@^7.9.5":
|
|
|
|
|
version "7.9.5"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
|
|
|
|
|
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
|
|
|
|
|
"@babel/plugin-transform-destructuring@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.0.tgz#59145194029721e49e511afb4bdd1d2f38369180"
|
|
|
|
|
integrity sha512-yKoghHpYbC0eM+6o6arPUJT9BQBvOOn8iOCEHwFvkJ5gjAxYmoUaAuLwaoA9h2YvC6dzcRI0KPQOpRXr8qQTxQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
@ -533,10 +623,10 @@
|
|
|
|
|
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-for-of@^7.9.0":
|
|
|
|
|
version "7.9.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz#0f260e27d3e29cd1bb3128da5e76c761aa6c108e"
|
|
|
|
|
integrity sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ==
|
|
|
|
|
"@babel/plugin-transform-for-of@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.0.tgz#ff2bf95dc1deb9b309c7fd78d9620ac9266a3efe"
|
|
|
|
|
integrity sha512-0ldl5xEe9kbuhB1cDqs17JiBPEm1+6/LH7loo29+MAJOyB/xbpLI/u6mRzDPjr0nYL7z0S14FPT4hs2gH8Im9Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
@ -581,10 +671,10 @@
|
|
|
|
|
"@babel/helper-simple-access" "^7.8.3"
|
|
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4"
|
|
|
|
|
integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg==
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.0.tgz#815aa9b9d59224ed1bb5d4cbb3c86c4d7e12d9bf"
|
|
|
|
|
integrity sha512-L/1xADoyJeb01fqKiHhl4ghAJOnFcHvx2JQA7bc8zdaDFDU4k62CJmXqDtNtJUNiOwlHZLWg1l7/Twf1aWARQw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-hoist-variables" "^7.8.3"
|
|
|
|
|
"@babel/helper-module-transforms" "^7.9.0"
|
|
|
|
@ -650,10 +740,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-runtime@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz#3ba804438ad0d880a17bca5eaa0cdf1edeedb2fd"
|
|
|
|
|
integrity sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w==
|
|
|
|
|
"@babel/plugin-transform-runtime@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.0.tgz#16e50ba682aa9925b94123a622d996cadd4cbef7"
|
|
|
|
|
integrity sha512-SWIc5IJnoLHk9qVRvvpebUW5lafStcKlLcqELMiNOApVIxPbCtkQfLRMCdaEKw4X92JItFKdoBxv2udiyGwFtg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-module-imports" "^7.8.3"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
@ -667,10 +757,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-spread@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz#9c8ffe8170fdfb88b114ecb920b82fb6e95fe5e8"
|
|
|
|
|
integrity sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g==
|
|
|
|
|
"@babel/plugin-transform-spread@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.0.tgz#6918d9b2b52c604802bd50a5f22b649efddf9af6"
|
|
|
|
|
integrity sha512-P3Zj04ylqumJBjmjylNl05ZHRo4j4gFNG7P70loys0//q5BTe30E8xIj6PnqEWAfsPYu2sdIPcJeeQdclqlM6A==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
@ -697,6 +787,13 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.0.tgz#63b4da633af14740b6570b928a2d5537495314cb"
|
|
|
|
|
integrity sha512-6DwSPQzJ9kSRI1kNFfVAeYdeH7sUH0c1NOYSBGnpJ1ZUZ7mxPY1hxeAqzcrO5NKlOx7ghcy4nAbfFWTPx5IVEg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-unicode-regex@^7.8.3":
|
|
|
|
|
version "7.8.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad"
|
|
|
|
@ -705,25 +802,28 @@
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
"@babel/preset-env@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6"
|
|
|
|
|
integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==
|
|
|
|
|
"@babel/preset-env@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.0.tgz#2b1d9c0cf41fdf68f64d8183a567a14f70861f99"
|
|
|
|
|
integrity sha512-UOZNyiZRvIGvIudjCB8Y8OVkpAvlslec4qgwC73yEvx3Puz0c/xc28Yru36y5K+StOkPPM+VldTsmXPht5LpSg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/compat-data" "^7.9.6"
|
|
|
|
|
"@babel/helper-compilation-targets" "^7.9.6"
|
|
|
|
|
"@babel/compat-data" "^7.10.0"
|
|
|
|
|
"@babel/helper-compilation-targets" "^7.10.0"
|
|
|
|
|
"@babel/helper-module-imports" "^7.8.3"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-class-properties" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-json-strings" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-json-strings" "^7.10.0"
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.9.6"
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.10.0"
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining" "^7.10.0"
|
|
|
|
|
"@babel/plugin-proposal-private-methods" "^7.8.3"
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-async-generators" "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-class-properties" "^7.8.3"
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-json-strings" "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
|
|
|
@ -735,20 +835,20 @@
|
|
|
|
|
"@babel/plugin-transform-arrow-functions" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-async-to-generator" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.10.0"
|
|
|
|
|
"@babel/plugin-transform-classes" "^7.9.5"
|
|
|
|
|
"@babel/plugin-transform-computed-properties" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-destructuring" "^7.9.5"
|
|
|
|
|
"@babel/plugin-transform-destructuring" "^7.10.0"
|
|
|
|
|
"@babel/plugin-transform-dotall-regex" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-for-of" "^7.9.0"
|
|
|
|
|
"@babel/plugin-transform-for-of" "^7.10.0"
|
|
|
|
|
"@babel/plugin-transform-function-name" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-literals" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-modules-amd" "^7.9.6"
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs" "^7.9.6"
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs" "^7.9.6"
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs" "^7.10.0"
|
|
|
|
|
"@babel/plugin-transform-modules-umd" "^7.9.0"
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-new-target" "^7.8.3"
|
|
|
|
@ -758,14 +858,15 @@
|
|
|
|
|
"@babel/plugin-transform-regenerator" "^7.8.7"
|
|
|
|
|
"@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-spread" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-spread" "^7.10.0"
|
|
|
|
|
"@babel/plugin-transform-sticky-regex" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-template-literals" "^7.8.3"
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes" "^7.10.0"
|
|
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.8.3"
|
|
|
|
|
"@babel/preset-modules" "^0.1.3"
|
|
|
|
|
"@babel/types" "^7.9.6"
|
|
|
|
|
browserslist "^4.11.1"
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
browserslist "^4.12.0"
|
|
|
|
|
core-js-compat "^3.6.2"
|
|
|
|
|
invariant "^2.2.2"
|
|
|
|
|
levenary "^1.1.1"
|
|
|
|
@ -782,13 +883,29 @@
|
|
|
|
|
"@babel/types" "^7.4.4"
|
|
|
|
|
esutils "^2.0.2"
|
|
|
|
|
|
|
|
|
|
"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6":
|
|
|
|
|
"@babel/runtime@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.0.tgz#2cdcd6d7a391c24f7154235134c830cfb58ac0b1"
|
|
|
|
|
integrity sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
regenerator-runtime "^0.13.4"
|
|
|
|
|
|
|
|
|
|
"@babel/runtime@^7.8.4":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
|
|
|
|
|
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
regenerator-runtime "^0.13.4"
|
|
|
|
|
|
|
|
|
|
"@babel/template@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.0.tgz#f15d852ce16cd5fb3e219097a75f662710b249b1"
|
|
|
|
|
integrity sha512-aMLEQn5tcG49LEWrsEwxiRTdaJmvLem3+JMCMSeCy2TILau0IDVyWdm/18ACx7XOCady64FLt6KkHy28tkDQHQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.8.3"
|
|
|
|
|
"@babel/parser" "^7.10.0"
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
|
|
|
|
|
"@babel/template@^7.3.3", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
|
|
|
|
|
version "7.8.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
|
|
|
|
@ -813,6 +930,21 @@
|
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/traverse@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.0.tgz#290935529881baf619398d94fd453838bef36740"
|
|
|
|
|
integrity sha512-NZsFleMaLF1zX3NxbtXI/JCs2RPOdpGru6UBdGsfhdsDsP+kFF+h2QQJnMJglxk0kc69YmMFs4A44OJY0tKo5g==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.8.3"
|
|
|
|
|
"@babel/generator" "^7.10.0"
|
|
|
|
|
"@babel/helper-function-name" "^7.9.5"
|
|
|
|
|
"@babel/helper-split-export-declaration" "^7.8.3"
|
|
|
|
|
"@babel/parser" "^7.10.0"
|
|
|
|
|
"@babel/types" "^7.10.0"
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
|
|
|
|
|
version "7.9.6"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
|
|
|
@ -822,6 +954,15 @@
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/types@^7.10.0":
|
|
|
|
|
version "7.10.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/@babel/types/-/types-7.10.0.tgz#d47d92249e42393a5723aad5319035ae411e3e38"
|
|
|
|
|
integrity sha512-t41W8yWFyQFPOAAvPvjyRhejcLGnJTA3iRpFcDbEKwVJ3UnHQePFzLk8GagTsucJlImyNwrGikGsYURrWbQG8w==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-validator-identifier" "^7.9.5"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
|
|
|
|
"@bcoe/v8-coverage@^0.2.3":
|
|
|
|
|
version "0.2.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
|
|
@ -3389,7 +3530,7 @@ browserify-zlib@^0.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
pako "~1.0.5"
|
|
|
|
|
|
|
|
|
|
browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.6.4, browserslist@^4.8.5:
|
|
|
|
|
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.4, browserslist@^4.8.5:
|
|
|
|
|
version "4.12.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
|
|
|
|
|
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
|
|
|
|
@ -4114,11 +4255,16 @@ connect@^3.7.0:
|
|
|
|
|
parseurl "~1.3.3"
|
|
|
|
|
utils-merge "1.0.1"
|
|
|
|
|
|
|
|
|
|
consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.12.1, consola@^2.6.0, consola@^2.9.0:
|
|
|
|
|
consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.6.0, consola@^2.9.0:
|
|
|
|
|
version "2.12.1"
|
|
|
|
|
resolved "https://registry.npmjs.org/consola/-/consola-2.12.1.tgz#88e9311a02cb88a7f6f9488239dd30b6ba99cbb0"
|
|
|
|
|
integrity sha512-aEkkju9ZcEa9y2MhzNhfmTUws/CEZZ0LKu0FxftSU3HygPfVMMIMSYyYct+xBN6XNRhsaDZjw2HAv3m2ammXSA==
|
|
|
|
|
|
|
|
|
|
consola@^2.12.2:
|
|
|
|
|
version "2.12.2"
|
|
|
|
|
resolved "https://registry.npmjs.org/consola/-/consola-2.12.2.tgz#9610f158e7b0a9ecc8f8bb0c4fc8e7c52bf41d05"
|
|
|
|
|
integrity sha512-c9mzemrAk57s3UIjepn8KKkuEH5fauMdot5kFSJUnqHcnApVS9Db8Rbv5AZ1Iz6lXzaGe9z1crQXhJtGX4h/Og==
|
|
|
|
|
|
|
|
|
|
console-browserify@^1.1.0:
|
|
|
|
|
version "1.2.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
|
|
|
|
@ -11185,10 +11331,10 @@ rollup-plugin-license@^2.1.0:
|
|
|
|
|
spdx-expression-validate "2.0.0"
|
|
|
|
|
spdx-satisfies "5.0.0"
|
|
|
|
|
|
|
|
|
|
rollup@^2.10.9:
|
|
|
|
|
version "2.10.9"
|
|
|
|
|
resolved "https://registry.npmjs.org/rollup/-/rollup-2.10.9.tgz#17dcc6753c619efcc1be2cf61d73a87827eebdf9"
|
|
|
|
|
integrity sha512-dY/EbjiWC17ZCUSyk14hkxATAMAShkMsD43XmZGWjLrgFj15M3Dw2kEkA9ns64BiLFm9PKN6vTQw8neHwK74eg==
|
|
|
|
|
rollup@^2.11.0:
|
|
|
|
|
version "2.11.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/rollup/-/rollup-2.11.0.tgz#a46265f8291c71fee6dea3cccb5ac8e8b343e59c"
|
|
|
|
|
integrity sha512-VIUTZJ/wmqtNBKwa0N6MgC2SOUZoruX3HO0UFRf2Ilv/xtswXw+lQ9COUPytRFMmGst/5+En23ZpVK64AI83Cw==
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
fsevents "~2.1.2"
|
|
|
|
|
|
|
|
|
@ -11589,10 +11735,10 @@ sort-object-keys@^1.1.3:
|
|
|
|
|
resolved "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
|
|
|
|
|
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
|
|
|
|
|
|
|
|
|
|
sort-package-json@^1.42.3:
|
|
|
|
|
version "1.42.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.42.3.tgz#cbd04f9432418d5a0d601ac67744ca82f8c83338"
|
|
|
|
|
integrity sha512-K00EtaQEJ58/I/jSzX5zkY9WD5hD8+iJhN/aO+zANGirMsX+MC/q7cLZoox7c6pE8QXbz+SozNK3w/ZoIvktRg==
|
|
|
|
|
sort-package-json@^1.43.0:
|
|
|
|
|
version "1.43.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.43.0.tgz#6c37c09aa3cf9dc41782907588984f2013dc767a"
|
|
|
|
|
integrity sha512-44jXWI9nyUGDgOOk2SCrrkuPgC1pLgsLwpl0Qd9Cc+rZR7GpNRBidTFxAW08Zq/FSxn4gDyJBnV0aNE0/bSQAg==
|
|
|
|
|
dependencies:
|
|
|
|
|
detect-indent "^6.0.0"
|
|
|
|
|
detect-newline "3.1.0"
|
|
|
|
@ -12919,10 +13065,10 @@ vue-loader@^15.9.2:
|
|
|
|
|
vue-hot-reload-api "^2.3.0"
|
|
|
|
|
vue-style-loader "^4.1.0"
|
|
|
|
|
|
|
|
|
|
vue-meta@^2.3.3:
|
|
|
|
|
version "2.3.3"
|
|
|
|
|
resolved "https://registry.npmjs.org/vue-meta/-/vue-meta-2.3.3.tgz#2a097f62817204b0da78be4d62aee0cb566eaee0"
|
|
|
|
|
integrity sha512-FmeekLkd5+BI7NFBnU4bEnTpVZqmu3q8ztW4R4U3GBQljgDM7QAuwMXs8/aJP0U1tjtxobX8T6HcyZXimGj1DQ==
|
|
|
|
|
vue-meta@^2.3.4:
|
|
|
|
|
version "2.3.4"
|
|
|
|
|
resolved "https://registry.npmjs.org/vue-meta/-/vue-meta-2.3.4.tgz#fe28af0721e9bc4003422bd4b401c0b628512d12"
|
|
|
|
|
integrity sha512-Mz/5ykeWlhyTDVSTFLBM5tmVU/C+fX6rmVAkLSxbYegJUhUZh3N4D0b7nC0/knG1esK2l6r8iW/N0KeU+38bEQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
deepmerge "^4.2.2"
|
|
|
|
|
|
|
|
|
@ -12931,10 +13077,10 @@ vue-no-ssr@^1.1.1:
|
|
|
|
|
resolved "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998"
|
|
|
|
|
integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==
|
|
|
|
|
|
|
|
|
|
vue-router@^3.2.0:
|
|
|
|
|
version "3.2.0"
|
|
|
|
|
resolved "https://registry.npmjs.org/vue-router/-/vue-router-3.2.0.tgz#da35195ffe37fdf0bec9f5f8f72781d2a7718815"
|
|
|
|
|
integrity sha512-khkrcUIzMcI1rDcNtqkvLwfRFzB97GmJEsPAQdj7t/VvpGhmXLOkUfhc+Ah8CvpSXGXwuWuQO+x8Sy/xDhXZIA==
|
|
|
|
|
vue-router@^3.3.1:
|
|
|
|
|
version "3.3.1"
|
|
|
|
|
resolved "https://registry.npmjs.org/vue-router/-/vue-router-3.3.1.tgz#7d0545dd8ebf4f45494ca185b7eccb38d67689c1"
|
|
|
|
|
integrity sha512-2E2Xlks6oDzU559/NcSGD08g3XCDZznx8CK/jHIHkrbAdnCu1ghUcnz5e78SZ35gaOKtHGS01vJG8Yv4iJFTug==
|
|
|
|
|
|
|
|
|
|
vue-server-renderer@^2.6.11:
|
|
|
|
|
version "2.6.11"
|
|
|
|
|