|
|
|
@ -2,41 +2,41 @@ |
|
|
|
|
# yarn lockfile v1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/code-frame@^7.0.0": |
|
|
|
|
version "7.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
|
|
|
|
integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== |
|
|
|
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
|
|
|
|
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/highlight" "^7.0.0" |
|
|
|
|
|
|
|
|
|
"@babel/core@^7.0.0": |
|
|
|
|
version "7.5.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" |
|
|
|
|
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/code-frame" "^7.0.0" |
|
|
|
|
"@babel/generator" "^7.5.0" |
|
|
|
|
"@babel/helpers" "^7.5.4" |
|
|
|
|
"@babel/parser" "^7.5.0" |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" |
|
|
|
|
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/code-frame" "^7.5.5" |
|
|
|
|
"@babel/generator" "^7.5.5" |
|
|
|
|
"@babel/helpers" "^7.5.5" |
|
|
|
|
"@babel/parser" "^7.5.5" |
|
|
|
|
"@babel/template" "^7.4.4" |
|
|
|
|
"@babel/traverse" "^7.5.0" |
|
|
|
|
"@babel/types" "^7.5.0" |
|
|
|
|
"@babel/traverse" "^7.5.5" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
convert-source-map "^1.1.0" |
|
|
|
|
debug "^4.1.0" |
|
|
|
|
json5 "^2.1.0" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
resolve "^1.3.2" |
|
|
|
|
semver "^5.4.1" |
|
|
|
|
source-map "^0.5.0" |
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.5.0": |
|
|
|
|
version "7.5.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a" |
|
|
|
|
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA== |
|
|
|
|
"@babel/generator@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" |
|
|
|
|
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/types" "^7.5.0" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
jsesc "^2.5.1" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
source-map "^0.5.0" |
|
|
|
|
trim-right "^1.0.1" |
|
|
|
|
|
|
|
|
@ -64,14 +64,14 @@ |
|
|
|
|
"@babel/traverse" "^7.4.4" |
|
|
|
|
"@babel/types" "^7.4.4" |
|
|
|
|
|
|
|
|
|
"@babel/helper-define-map@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a" |
|
|
|
|
integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg== |
|
|
|
|
"@babel/helper-define-map@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" |
|
|
|
|
integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-function-name" "^7.1.0" |
|
|
|
|
"@babel/types" "^7.4.4" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
|
|
|
|
|
"@babel/helper-explode-assignable-expression@^7.1.0": |
|
|
|
|
version "7.1.0" |
|
|
|
@ -104,12 +104,12 @@ |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/types" "^7.4.4" |
|
|
|
|
|
|
|
|
|
"@babel/helper-member-expression-to-functions@^7.0.0": |
|
|
|
|
version "7.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f" |
|
|
|
|
integrity sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg== |
|
|
|
|
"@babel/helper-member-expression-to-functions@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590" |
|
|
|
|
integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/types" "^7.0.0" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
|
|
|
|
|
"@babel/helper-module-imports@^7.0.0": |
|
|
|
|
version "7.0.0" |
|
|
|
@ -119,16 +119,16 @@ |
|
|
|
|
"@babel/types" "^7.0.0" |
|
|
|
|
|
|
|
|
|
"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.4.4.tgz#96115ea42a2f139e619e98ed46df6019b94414b8" |
|
|
|
|
integrity sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w== |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" |
|
|
|
|
integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-module-imports" "^7.0.0" |
|
|
|
|
"@babel/helper-simple-access" "^7.1.0" |
|
|
|
|
"@babel/helper-split-export-declaration" "^7.4.4" |
|
|
|
|
"@babel/template" "^7.4.4" |
|
|
|
|
"@babel/types" "^7.4.4" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
|
|
|
|
|
"@babel/helper-optimise-call-expression@^7.0.0": |
|
|
|
|
version "7.0.0" |
|
|
|
@ -143,11 +143,11 @@ |
|
|
|
|
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== |
|
|
|
|
|
|
|
|
|
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2" |
|
|
|
|
integrity sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q== |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351" |
|
|
|
|
integrity sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw== |
|
|
|
|
dependencies: |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
|
|
|
|
|
"@babel/helper-remap-async-to-generator@^7.1.0": |
|
|
|
|
version "7.1.0" |
|
|
|
@ -160,15 +160,15 @@ |
|
|
|
|
"@babel/traverse" "^7.1.0" |
|
|
|
|
"@babel/types" "^7.0.0" |
|
|
|
|
|
|
|
|
|
"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27" |
|
|
|
|
integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== |
|
|
|
|
"@babel/helper-replace-supers@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2" |
|
|
|
|
integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-member-expression-to-functions" "^7.0.0" |
|
|
|
|
"@babel/helper-member-expression-to-functions" "^7.5.5" |
|
|
|
|
"@babel/helper-optimise-call-expression" "^7.0.0" |
|
|
|
|
"@babel/traverse" "^7.4.4" |
|
|
|
|
"@babel/types" "^7.4.4" |
|
|
|
|
"@babel/traverse" "^7.5.5" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
|
|
|
|
|
"@babel/helper-simple-access@^7.1.0": |
|
|
|
|
version "7.1.0" |
|
|
|
@ -195,14 +195,14 @@ |
|
|
|
|
"@babel/traverse" "^7.1.0" |
|
|
|
|
"@babel/types" "^7.2.0" |
|
|
|
|
|
|
|
|
|
"@babel/helpers@^7.5.4": |
|
|
|
|
version "7.5.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0" |
|
|
|
|
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow== |
|
|
|
|
"@babel/helpers@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" |
|
|
|
|
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/template" "^7.4.4" |
|
|
|
|
"@babel/traverse" "^7.5.0" |
|
|
|
|
"@babel/types" "^7.5.0" |
|
|
|
|
"@babel/traverse" "^7.5.5" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
|
|
|
|
|
"@babel/highlight@^7.0.0": |
|
|
|
|
version "7.5.0" |
|
|
|
@ -213,10 +213,10 @@ |
|
|
|
|
esutils "^2.0.2" |
|
|
|
|
js-tokens "^4.0.0" |
|
|
|
|
|
|
|
|
|
"@babel/parser@^7.4.4", "@babel/parser@^7.5.0": |
|
|
|
|
version "7.5.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7" |
|
|
|
|
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA== |
|
|
|
|
"@babel/parser@^7.4.4", "@babel/parser@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" |
|
|
|
|
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== |
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions@^7.2.0": |
|
|
|
|
version "7.2.0" |
|
|
|
@ -243,10 +243,10 @@ |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
"@babel/plugin-syntax-json-strings" "^7.2.0" |
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.5.4": |
|
|
|
|
version "7.5.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331" |
|
|
|
|
integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA== |
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58" |
|
|
|
|
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
"@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
|
|
|
@ -326,25 +326,25 @@ |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d" |
|
|
|
|
integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA== |
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce" |
|
|
|
|
integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-classes@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6" |
|
|
|
|
integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw== |
|
|
|
|
"@babel/plugin-transform-classes@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9" |
|
|
|
|
integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-annotate-as-pure" "^7.0.0" |
|
|
|
|
"@babel/helper-define-map" "^7.4.4" |
|
|
|
|
"@babel/helper-define-map" "^7.5.5" |
|
|
|
|
"@babel/helper-function-name" "^7.1.0" |
|
|
|
|
"@babel/helper-optimise-call-expression" "^7.0.0" |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
"@babel/helper-replace-supers" "^7.4.4" |
|
|
|
|
"@babel/helper-replace-supers" "^7.5.5" |
|
|
|
|
"@babel/helper-split-export-declaration" "^7.4.4" |
|
|
|
|
globals "^11.1.0" |
|
|
|
|
|
|
|
|
@ -465,13 +465,13 @@ |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-object-super@^7.2.0": |
|
|
|
|
version "7.2.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598" |
|
|
|
|
integrity sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg== |
|
|
|
|
"@babel/plugin-transform-object-super@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9" |
|
|
|
|
integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
"@babel/helper-replace-supers" "^7.1.0" |
|
|
|
|
"@babel/helper-replace-supers" "^7.5.5" |
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-parameters@^7.4.4": |
|
|
|
|
version "7.4.4" |
|
|
|
@ -550,16 +550,16 @@ |
|
|
|
|
regexpu-core "^4.5.4" |
|
|
|
|
|
|
|
|
|
"@babel/preset-env@^7.0.0": |
|
|
|
|
version "7.5.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d" |
|
|
|
|
integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ== |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a" |
|
|
|
|
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/helper-module-imports" "^7.0.0" |
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0" |
|
|
|
|
"@babel/plugin-proposal-async-generator-functions" "^7.2.0" |
|
|
|
|
"@babel/plugin-proposal-dynamic-import" "^7.5.0" |
|
|
|
|
"@babel/plugin-proposal-json-strings" "^7.2.0" |
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.5.4" |
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.5.5" |
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0" |
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4" |
|
|
|
|
"@babel/plugin-syntax-async-generators" "^7.2.0" |
|
|
|
@ -570,8 +570,8 @@ |
|
|
|
|
"@babel/plugin-transform-arrow-functions" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-async-to-generator" "^7.5.0" |
|
|
|
|
"@babel/plugin-transform-block-scoped-functions" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.4.4" |
|
|
|
|
"@babel/plugin-transform-classes" "^7.4.4" |
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.5.5" |
|
|
|
|
"@babel/plugin-transform-classes" "^7.5.5" |
|
|
|
|
"@babel/plugin-transform-computed-properties" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-destructuring" "^7.5.0" |
|
|
|
|
"@babel/plugin-transform-dotall-regex" "^7.4.4" |
|
|
|
@ -587,7 +587,7 @@ |
|
|
|
|
"@babel/plugin-transform-modules-umd" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5" |
|
|
|
|
"@babel/plugin-transform-new-target" "^7.4.4" |
|
|
|
|
"@babel/plugin-transform-object-super" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-object-super" "^7.5.5" |
|
|
|
|
"@babel/plugin-transform-parameters" "^7.4.4" |
|
|
|
|
"@babel/plugin-transform-property-literals" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-regenerator" "^7.4.5" |
|
|
|
@ -598,7 +598,7 @@ |
|
|
|
|
"@babel/plugin-transform-template-literals" "^7.4.4" |
|
|
|
|
"@babel/plugin-transform-typeof-symbol" "^7.2.0" |
|
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.4.4" |
|
|
|
|
"@babel/types" "^7.5.0" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
browserslist "^4.6.0" |
|
|
|
|
core-js-compat "^3.1.1" |
|
|
|
|
invariant "^2.2.2" |
|
|
|
@ -614,28 +614,28 @@ |
|
|
|
|
"@babel/parser" "^7.4.4" |
|
|
|
|
"@babel/types" "^7.4.4" |
|
|
|
|
|
|
|
|
|
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0": |
|
|
|
|
version "7.5.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485" |
|
|
|
|
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg== |
|
|
|
|
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" |
|
|
|
|
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== |
|
|
|
|
dependencies: |
|
|
|
|
"@babel/code-frame" "^7.0.0" |
|
|
|
|
"@babel/generator" "^7.5.0" |
|
|
|
|
"@babel/code-frame" "^7.5.5" |
|
|
|
|
"@babel/generator" "^7.5.5" |
|
|
|
|
"@babel/helper-function-name" "^7.1.0" |
|
|
|
|
"@babel/helper-split-export-declaration" "^7.4.4" |
|
|
|
|
"@babel/parser" "^7.5.0" |
|
|
|
|
"@babel/types" "^7.5.0" |
|
|
|
|
"@babel/parser" "^7.5.5" |
|
|
|
|
"@babel/types" "^7.5.5" |
|
|
|
|
debug "^4.1.0" |
|
|
|
|
globals "^11.1.0" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
|
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0": |
|
|
|
|
version "7.5.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab" |
|
|
|
|
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ== |
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": |
|
|
|
|
version "7.5.5" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
|
|
|
|
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== |
|
|
|
|
dependencies: |
|
|
|
|
esutils "^2.0.2" |
|
|
|
|
lodash "^4.17.11" |
|
|
|
|
lodash "^4.17.13" |
|
|
|
|
to-fast-properties "^2.0.0" |
|
|
|
|
|
|
|
|
|
"@coreui/coreui-plugin-npm-postinstall@^1.0.2": |
|
|
|
@ -719,9 +719,9 @@ |
|
|
|
|
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== |
|
|
|
|
|
|
|
|
|
"@types/node@*": |
|
|
|
|
version "12.6.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.2.tgz#a5ccec6abb6060d5f20d256fb03ed743e9774999" |
|
|
|
|
integrity sha512-gojym4tX0FWeV2gsW4Xmzo5wxGjXGm550oVUII7f7G5o4BV6c7DBdiG1RRQd+y1bvqRyYtPfMK85UM95vsapqQ== |
|
|
|
|
version "12.6.8" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c" |
|
|
|
|
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg== |
|
|
|
|
|
|
|
|
|
"@types/q@^1.5.1": |
|
|
|
|
version "1.5.2" |
|
|
|
@ -741,9 +741,9 @@ |
|
|
|
|
source-map "^0.6.1" |
|
|
|
|
|
|
|
|
|
"@types/webpack@^3.0.0 || ^4.0.0": |
|
|
|
|
version "4.4.35" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.4.35.tgz#b7088eb2d471d5645e5503d272783cafa753583b" |
|
|
|
|
integrity sha512-kf+mn/+CB4HsFb+Rz0QBRlo8nNC9LFhwqeK5xxhd3FEPRWJv6MFVnljKV5ARac56+syO8vIhq+nGt860+3wx7A== |
|
|
|
|
version "4.32.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.32.1.tgz#6e95010e806f808abd6551c112097ac09035aacf" |
|
|
|
|
integrity sha512-9n38CBx9uga1FEAdTipnt0EkbKpsCJFh7xJb1LE65FFb/A6OOLFX022vYsGC1IyVCZ/GroNg9u/RMmlDxGcLIw== |
|
|
|
|
dependencies: |
|
|
|
|
"@types/anymatch" "*" |
|
|
|
|
"@types/node" "*" |
|
|
|
@ -751,10 +751,10 @@ |
|
|
|
|
"@types/uglify-js" "*" |
|
|
|
|
source-map "^0.6.0" |
|
|
|
|
|
|
|
|
|
"@vue/component-compiler-utils@^2.5.1": |
|
|
|
|
version "2.6.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-2.6.0.tgz#aa46d2a6f7647440b0b8932434d22f12371e543b" |
|
|
|
|
integrity sha512-IHjxt7LsOFYc0DkTncB7OXJL7UzwOLPPQCfEUNyxL2qt+tF12THV+EO33O1G2Uk4feMSWua3iD39Itszx0f0bw== |
|
|
|
|
"@vue/component-compiler-utils@^3.0.0": |
|
|
|
|
version "3.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.0.0.tgz#d16fa26b836c06df5baaeb45f3d80afc47e35634" |
|
|
|
|
integrity sha512-am+04/0UX7ektcmvhYmrf84BDVAD8afFOf4asZjN84q8xzxFclbk5x0MtxuKGfp+zjN5WWPJn3fjFAWtDdIGSw== |
|
|
|
|
dependencies: |
|
|
|
|
consolidate "^0.15.1" |
|
|
|
|
hash-sum "^1.0.2" |
|
|
|
@ -936,9 +936,9 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: |
|
|
|
|
negotiator "0.6.2" |
|
|
|
|
|
|
|
|
|
acorn@^6.2.0: |
|
|
|
|
version "6.2.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.0.tgz#67f0da2fc339d6cfb5d6fb244fd449f33cd8bbe3" |
|
|
|
|
integrity sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw== |
|
|
|
|
version "6.2.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51" |
|
|
|
|
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q== |
|
|
|
|
|
|
|
|
|
adjust-sourcemap-loader@^1.1.0: |
|
|
|
|
version "1.2.0" |
|
|
|
@ -1041,36 +1041,34 @@ aproba@^1.0.3, aproba@^1.1.1: |
|
|
|
|
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" |
|
|
|
|
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== |
|
|
|
|
|
|
|
|
|
archiver-utils@^2.0.0: |
|
|
|
|
version "2.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.0.0.tgz#5639818a8b5d89d0ffc51b72c39283cf4fea14a1" |
|
|
|
|
integrity sha512-JRBgcVvDX4Mwu2RBF8bBaHcQCSxab7afsxAPYDQ5W+19quIPP5CfKE7Ql+UHs9wYvwsaNR8oDuhtf5iqrKmzww== |
|
|
|
|
archiver-utils@^2.1.0: |
|
|
|
|
version "2.1.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" |
|
|
|
|
integrity sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw== |
|
|
|
|
dependencies: |
|
|
|
|
glob "^7.0.0" |
|
|
|
|
graceful-fs "^4.1.0" |
|
|
|
|
glob "^7.1.4" |
|
|
|
|
graceful-fs "^4.2.0" |
|
|
|
|
lazystream "^1.0.0" |
|
|
|
|
lodash.assign "^4.2.0" |
|
|
|
|
lodash.defaults "^4.2.0" |
|
|
|
|
lodash.difference "^4.5.0" |
|
|
|
|
lodash.flatten "^4.4.0" |
|
|
|
|
lodash.isplainobject "^4.0.6" |
|
|
|
|
lodash.toarray "^4.4.0" |
|
|
|
|
lodash.union "^4.6.0" |
|
|
|
|
normalize-path "^3.0.0" |
|
|
|
|
readable-stream "^2.0.0" |
|
|
|
|
|
|
|
|
|
archiver@^3.0.0: |
|
|
|
|
version "3.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/archiver/-/archiver-3.0.0.tgz#50b2628cf032adcbf35d35d111b5324db95bfb69" |
|
|
|
|
integrity sha512-5QeR6Xc5hSA9X1rbQfcuQ6VZuUXOaEdB65Dhmk9duuRJHYif/ZyJfuyJqsQrj34PFjU5emv5/MmfgA8un06onw== |
|
|
|
|
version "3.0.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/archiver/-/archiver-3.0.3.tgz#7487be5172650619eb5e3a473032a348a3412cdc" |
|
|
|
|
integrity sha512-d0W7NUyXoLklozHHfvWnHoHS3dvQk8eB22pv5tBwcu1jEO5eZY8W+gHytkAaJ0R8fU2TnNThrWYxjvFlKvRxpw== |
|
|
|
|
dependencies: |
|
|
|
|
archiver-utils "^2.0.0" |
|
|
|
|
async "^2.0.0" |
|
|
|
|
archiver-utils "^2.1.0" |
|
|
|
|
async "^2.6.3" |
|
|
|
|
buffer-crc32 "^0.2.1" |
|
|
|
|
glob "^7.0.0" |
|
|
|
|
readable-stream "^2.0.0" |
|
|
|
|
tar-stream "^1.5.0" |
|
|
|
|
zip-stream "^2.0.1" |
|
|
|
|
glob "^7.1.4" |
|
|
|
|
readable-stream "^3.4.0" |
|
|
|
|
tar-stream "^2.1.0" |
|
|
|
|
zip-stream "^2.1.0" |
|
|
|
|
|
|
|
|
|
are-we-there-yet@~1.1.2: |
|
|
|
|
version "1.1.5" |
|
|
|
@ -1220,7 +1218,7 @@ async@^1.5.2: |
|
|
|
|
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" |
|
|
|
|
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= |
|
|
|
|
|
|
|
|
|
async@^2.0.0: |
|
|
|
|
async@^2.6.3: |
|
|
|
|
version "2.6.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" |
|
|
|
|
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== |
|
|
|
@ -1414,13 +1412,12 @@ binary-extensions@^1.0.0: |
|
|
|
|
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" |
|
|
|
|
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== |
|
|
|
|
|
|
|
|
|
bl@^1.0.0: |
|
|
|
|
version "1.2.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c" |
|
|
|
|
integrity sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA== |
|
|
|
|
bl@^3.0.0: |
|
|
|
|
version "3.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/bl/-/bl-3.0.0.tgz#3611ec00579fd18561754360b21e9f784500ff88" |
|
|
|
|
integrity sha512-EUAyP5UHU5hxF8BPT0LKW8gjYLhq1DQIcneOX/pL/m2Alo+OYDQAJlHq+yseMP50Os2nHXOSic6Ss3vSQeyf4A== |
|
|
|
|
dependencies: |
|
|
|
|
readable-stream "^2.3.5" |
|
|
|
|
safe-buffer "^5.1.1" |
|
|
|
|
readable-stream "^3.0.1" |
|
|
|
|
|
|
|
|
|
block-stream@*: |
|
|
|
|
version "0.0.9" |
|
|
|
@ -1440,9 +1437,9 @@ blueimp-canvas-to-blob@3.5.0: |
|
|
|
|
integrity sha1-VnmsMvaig1gh8MOtZhcZ/4WpI2s= |
|
|
|
|
|
|
|
|
|
blueimp-file-upload@^9.19.2: |
|
|
|
|
version "9.32.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/blueimp-file-upload/-/blueimp-file-upload-9.32.0.tgz#c53e1d3ccec8b770639b514ead93ed684982703f" |
|
|
|
|
integrity sha512-GS68kE4ybcYU7qlsvU8lXygLnebsoRhx68yUyg6n+54TpZDcCK2L7Ra1YS9IYG/t3nQoxS8v2uIuno+YRAfDmw== |
|
|
|
|
version "9.34.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/blueimp-file-upload/-/blueimp-file-upload-9.34.0.tgz#1a57744f262f7c86d575ddb1b3d98f0bdd06feea" |
|
|
|
|
integrity sha512-dXacFmyv6p0n+l5+u1ssYhSpCJdYabl7BZTw5WvB6ygY2ksTB3SdD6huafryEO5DH+XuspHDL6+IJ3m14Va+FQ== |
|
|
|
|
optionalDependencies: |
|
|
|
|
blueimp-canvas-to-blob "3.5.0" |
|
|
|
|
blueimp-load-image "2.12.2" |
|
|
|
@ -1620,29 +1617,11 @@ browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.2: |
|
|
|
|
electron-to-chromium "^1.3.191" |
|
|
|
|
node-releases "^1.1.25" |
|
|
|
|
|
|
|
|
|
buffer-alloc-unsafe@^1.1.0: |
|
|
|
|
version "1.1.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" |
|
|
|
|
integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== |
|
|
|
|
|
|
|
|
|
buffer-alloc@^1.2.0: |
|
|
|
|
version "1.2.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec" |
|
|
|
|
integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== |
|
|
|
|
dependencies: |
|
|
|
|
buffer-alloc-unsafe "^1.1.0" |
|
|
|
|
buffer-fill "^1.0.0" |
|
|
|
|
|
|
|
|
|
buffer-crc32@^0.2.1: |
|
|
|
|
buffer-crc32@^0.2.1, buffer-crc32@^0.2.13: |
|
|
|
|
version "0.2.13" |
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" |
|
|
|
|
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= |
|
|
|
|
|
|
|
|
|
buffer-fill@^1.0.0: |
|
|
|
|
version "1.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" |
|
|
|
|
integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= |
|
|
|
|
|
|
|
|
|
buffer-from@^1.0.0: |
|
|
|
|
version "1.1.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" |
|
|
|
@ -1807,9 +1786,9 @@ caniuse-api@^3.0.0: |
|
|
|
|
lodash.uniq "^4.5.0" |
|
|
|
|
|
|
|
|
|
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000984: |
|
|
|
|
version "1.0.30000984" |
|
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000984.tgz#dc96c3c469e9bcfc6ad5bdd24c77ec918ea76fe0" |
|
|
|
|
integrity sha512-n5tKOjMaZ1fksIpQbjERuqCyfgec/m9pferkFQbLmWtqLUdmt12hNhjSwsmPdqeiG2NkITOQhr1VYIwWSAceiA== |
|
|
|
|
version "1.0.30000985" |
|
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000985.tgz#0eb40f6c8a8c219155cbe43c4975c0efb4a0f77f" |
|
|
|
|
integrity sha512-1ngiwkgqAYPG0JSSUp3PUDGPKKY59EK7NrGGX+VOxaKCNzRbNc7uXMny+c3VJfZxtoK3wSImTvG9T9sXiTw2+w== |
|
|
|
|
|
|
|
|
|
caseless@~0.12.0: |
|
|
|
|
version "0.12.0" |
|
|
|
@ -2032,15 +2011,15 @@ component-emitter@^1.2.1: |
|
|
|
|
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" |
|
|
|
|
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== |
|
|
|
|
|
|
|
|
|
compress-commons@^1.2.0: |
|
|
|
|
version "1.2.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-1.2.2.tgz#524a9f10903f3a813389b0225d27c48bb751890f" |
|
|
|
|
integrity sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8= |
|
|
|
|
compress-commons@^2.0.0: |
|
|
|
|
version "2.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-2.0.0.tgz#c555107ef865eef0ba8a31fe56ec79f813ed3e65" |
|
|
|
|
integrity sha512-gnETNngrfsAoLBENM8M0DoiCDJkHwz3OfIg4mBtqKDcRgE4oXNwHxHxgHvwKKlrcD7eZ7BVTy4l8t9xVF7q3FQ== |
|
|
|
|
dependencies: |
|
|
|
|
buffer-crc32 "^0.2.1" |
|
|
|
|
buffer-crc32 "^0.2.13" |
|
|
|
|
crc32-stream "^2.0.0" |
|
|
|
|
normalize-path "^2.0.0" |
|
|
|
|
readable-stream "^2.0.0" |
|
|
|
|
normalize-path "^3.0.0" |
|
|
|
|
readable-stream "^2.3.6" |
|
|
|
|
|
|
|
|
|
compressible@~2.0.16: |
|
|
|
|
version "2.0.17" |
|
|
|
@ -2281,9 +2260,9 @@ cropper@^4.0: |
|
|
|
|
cropperjs "^1.3.4" |
|
|
|
|
|
|
|
|
|
cropperjs@^1.3.4: |
|
|
|
|
version "1.5.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/cropperjs/-/cropperjs-1.5.3.tgz#8110062257309d74a01238b22efd144938249014" |
|
|
|
|
integrity sha512-BIYeL2iEcrdnm+idK6cAJvOQsqn0BmuSoBxZ/vUTYFt36vUORP4XzY0R1CpnvyKZpccHVVfra5cSuDYAkM+5wA== |
|
|
|
|
version "1.5.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/cropperjs/-/cropperjs-1.5.4.tgz#183590efb14cbef779d1532f898273f32d49cc0f" |
|
|
|
|
integrity sha512-2DczDxhqruvDz+oOUjRTXvsIyUnlSDvWG7r7qaUQioPoZAgfA07kaTtdNXAD/8ezA4CHRk1MT7PFMFQVpcD/1Q== |
|
|
|
|
|
|
|
|
|
cross-spawn@6.0.5, cross-spawn@^6.0.0: |
|
|
|
|
version "6.0.5" |
|
|
|
@ -2805,9 +2784,9 @@ ee-first@1.1.1: |
|
|
|
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= |
|
|
|
|
|
|
|
|
|
electron-to-chromium@^1.3.191: |
|
|
|
|
version "1.3.191" |
|
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.191.tgz#c451b422cd8b2eab84dedabab5abcae1eaefb6f0" |
|
|
|
|
integrity sha512-jasjtY5RUy/TOyiUYM2fb4BDaPZfm6CXRFeJDMfFsXYADGxUN49RBqtgB7EL2RmJXeIRUk9lM1U6A5yk2YJMPQ== |
|
|
|
|
version "1.3.200" |
|
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.200.tgz#78fb858b466269e8eb46d31a52562f00c865127f" |
|
|
|
|
integrity sha512-PUurrpyDA74MuAjJRD+79ss5BqJlU3mdArRbuu4wO/dt6jc3Ic/6BDmFJxkdwbfq39cHf/XKm2vW98XSvut9Dg== |
|
|
|
|
|
|
|
|
|
elliptic@^6.0.0: |
|
|
|
|
version "6.5.0" |
|
|
|
@ -2837,7 +2816,7 @@ encodeurl@~1.0.2: |
|
|
|
|
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" |
|
|
|
|
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= |
|
|
|
|
|
|
|
|
|
end-of-stream@^1.0.0, end-of-stream@^1.1.0: |
|
|
|
|
end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1: |
|
|
|
|
version "1.4.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" |
|
|
|
|
integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q== |
|
|
|
@ -3629,7 +3608,7 @@ globule@^1.0.0: |
|
|
|
|
lodash "~4.17.10" |
|
|
|
|
minimatch "~3.0.2" |
|
|
|
|
|
|
|
|
|
graceful-fs@^4.1.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: |
|
|
|
|
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: |
|
|
|
|
version "4.2.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b" |
|
|
|
|
integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg== |
|
|
|
@ -4045,11 +4024,16 @@ ip@^1.1.0, ip@^1.1.5: |
|
|
|
|
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" |
|
|
|
|
integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= |
|
|
|
|
|
|
|
|
|
ipaddr.js@1.9.0, ipaddr.js@^1.9.0: |
|
|
|
|
ipaddr.js@1.9.0: |
|
|
|
|
version "1.9.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65" |
|
|
|
|
integrity sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA== |
|
|
|
|
|
|
|
|
|
ipaddr.js@^1.9.0: |
|
|
|
|
version "1.9.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" |
|
|
|
|
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== |
|
|
|
|
|
|
|
|
|
is-absolute-url@^2.0.0: |
|
|
|
|
version "2.1.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" |
|
|
|
@ -4489,9 +4473,9 @@ jsonify@~0.0.0: |
|
|
|
|
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= |
|
|
|
|
|
|
|
|
|
jsplumb@^2.6.9: |
|
|
|
|
version "2.10.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/jsplumb/-/jsplumb-2.10.2.tgz#9e91cef39ee2d4a079b40e9636209c1d98987987" |
|
|
|
|
integrity sha512-80lOxMb9oNo+2YB85kO67vLlO7O38fODyKBppVLmRZErdWcmh7Urj5ew41rIRqBnDb6qePCUf4J82ERr0hwi0A== |
|
|
|
|
version "2.11.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/jsplumb/-/jsplumb-2.11.1.tgz#63596545ba94b72f16cee3eaca2e35656dc1eea8" |
|
|
|
|
integrity sha512-8sXC1zvwkO93ZkdKhSYBqJgAeMusQvgO76q8DQkVlS8DVm08s6x6RR8wJDnQypnCb+q/lo8eUyJI8clEVERjfw== |
|
|
|
|
|
|
|
|
|
jsprim@^1.2.2: |
|
|
|
|
version "1.4.1" |
|
|
|
@ -4657,7 +4641,7 @@ lodash.assign@^3.0.0: |
|
|
|
|
lodash._createassigner "^3.0.0" |
|
|
|
|
lodash.keys "^3.0.0" |
|
|
|
|
|
|
|
|
|
lodash.assign@^4.0.1, lodash.assign@^4.2.0: |
|
|
|
|
lodash.assign@^4.0.1: |
|
|
|
|
version "4.2.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7" |
|
|
|
|
integrity sha1-DZnzzNem0mHRm9rrkkUAXShYCOc= |
|
|
|
@ -4724,11 +4708,6 @@ lodash.tail@^4.1.1: |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664" |
|
|
|
|
integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ= |
|
|
|
|
|
|
|
|
|
lodash.toarray@^4.4.0: |
|
|
|
|
version "4.4.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" |
|
|
|
|
integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE= |
|
|
|
|
|
|
|
|
|
lodash.union@^4.6.0: |
|
|
|
|
version "4.6.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" |
|
|
|
@ -4739,10 +4718,10 @@ lodash.uniq@^4.5.0: |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" |
|
|
|
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= |
|
|
|
|
|
|
|
|
|
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.17.5, lodash@~4.17.10: |
|
|
|
|
version "4.17.14" |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" |
|
|
|
|
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== |
|
|
|
|
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.17.5, lodash@~4.17.10: |
|
|
|
|
version "4.17.15" |
|
|
|
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
|
|
|
|
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
|
|
|
|
|
|
|
|
|
loglevel@^1.6.3: |
|
|
|
|
version "1.6.3" |
|
|
|
@ -5162,9 +5141,9 @@ mv@^2.1.1: |
|
|
|
|
rimraf "~2.4.0" |
|
|
|
|
|
|
|
|
|
mxgraph@^4.0: |
|
|
|
|
version "4.0.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/mxgraph/-/mxgraph-4.0.1.tgz#fc81226cf3ee9953c0e695d1270c9866b91ef7a7" |
|
|
|
|
integrity sha512-nCl0gGRzPumnbCJcGtI7GhnQggMueN+XLXTLNljphzwSHDfAOBDkY1TFuOoFtIEn7Pae2+f2a2D2r3UGi2CFLw== |
|
|
|
|
version "4.0.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/mxgraph/-/mxgraph-4.0.2.tgz#e45e449579319812d679c23fadaa9b6d0b97362b" |
|
|
|
|
integrity sha512-1qiynfcruCbWNM9+KDfHFBQS5NMC8THDsMLWZ93kQd4PrCVC0lu8yTS/Mtq9HgAOiIKJxC4Ou0+K9HvHgoCkxw== |
|
|
|
|
|
|
|
|
|
nan@^2.12.1, nan@^2.13.2: |
|
|
|
|
version "2.14.0" |
|
|
|
@ -5286,9 +5265,9 @@ node-pre-gyp@^0.12.0: |
|
|
|
|
tar "^4" |
|
|
|
|
|
|
|
|
|
node-releases@^1.1.25: |
|
|
|
|
version "1.1.25" |
|
|
|
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.25.tgz#0c2d7dbc7fed30fbe02a9ee3007b8c90bf0133d3" |
|
|
|
|
integrity sha512-fI5BXuk83lKEoZDdH3gRhtsNgh05/wZacuXkgbiYkceE7+QIMXOg98n9ZV7mz27B+kFHnqHcUpscZZlGRSmTpQ== |
|
|
|
|
version "1.1.26" |
|
|
|
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.26.tgz#f30563edc5c7dc20cf524cc8652ffa7be0762937" |
|
|
|
|
integrity sha512-fZPsuhhUHMTlfkhDLGtfY80DSJTjOcx+qD1j5pqPkuhUHVS7xHZIg9EE4DHK8O3f0zTxXHX5VIkDG8pu98/wfQ== |
|
|
|
|
dependencies: |
|
|
|
|
semver "^5.3.0" |
|
|
|
|
|
|
|
|
@ -6439,7 +6418,7 @@ read-pkg@^1.0.0: |
|
|
|
|
normalize-package-data "^2.3.2" |
|
|
|
|
path-type "^1.0.0" |
|
|
|
|
|
|
|
|
|
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6: |
|
|
|
|
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: |
|
|
|
|
version "2.3.6" |
|
|
|
|
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" |
|
|
|
|
integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== |
|
|
|
@ -6452,7 +6431,7 @@ read-pkg@^1.0.0: |
|
|
|
|
string_decoder "~1.1.1" |
|
|
|
|
util-deprecate "~1.0.1" |
|
|
|
|
|
|
|
|
|
readable-stream@^3.0.6, readable-stream@^3.1.1: |
|
|
|
|
readable-stream@^3.0.1, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0: |
|
|
|
|
version "3.4.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc" |
|
|
|
|
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ== |
|
|
|
@ -6503,14 +6482,14 @@ regenerator-runtime@^0.11.0: |
|
|
|
|
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== |
|
|
|
|
|
|
|
|
|
regenerator-runtime@^0.13.2: |
|
|
|
|
version "0.13.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447" |
|
|
|
|
integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA== |
|
|
|
|
version "0.13.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" |
|
|
|
|
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== |
|
|
|
|
|
|
|
|
|
regenerator-transform@^0.14.0: |
|
|
|
|
version "0.14.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.0.tgz#2ca9aaf7a2c239dd32e4761218425b8c7a86ecaf" |
|
|
|
|
integrity sha512-rtOelq4Cawlbmq9xuMR5gdFmv7ku/sFoB7sRiywx7aq53bc52b4j6zvH7Te1Vt/X2YveDKnCGUbioieU7FEL3w== |
|
|
|
|
version "0.14.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb" |
|
|
|
|
integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ== |
|
|
|
|
dependencies: |
|
|
|
|
private "^0.1.6" |
|
|
|
|
|
|
|
|
@ -6860,9 +6839,9 @@ select-hose@^2.0.0: |
|
|
|
|
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= |
|
|
|
|
|
|
|
|
|
select2@^4.0.6-rc.1: |
|
|
|
|
version "4.0.7" |
|
|
|
|
resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.7.tgz#7b80473ef7900f4dc2b988623275fe569204ae8d" |
|
|
|
|
integrity sha512-t46Z2nkEEYnBYdRpLNw5dj9qqO+YTiTlWKnpJ/B5e1Q3hPND00JRgcLJxYRzqpeLZd+ZkszkHEMagLKIfbTjVA== |
|
|
|
|
version "4.0.8" |
|
|
|
|
resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.8.tgz#3773bec1e5b96620ed98ca5ded53c0da47e7753f" |
|
|
|
|
integrity sha512-H/I2mq71oiEe51S74hdUv4QubH1EJNLEMnjfQucftLa8GiuT5+RKIHwlV/7I/YUqZg0wsYQM946eFG/ntRPF/Q== |
|
|
|
|
|
|
|
|
|
selfsigned@^1.10.4: |
|
|
|
|
version "1.10.4" |
|
|
|
@ -6877,9 +6856,9 @@ selfsigned@^1.10.4: |
|
|
|
|
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== |
|
|
|
|
|
|
|
|
|
semver@^6.1.1: |
|
|
|
|
version "6.2.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db" |
|
|
|
|
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A== |
|
|
|
|
version "6.3.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
|
|
|
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
|
|
|
|
|
|
|
|
|
semver@~5.3.0: |
|
|
|
|
version "5.3.0" |
|
|
|
@ -7427,18 +7406,16 @@ tapable@^1.0.0, tapable@^1.1.0: |
|
|
|
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" |
|
|
|
|
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== |
|
|
|
|
|
|
|
|
|
tar-stream@^1.5.0: |
|
|
|
|
version "1.6.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555" |
|
|
|
|
integrity sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== |
|
|
|
|
tar-stream@^2.1.0: |
|
|
|
|
version "2.1.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.0.tgz#d1aaa3661f05b38b5acc9b7020efdca5179a2cc3" |
|
|
|
|
integrity sha512-+DAn4Nb4+gz6WZigRzKEZl1QuJVOLtAwwF+WUxy1fJ6X63CaGaUAxJRD2KEn1OMfcbCjySTYpNC6WmfQoIEOdw== |
|
|
|
|
dependencies: |
|
|
|
|
bl "^1.0.0" |
|
|
|
|
buffer-alloc "^1.2.0" |
|
|
|
|
end-of-stream "^1.0.0" |
|
|
|
|
bl "^3.0.0" |
|
|
|
|
end-of-stream "^1.4.1" |
|
|
|
|
fs-constants "^1.0.0" |
|
|
|
|
readable-stream "^2.3.0" |
|
|
|
|
to-buffer "^1.1.1" |
|
|
|
|
xtend "^4.0.0" |
|
|
|
|
inherits "^2.0.3" |
|
|
|
|
readable-stream "^3.1.1" |
|
|
|
|
|
|
|
|
|
tar@^2.0.0: |
|
|
|
|
version "2.2.2" |
|
|
|
@ -7538,11 +7515,6 @@ to-arraybuffer@^1.0.0: |
|
|
|
|
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" |
|
|
|
|
integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= |
|
|
|
|
|
|
|
|
|
to-buffer@^1.1.1: |
|
|
|
|
version "1.1.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80" |
|
|
|
|
integrity sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== |
|
|
|
|
|
|
|
|
|
to-fast-properties@^1.0.3: |
|
|
|
|
version "1.0.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" |
|
|
|
@ -7868,11 +7840,11 @@ vue-hot-reload-api@^2.3.0: |
|
|
|
|
integrity sha512-KmvZVtmM26BQOMK1rwUZsrqxEGeKiYSZGA7SNWE6uExx8UX/cj9hq2MRV/wWC3Cq6AoeDGk57rL9YMFRel/q+g== |
|
|
|
|
|
|
|
|
|
vue-loader@^15.7.0: |
|
|
|
|
version "15.7.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.7.0.tgz#27275aa5a3ef4958c5379c006dd1436ad04b25b3" |
|
|
|
|
integrity sha512-x+NZ4RIthQOxcFclEcs8sXGEWqnZHodL2J9Vq+hUz+TDZzBaDIh1j3d9M2IUlTjtrHTZy4uMuRdTi8BGws7jLA== |
|
|
|
|
version "15.7.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.7.1.tgz#6ccacd4122aa80f69baaac08ff295a62e3aefcfd" |
|
|
|
|
integrity sha512-fwIKtA23Pl/rqfYP5TSGK7gkEuLhoTvRYW+TU7ER3q9GpNLt/PjG5NLv3XHRDiTg7OPM1JcckBgds+VnAc+HbA== |
|
|
|
|
dependencies: |
|
|
|
|
"@vue/component-compiler-utils" "^2.5.1" |
|
|
|
|
"@vue/component-compiler-utils" "^3.0.0" |
|
|
|
|
hash-sum "^1.0.2" |
|
|
|
|
loader-utils "^1.1.0" |
|
|
|
|
vue-hot-reload-api "^2.3.0" |
|
|
|
@ -8033,9 +8005,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: |
|
|
|
|
source-map "~0.6.1" |
|
|
|
|
|
|
|
|
|
webpack@^4.20.0: |
|
|
|
|
version "4.35.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.35.3.tgz#66bc35ef215a7b75e8790f84d560013ffecf0ca3" |
|
|
|
|
integrity sha512-xggQPwr9ILlXzz61lHzjvgoqGU08v5+Wnut19Uv3GaTtzN4xBTcwnobodrXE142EL1tOiS5WVEButooGzcQzTA== |
|
|
|
|
version "4.37.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.37.0.tgz#3508ef10f7996612c2be6026076d89760f776f54" |
|
|
|
|
integrity sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg== |
|
|
|
|
dependencies: |
|
|
|
|
"@webassemblyjs/ast" "1.8.5" |
|
|
|
|
"@webassemblyjs/helper-module-context" "1.8.5" |
|
|
|
@ -8238,11 +8210,11 @@ yargs@^7.0.0: |
|
|
|
|
y18n "^3.2.1" |
|
|
|
|
yargs-parser "^5.0.0" |
|
|
|
|
|
|
|
|
|
zip-stream@^2.0.1: |
|
|
|
|
version "2.0.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.0.1.tgz#48a062488afe91dda42f823700fae589753ccd34" |
|
|
|
|
integrity sha512-c+eUhhkDpaK87G/py74wvWLtz2kzMPNCCkUApkun50ssE0oQliIQzWpTnwjB+MTKVIf2tGzIgHyqW/Y+W77ecQ== |
|
|
|
|
zip-stream@^2.1.0: |
|
|
|
|
version "2.1.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.1.0.tgz#4f94246b64341536b86318bd556654278812b726" |
|
|
|
|
integrity sha512-F/xoLqlQShgvn1BzHQCNiYIoo2R93GQIMH+tA6JC3ckMDkme4bnhEEXSferZcG5ea/6bZNx3GqSUHqT8TUO6uQ== |
|
|
|
|
dependencies: |
|
|
|
|
archiver-utils "^2.0.0" |
|
|
|
|
compress-commons "^1.2.0" |
|
|
|
|
readable-stream "^2.0.0" |
|
|
|
|
archiver-utils "^2.1.0" |
|
|
|
|
compress-commons "^2.0.0" |
|
|
|
|
readable-stream "^3.4.0" |
|
|
|
|