refactor: remove @avocado/persea

This commit is contained in:
cha0s 2021-07-07 10:48:16 -05:00
parent 98360a5029
commit ad5bd2e887
78 changed files with 36877 additions and 55825 deletions

View File

@ -5,4 +5,4 @@
- ~~production build~~ - ~~production build~~
- Trait::initializeStateProperties should be rolled into ::load() - Trait::initializeStateProperties should be rolled into ::load()
- ~~Split Persea packages~~ - ~~Split Persea packages~~
- Remove @avocado/persea - ~~Remove @avocado/persea~~

View File

@ -16,7 +16,7 @@
], ],
"dependencies": { "dependencies": {
"@avocado/math-persea": "^1.0.0", "@avocado/math-persea": "^1.0.0",
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@avocado/resource-persea": "^1.0.0", "@avocado/resource-persea": "^1.0.0",
"@latus/react": "^2.0.0", "@latus/react": "^2.0.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",

View File

@ -10,7 +10,7 @@ import {
import { import {
Json, Json,
Number, Number,
} from '@avocado/persea'; } from '@avocado/react';
import { import {
PropTypes, PropTypes,
React, React,

View File

@ -1,6 +1,6 @@
import './component.scss'; import './component.scss';
import {Code} from '@avocado/persea'; import {Code} from '@avocado/react';
import {useJsonPatcher} from '@avocado/resource-persea'; import {useJsonPatcher} from '@avocado/resource-persea';
import { import {
PropTypes, PropTypes,

View File

@ -12,7 +12,7 @@ import {
TabList, TabList,
TabPanel, TabPanel,
} from '@latus/react'; } from '@latus/react';
import {Code} from '@avocado/persea'; import {Code} from '@avocado/react';
const Behaved = ({ const Behaved = ({
json, json,

View File

@ -4,16 +4,21 @@
"@avocado/core@2.0.0": "@avocado/core@2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#20ea004c24195f28c56f04fe3aea44ec4a569930" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#13dab8f4d4370c0b730a4285279c61fccd836861"
integrity sha512-PyZkB15EAPZhZ5x469nNIFRFC9UHaShCq9xGRuTFjx+f2ae25tolFp1Kkgqv/j+h+34uZEJOiQOqkxxfvYsd9g== integrity sha512-5lRbeAkaCh7ZPw56CFhca+zCvDs+mSYAO08LH0bgWKhrt1iO+1bpwLONLsVbo8ErYwU3DAHdUrQZ0ky+BzbCpw==
"@avocado/math-persea@^1.0.0":
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fmath-persea/-/math-persea-1.0.0.tgz#3b6ea004b6a91e0fa87d79b7e78a849be64977bf"
integrity sha512-2sPJ+XkZNBrBhzvsZgUpv00AUi7vMuBep1Uec0M580rxiT1pTo4/A7NKr+DATlfh8kGCPx9bqeynxUG4horncA==
dependencies: dependencies:
autoprefixer "^9.8.6" "@avocado/persea" "^1.0.0"
debug "4.3.1" "@latus/react" "^2.0.0"
"@avocado/persea@^1.0.0": "@avocado/persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#f369f3ecc8dfd02c25786ef7b8e73cf83002c91b" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#6196047feb9c1244a44be0a5ff409ee3db53cadc"
integrity sha512-GDupxw5jlPR7PWnztkqR8s+Edqbcpwg2HHERp+E/Ras6UiElW3vtZU8Ob/mKY3Ayw/Zbhc/oj1UEx17NK+wu/Q== integrity sha512-5RUTwbXS1ea8216jqQkrEEeuQMceT8k+ChBR++WvEhRdMmimty5d1tjSiprHV5GA6JJijAIk3Snb8EHXlhAkug==
dependencies: dependencies:
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
ace-builds "^1.4.12" ace-builds "^1.4.12"
@ -22,10 +27,18 @@
react-json-editor-ajrm "^2.5.13" react-json-editor-ajrm "^2.5.13"
react-modal "^3.12.1" react-modal "^3.12.1"
"@avocado/react@^1.0.0":
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2freact/-/react-1.0.0.tgz#75fadd577014d3dfa36a8bf7f73ea809a0b7bac8"
integrity sha512-TR3HiS24P6jL9LaKSMEq+ZPH3iqSe+eAKlvzb8mGhMAXUn0fFymVXpSSV81GsWXlKXzEk//PY3k+xTCabznBLg==
dependencies:
"@latus/react" "^2.0.0"
classnames "^2.2.6"
"@avocado/resource-persea@^1.0.0": "@avocado/resource-persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#11f81e801188806863d6d10cf4ca7ec63dbe2805" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#6f6380ed5ef244e29515a430cd6ecb89e70c1889"
integrity sha512-vmGbvctgsf88vZm2hZp6HPBaERJCg+reyY/m1z5feEowugr83qfOh8p4b2ScvOAHf2NhmzZm8au6htRUEfOp9w== integrity sha512-cRWYvFeYQXj2Oe/eOvNXdE8es3cl9OiLfmpeG29wJOhsIg1FrImoYWsDPIJPuwd0HPVrUGEjMhXuYOl6aAosnA==
dependencies: dependencies:
"@avocado/persea" "^1.0.0" "@avocado/persea" "^1.0.0"
"@avocado/resource" "^2.0.0" "@avocado/resource" "^2.0.0"
@ -36,21 +49,13 @@
"@avocado/resource@^2.0.0": "@avocado/resource@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#c7f5d67966bdd497d649159ef174e93ad1ba90e6" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#99734832c89eff3097933a34e78f61b3b03a6acd"
integrity sha512-GqOaKYnCY1l6BCscu4fB6i+BTlUpTrDUZNhe7r7wDQpur0hTZs0pKN8heT4wLk/ft3qdHX7MsjCBB63CeukUXA== integrity sha512-HdHSw83DKBfpMyT2gTQUQgAw389spnscLQ1sVdsdBJyv3XwazykVzs6j6tGzuCJC4u9G4TSGQPIAEkpfxyOgjw==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@latus/core" "2.0.0" "@latus/core" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
deepmerge "^4.2.2" deepmerge "^4.2.2"
fast-json-patch "^3.0.0-1"
lru-cache "^6.0.0" lru-cache "^6.0.0"
react-hex-editor "^0.3.0"
react-json-editor-ajrm "^2.5.13"
react-tabs "^3.1.2"
styled-components "^5.2.1"
uuid "^8.3.2"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
@ -117,7 +122,7 @@
jsesc "^2.5.1" jsesc "^2.5.1"
source-map "^0.5.0" source-map "^0.5.0"
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5": "@babel/helper-annotate-as-pure@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
@ -213,7 +218,7 @@
dependencies: dependencies:
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
@ -973,7 +978,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": "@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -989,7 +994,7 @@
"@babel/parser" "^7.14.5" "@babel/parser" "^7.14.5"
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0": "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
version "7.14.7" version "7.14.7"
resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
@ -1012,28 +1017,6 @@
"@babel/helper-validator-identifier" "^7.14.5" "@babel/helper-validator-identifier" "^7.14.5"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@emotion/is-prop-valid@^0.8.8":
version "0.8.8"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fis-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
dependencies:
"@emotion/memoize" "0.7.4"
"@emotion/memoize@0.7.4":
version "0.7.4"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fmemoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
"@emotion/stylis@^0.8.4":
version "0.8.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fstylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
"@emotion/unitless@^0.7.4":
version "0.7.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2funitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
"@eslint/eslintrc@^0.4.2": "@eslint/eslintrc@^0.4.2":
version "0.4.2" version "0.4.2"
resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
@ -1145,8 +1128,8 @@
"@latus/react@2.0.0", "@latus/react@^2.0.0": "@latus/react@2.0.0", "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1159,6 +1142,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@latus/redux@^2.0.0": "@latus/redux@^2.0.0":
@ -2084,21 +2069,6 @@ babel-plugin-polyfill-regenerator@^0.2.2:
dependencies: dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2" "@babel/helper-define-polyfill-provider" "^0.2.2"
"babel-plugin-styled-components@>= 1.12.0":
version "1.13.1"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.1.tgz#5ecd28b207627c2a26ef8d5da401e9644065095a"
integrity sha512-iY11g5orsdBnvWtXKCFBzDyTxZ9jvmkcYCCs5ONlvASYltDRhieCVzeDC7Do0fSW7psAL0zfVoXB3FHz2CkUSg==
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0"
"@babel/helper-module-imports" "^7.0.0"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.11"
babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
babel-plugin-transform-react-remove-prop-types@^0.4.24: babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24" version "0.4.24"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
@ -2519,11 +2489,6 @@ camelcase@^6.0.0:
resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
camelize@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
version "1.0.30001243" version "1.0.30001243"
resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa" resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
@ -3035,11 +3000,6 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0" randombytes "^2.0.0"
randomfill "^1.0.3" randomfill "^1.0.3"
css-color-keywords@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=
css-loader@^3.6.0: css-loader@^3.6.0:
version "3.6.0" version "3.6.0"
resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
@ -3070,15 +3030,6 @@ css-select@^4.1.3:
domutils "^2.6.0" domutils "^2.6.0"
nth-check "^2.0.0" nth-check "^2.0.0"
css-to-react-native@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
dependencies:
camelize "^1.0.0"
css-color-keywords "^1.0.0"
postcss-value-parser "^4.0.2"
css-what@^5.0.0: css-what@^5.0.0:
version "5.0.1" version "5.0.1"
resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
@ -4646,6 +4597,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4655,7 +4618,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -5269,6 +5232,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -5663,7 +5631,7 @@ loglevel@^1.6.8:
resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -5858,6 +5826,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -6054,6 +6030,11 @@ nanomatch@^1.2.9:
snapdragon "^0.8.1" snapdragon "^0.8.1"
to-regex "^3.0.1" to-regex "^3.0.1"
natsort@^2.0.2:
version "2.0.2"
resolved "https://verdaccio.hq.cha0s.io/natsort/-/natsort-2.0.2.tgz#3358b7af00f155c8ce181289ede79e18d81e6c52"
integrity sha512-McY0uA4rDU7GkkoQ1oU8bH9P13onCIrPWxpOjlt792ccFZFkenFm29AHyRCdhbbbfhPfTsjTDagBqjpphD3R7Q==
natural-compare@^1.4.0: natural-compare@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" resolved "https://verdaccio.hq.cha0s.io/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@ -6662,6 +6643,13 @@ path-to-regexp@0.1.7:
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -6839,7 +6827,7 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
cssesc "^3.0.0" cssesc "^3.0.0"
util-deprecate "^1.0.2" util-deprecate "^1.0.2"
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: postcss-value-parser@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
@ -6896,7 +6884,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -7083,7 +7071,7 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@ -7122,7 +7110,36 @@ react-redux@^7.2.2:
prop-types "^15.7.2" prop-types "^15.7.2"
react-is "^16.13.1" react-is "^16.13.1"
react-tabs@^3.1.2: react-router-dom@^5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
loose-envify "^1.3.1"
prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2" version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0" resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A== integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
@ -7453,6 +7470,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -8248,22 +8270,6 @@ style-loader@^1.3.0:
loader-utils "^2.0.0" loader-utils "^2.0.0"
schema-utils "^2.7.0" schema-utils "^2.7.0"
styled-components@^5.2.1:
version "5.3.0"
resolved "https://verdaccio.hq.cha0s.io/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
"@emotion/is-prop-valid" "^0.8.8"
"@emotion/stylis" "^0.8.4"
"@emotion/unitless" "^0.7.4"
babel-plugin-styled-components ">= 1.12.0"
css-to-react-native "^3.0.0"
hoist-non-react-statics "^3.0.0"
shallowequal "^1.1.0"
supports-color "^5.5.0"
supports-color@8.1.1: supports-color@8.1.1:
version "8.1.1" version "8.1.1"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@ -8276,7 +8282,7 @@ supports-color@^2.0.0:
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
supports-color@^5.3.0, supports-color@^5.5.0: supports-color@^5.3.0:
version "5.5.0" version "5.5.0"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
@ -8385,6 +8391,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -8695,11 +8711,6 @@ uuid@^3.3.2, uuid@^3.4.0:
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.3.2:
version "8.3.2"
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
version "2.3.0" version "2.3.0"
resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
@ -8713,6 +8724,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
vary@^1, vary@~1.1.2: vary@^1, vary@~1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

View File

@ -19,7 +19,6 @@
], ],
"dependencies": { "dependencies": {
"@avocado/core": "2.0.0", "@avocado/core": "2.0.0",
"@avocado/persea": "^1.0.0",
"@avocado/resource": "^2.0.0", "@avocado/resource": "^2.0.0",
"@avocado/sandbox": "^1.0.0", "@avocado/sandbox": "^1.0.0",
"@avocado/traits": "^2.0.0", "@avocado/traits": "^2.0.0",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@avocado/graphics": "^2.0.0", "@avocado/graphics": "^2.0.0",
"@avocado/math": "^2.0.0", "@avocado/math": "^2.0.0",
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@avocado/resource-persea": "^1.0.0", "@avocado/resource-persea": "^1.0.0",
"@latus/react": "^2.0.0", "@latus/react": "^2.0.0",
"lodash.difference": "^4.5.0", "lodash.difference": "^4.5.0",

View File

@ -2,9 +2,6 @@ import './component.scss';
import {join} from 'path'; import {join} from 'path';
import {
useUri,
} from '@avocado/persea';
import { import {
PropTypes, PropTypes,
React, React,
@ -14,6 +11,7 @@ import {
TabPanel, TabPanel,
useEffect, useEffect,
useLatus, useLatus,
useParams,
useState, useState,
} from '@latus/react'; } from '@latus/react';
@ -25,7 +23,7 @@ const EntityComponent = ({
path, path,
}) => { }) => {
const latus = useLatus(); const latus = useLatus();
const uri = useUri(); const {uri} = useParams();
const {Entity, EntityList} = latus.get('%resources'); const {Entity, EntityList} = latus.get('%resources');
const [entity, setEntity] = useState(); const [entity, setEntity] = useState();
useEffect(() => { useEffect(() => {

View File

@ -2,7 +2,7 @@ import './index.scss';
import {join} from 'path'; import {join} from 'path';
import {Modal} from '@avocado/persea'; import {Modal} from '@avocado/react';
import {JsonController, useJsonPatcher} from '@avocado/resource-persea'; import {JsonController, useJsonPatcher} from '@avocado/resource-persea';
import { import {
PropTypes, PropTypes,

View File

@ -1,7 +1,7 @@
import './alive.scss'; import './alive.scss';
import {join} from 'path'; import {join} from 'path';
import {Code, Number} from '@avocado/persea'; import {Code, Number} from '@avocado/react';
import { import {
hot, hot,
PropTypes, PropTypes,

View File

@ -2,7 +2,7 @@ import {join} from 'path';
import { import {
Number, Number,
} from '@avocado/persea'; } from '@avocado/react';
import { import {
hot, hot,
PropTypes, PropTypes,

View File

@ -2,100 +2,50 @@
# yarn lockfile v1 # yarn lockfile v1
"@avocado/behavior@^2.0.0":
version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fbehavior/-/behavior-2.0.0.tgz#fef2733eb95ac520f35033f49554e863eeab6650"
integrity sha512-+Fex8H7NAPa+zq17Ym0NGHaQcpbb4TR2s+Apua5dOTXFPUfbZnNzfVYkQCgaeb7uLpBgoS29J9DiHknZjsZbGg==
dependencies:
"@avocado/core" "2.0.0"
"@avocado/math" "^2.0.0"
"@avocado/persea" "^1.0.0"
"@avocado/resource" "^2.0.0"
"@avocado/sandbox" "^1.0.0"
"@avocado/traits" "^2.0.0"
"@babel/parser" "^7.13.13"
"@latus/core" "2.0.0"
autoprefixer "^9.8.6"
classnames "^2.2.6"
debug "4.3.1"
deepmerge "^4.2.2"
lodash.get "^4.4.2"
lodash.mapvalues "^4.6.0"
lodash.set "^4.3.2"
lru-cache "^6.0.0"
natsort "^2.0.2"
react-tabs "^3.1.2"
"@avocado/core@2.0.0", "@avocado/core@^2.0.0": "@avocado/core@2.0.0", "@avocado/core@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#20ea004c24195f28c56f04fe3aea44ec4a569930" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#13dab8f4d4370c0b730a4285279c61fccd836861"
integrity sha512-PyZkB15EAPZhZ5x469nNIFRFC9UHaShCq9xGRuTFjx+f2ae25tolFp1Kkgqv/j+h+34uZEJOiQOqkxxfvYsd9g== integrity sha512-5lRbeAkaCh7ZPw56CFhca+zCvDs+mSYAO08LH0bgWKhrt1iO+1bpwLONLsVbo8ErYwU3DAHdUrQZ0ky+BzbCpw==
dependencies:
autoprefixer "^9.8.6"
debug "4.3.1"
"@avocado/graphics@2.0.0", "@avocado/graphics@^2.0.0": "@avocado/graphics@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fgraphics/-/graphics-2.0.0.tgz#21943d9beb9bfe9eece894fd1858b1eb7f0f0e5f" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fgraphics/-/graphics-2.0.0.tgz#aaddae705b66d24a8e0c4bf793f7a89b1de29222"
integrity sha512-bhozdpzbJTH5mZzhLxnbvPB2Xj/oawjSgTdtw66e2cQqOykF0dGitnxkzVBAsm9M5Av/KhGJJG1Jdsp37JuD7w== integrity sha512-M8QKIHVCOjK+NTAdFFOPNlrtscJaZ4c9yWSak38pMg2VOwJr+UsdSaPrwls6nzRWjXx907wLfcaG61KbR4jM9g==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@avocado/input" "2.0.0"
"@avocado/math" "2.0.0" "@avocado/math" "2.0.0"
"@avocado/resource" "2.0.0" "@avocado/resource" "2.0.0"
"@avocado/traits" "^2.0.0" "@avocado/traits" "^2.0.0"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
"@latus/socket" "2.0.0" "@latus/socket" "2.0.0"
"@neutrinojs/banner" "^9.5.0"
"@pixi/constants" "^5.3.9" "@pixi/constants" "^5.3.9"
"@pixi/core" "^5.3.9" "@pixi/core" "^5.3.9"
"@pixi/display" "^5.3.9" "@pixi/display" "^5.3.9"
"@pixi/filter-adjustment" "^3.1.1" "@pixi/filter-adjustment" "^3.1.1"
"@pixi/filter-advanced-bloom" "^3.2.0" "@pixi/filter-advanced-bloom" "^3.2.0"
"@pixi/filter-color-matrix" "^5.3.6"
"@pixi/filter-glow" "^3.2.0" "@pixi/filter-glow" "^3.2.0"
"@pixi/graphics" "^5.3.9" "@pixi/graphics" "^5.3.9"
"@pixi/math" "^5.3.9"
"@pixi/settings" "^5.3.9" "@pixi/settings" "^5.3.9"
"@pixi/sprite" "^5.3.9" "@pixi/sprite" "^5.3.9"
"@pixi/text" "^5.3.9" "@pixi/text" "^5.3.9"
debug "4.3.1"
image-size "^0.9.3" image-size "^0.9.3"
lru-cache "^6.0.0" lru-cache "^6.0.0"
rc-slider "^9.7.1" rc-slider "^9.7.1"
"@avocado/input@2.0.0":
version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2finput/-/input-2.0.0.tgz#30e37219780accc0fd47973b364f4449392c1464"
integrity sha512-1FLk/bSQIgOiYsjPE3zqAicml89cTAQAplBCmv8xbAJVEpmas+fCPr4h/VjKXUSn95YRTpwUqW4Pf4ngrSfkVw==
dependencies:
"@avocado/behavior" "^2.0.0"
"@avocado/math" "^2.0.0"
"@avocado/timing" "^2.0.0"
"@avocado/traits" "^2.0.0"
"@latus/core" "2.0.0"
"@latus/socket" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
gamepads "^1.2.2"
"@avocado/math@2.0.0", "@avocado/math@^2.0.0": "@avocado/math@2.0.0", "@avocado/math@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fmath/-/math-2.0.0.tgz#e12c769d2b7d7b1148f02de3571abc1f49079f5d" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fmath/-/math-2.0.0.tgz#9ed642baa141bac5ff78b9dddbb5d50233b518b1"
integrity sha512-miNKi+EnbIpUjWdnd2l6kMK9XEtbOfp7VyWBJauirOLXMnlHfGWAV3DfNBLMrN56Ljhy+DIaTepfuoU817iXwQ== integrity sha512-3OLaWeLQWux1+m2BCuLsOUd2hztUZDQJW9eitvHkyiN5O60WWPsWqiBOO//VplO/zgqGlIN0pZ78RDzhJEesuw==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
autoprefixer "^9.8.6"
d3-quadtree "^2.0.0"
debug "4.3.1"
graham_scan "^1.0.4" graham_scan "^1.0.4"
"@avocado/persea@^1.0.0": "@avocado/persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#f369f3ecc8dfd02c25786ef7b8e73cf83002c91b" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#6196047feb9c1244a44be0a5ff409ee3db53cadc"
integrity sha512-GDupxw5jlPR7PWnztkqR8s+Edqbcpwg2HHERp+E/Ras6UiElW3vtZU8Ob/mKY3Ayw/Zbhc/oj1UEx17NK+wu/Q== integrity sha512-5RUTwbXS1ea8216jqQkrEEeuQMceT8k+ChBR++WvEhRdMmimty5d1tjSiprHV5GA6JJijAIk3Snb8EHXlhAkug==
dependencies: dependencies:
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
ace-builds "^1.4.12" ace-builds "^1.4.12"
@ -106,18 +56,16 @@
"@avocado/react@^1.0.0": "@avocado/react@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2freact/-/react-1.0.0.tgz#7b1e9d2fb3f956b77cd7894c9f519b0429b8d490" resolved "https://verdaccio.hq.cha0s.io/@avocado%2freact/-/react-1.0.0.tgz#75fadd577014d3dfa36a8bf7f73ea809a0b7bac8"
integrity sha512-gcfSX34XBq5IKk8vv9hf7jdPbsa7DaDSCTFZTy8d44qQs1O+tuwyKTn9N02BsRBwgubP9Aejxe6aLDybKDVmjw== integrity sha512-TR3HiS24P6jL9LaKSMEq+ZPH3iqSe+eAKlvzb8mGhMAXUn0fFymVXpSSV81GsWXlKXzEk//PY3k+xTCabznBLg==
dependencies: dependencies:
"@avocado/math" "^2.0.0"
"@latus/core" "^2.0.0"
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
classnames "^2.2.6" classnames "^2.2.6"
"@avocado/resource-persea@^1.0.0": "@avocado/resource-persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#11f81e801188806863d6d10cf4ca7ec63dbe2805" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#6f6380ed5ef244e29515a430cd6ecb89e70c1889"
integrity sha512-vmGbvctgsf88vZm2hZp6HPBaERJCg+reyY/m1z5feEowugr83qfOh8p4b2ScvOAHf2NhmzZm8au6htRUEfOp9w== integrity sha512-cRWYvFeYQXj2Oe/eOvNXdE8es3cl9OiLfmpeG29wJOhsIg1FrImoYWsDPIJPuwd0HPVrUGEjMhXuYOl6aAosnA==
dependencies: dependencies:
"@avocado/persea" "^1.0.0" "@avocado/persea" "^1.0.0"
"@avocado/resource" "^2.0.0" "@avocado/resource" "^2.0.0"
@ -128,69 +76,22 @@
"@avocado/resource@2.0.0", "@avocado/resource@^2.0.0": "@avocado/resource@2.0.0", "@avocado/resource@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#c7f5d67966bdd497d649159ef174e93ad1ba90e6" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#99734832c89eff3097933a34e78f61b3b03a6acd"
integrity sha512-GqOaKYnCY1l6BCscu4fB6i+BTlUpTrDUZNhe7r7wDQpur0hTZs0pKN8heT4wLk/ft3qdHX7MsjCBB63CeukUXA== integrity sha512-HdHSw83DKBfpMyT2gTQUQgAw389spnscLQ1sVdsdBJyv3XwazykVzs6j6tGzuCJC4u9G4TSGQPIAEkpfxyOgjw==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@latus/core" "2.0.0" "@latus/core" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
deepmerge "^4.2.2" deepmerge "^4.2.2"
fast-json-patch "^3.0.0-1"
lru-cache "^6.0.0" lru-cache "^6.0.0"
react-hex-editor "^0.3.0"
react-json-editor-ajrm "^2.5.13"
react-tabs "^3.1.2"
styled-components "^5.2.1"
uuid "^8.3.2"
"@avocado/s13n@^2.0.0":
version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fs13n/-/s13n-2.0.0.tgz#f5bd3dedde1e3e6fc09be1f3ecdf0c52df45cb7e"
integrity sha512-nKBCGylPgPByXPQ8UtWDB3MKlY3W5ruNaA1bR0LD1um804biXAhJS0ZCpcsAWaI7hoXAHbNgvuYDf+YpnpKUJQ==
dependencies:
"@avocado/resource" "^2.0.0"
"@latus/core" "2.0.0"
"@latus/socket" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
msgpack-lite "^0.1.26"
"@avocado/sandbox@^1.0.0":
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fsandbox/-/sandbox-1.0.0.tgz#730de5d624bc43d2c13cccf47978758c8fe43c2c"
integrity sha512-vUmzHY/n/8WMFem9YwVD9EpyTXD6hqKbzvx9JREaZFNNKMoTbDgCfIc4ZCGPYEzrDgcH5NFWtFIJXiZmwAECEQ==
dependencies:
"@babel/types" "^7.13.14"
"@avocado/timing@^2.0.0":
version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2ftiming/-/timing-2.0.0.tgz#d162ddd6461e34c4a792fae7e2c015f8d22a8e4a"
integrity sha512-0RD18SvUi6yTOuGlvNW7HDX4Url5EQZi36h627Lc16LLMnzuqGBSzvTvHgOtACoi2/J/OPXQxFP039agDCiQlw==
dependencies:
"@avocado/core" "2.0.0"
"@avocado/graphics" "2.0.0"
"@avocado/math" "^2.0.0"
"@avocado/persea" "^1.0.0"
"@avocado/react" "^1.0.0"
"@avocado/resource" "2.0.0"
"@avocado/traits" "^2.0.0"
"@latus/core" "2.0.0"
"@latus/socket" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
lodash.mapvalues "^4.6.0"
"@avocado/traits@^2.0.0": "@avocado/traits@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2ftraits/-/traits-2.0.0.tgz#77e7dc8e0b0302576677246ea97273fa23921b30" resolved "https://verdaccio.hq.cha0s.io/@avocado%2ftraits/-/traits-2.0.0.tgz#7c7ee9e021092bdec67b9dd488f1a312b8e51f33"
integrity sha512-lOKZbqmaubjOaAfo8tHNphpYLb24jNfI1sSIgCNrIjCCeBPUFneRFtNZVIC2aUq6NOx25ol+iGU9JorkyxB7Pg== integrity sha512-bjHGe7vHqmNYfZsjMc+NFd+AtYdzk4emKMdqqyNu/Upq/+blOFEYKw/WQ4aMstSb20oujhrLYhJ31eLsLZWnfQ==
dependencies: dependencies:
"@avocado/core" "^2.0.0" "@avocado/core" "^2.0.0"
"@avocado/resource" "^2.0.0" "@avocado/resource" "^2.0.0"
"@avocado/s13n" "^2.0.0"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
debug "4.3.1"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
@ -257,7 +158,7 @@
jsesc "^2.5.1" jsesc "^2.5.1"
source-map "^0.5.0" source-map "^0.5.0"
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5": "@babel/helper-annotate-as-pure@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
@ -353,7 +254,7 @@
dependencies: dependencies:
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
@ -464,7 +365,7 @@
chalk "^2.0.0" chalk "^2.0.0"
js-tokens "^4.0.0" js-tokens "^4.0.0"
"@babel/parser@^7.13.12", "@babel/parser@^7.13.13", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0": "@babel/parser@^7.13.12", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0":
version "7.14.7" version "7.14.7"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fparser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" resolved "https://verdaccio.hq.cha0s.io/@babel%2fparser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
@ -1113,7 +1014,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": "@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -1129,7 +1030,7 @@
"@babel/parser" "^7.14.5" "@babel/parser" "^7.14.5"
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0": "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
version "7.14.7" version "7.14.7"
resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
@ -1144,7 +1045,7 @@
debug "^4.1.0" debug "^4.1.0"
globals "^11.1.0" globals "^11.1.0"
"@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.14.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0": "@babel/types@^7.13.12", "@babel/types@^7.14.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2ftypes/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" resolved "https://verdaccio.hq.cha0s.io/@babel%2ftypes/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
@ -1152,28 +1053,6 @@
"@babel/helper-validator-identifier" "^7.14.5" "@babel/helper-validator-identifier" "^7.14.5"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@emotion/is-prop-valid@^0.8.8":
version "0.8.8"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fis-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
dependencies:
"@emotion/memoize" "0.7.4"
"@emotion/memoize@0.7.4":
version "0.7.4"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fmemoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
"@emotion/stylis@^0.8.4":
version "0.8.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fstylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
"@emotion/unitless@^0.7.4":
version "0.7.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2funitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
"@eslint/eslintrc@^0.4.2": "@eslint/eslintrc@^0.4.2":
version "0.4.2" version "0.4.2"
resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
@ -1285,8 +1164,8 @@
"@latus/react@2.0.0", "@latus/react@^2.0.0": "@latus/react@2.0.0", "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1299,6 +1178,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@latus/redux@^2.0.0": "@latus/redux@^2.0.0":
@ -1535,13 +1416,6 @@
dependencies: dependencies:
"@pixi/filter-kawase-blur" "3.2.0" "@pixi/filter-kawase-blur" "3.2.0"
"@pixi/filter-color-matrix@^5.3.6":
version "5.3.10"
resolved "https://verdaccio.hq.cha0s.io/@pixi%2ffilter-color-matrix/-/filter-color-matrix-5.3.10.tgz#47697061e505903a1082fca8e96c228517d34938"
integrity sha512-ZjyAKfOmOq7rfLZRhWXR5SaMba7svoKSZFcbPfC3lXmiYijwtVtzXLwrofJ/Qkz5qrOedtD/VbuMVBDj/SHybA==
dependencies:
"@pixi/core" "5.3.10"
"@pixi/filter-glow@^3.2.0": "@pixi/filter-glow@^3.2.0":
version "3.2.0" version "3.2.0"
resolved "https://verdaccio.hq.cha0s.io/@pixi%2ffilter-glow/-/filter-glow-3.2.0.tgz#704c4991bbe726969df3863df31318ea5b42f4c9" resolved "https://verdaccio.hq.cha0s.io/@pixi%2ffilter-glow/-/filter-glow-3.2.0.tgz#704c4991bbe726969df3863df31318ea5b42f4c9"
@ -1564,7 +1438,7 @@
"@pixi/sprite" "5.3.10" "@pixi/sprite" "5.3.10"
"@pixi/utils" "5.3.10" "@pixi/utils" "5.3.10"
"@pixi/math@5.3.10", "@pixi/math@^5.3.9": "@pixi/math@5.3.10":
version "5.3.10" version "5.3.10"
resolved "https://verdaccio.hq.cha0s.io/@pixi%2fmath/-/math-5.3.10.tgz#76c7296300de831cf2ab68f73f17828b7d98cda8" resolved "https://verdaccio.hq.cha0s.io/@pixi%2fmath/-/math-5.3.10.tgz#76c7296300de831cf2ab68f73f17828b7d98cda8"
integrity sha512-t96px9xohUnRnCZ7DoFOdPG9C0OhSNAmiOK4s1DLJfoNjY+0J/2gKgUDNpUA9z3OhNJ7/APGUuie6KKyrYixoQ== integrity sha512-t96px9xohUnRnCZ7DoFOdPG9C0OhSNAmiOK4s1DLJfoNjY+0J/2gKgUDNpUA9z3OhNJ7/APGUuie6KKyrYixoQ==
@ -2349,21 +2223,6 @@ babel-plugin-polyfill-regenerator@^0.2.2:
dependencies: dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2" "@babel/helper-define-polyfill-provider" "^0.2.2"
"babel-plugin-styled-components@>= 1.12.0":
version "1.13.1"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.1.tgz#5ecd28b207627c2a26ef8d5da401e9644065095a"
integrity sha512-iY11g5orsdBnvWtXKCFBzDyTxZ9jvmkcYCCs5ONlvASYltDRhieCVzeDC7Do0fSW7psAL0zfVoXB3FHz2CkUSg==
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0"
"@babel/helper-module-imports" "^7.0.0"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.11"
babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
babel-plugin-transform-react-remove-prop-types@^0.4.24: babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24" version "0.4.24"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
@ -2784,11 +2643,6 @@ camelcase@^6.0.0:
resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
camelize@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
version "1.0.30001243" version "1.0.30001243"
resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa" resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
@ -3300,11 +3154,6 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0" randombytes "^2.0.0"
randomfill "^1.0.3" randomfill "^1.0.3"
css-color-keywords@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=
css-loader@^3.6.0: css-loader@^3.6.0:
version "3.6.0" version "3.6.0"
resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
@ -3335,15 +3184,6 @@ css-select@^4.1.3:
domutils "^2.6.0" domutils "^2.6.0"
nth-check "^2.0.0" nth-check "^2.0.0"
css-to-react-native@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
dependencies:
camelize "^1.0.0"
css-color-keywords "^1.0.0"
postcss-value-parser "^4.0.2"
css-what@^5.0.0: css-what@^5.0.0:
version "5.0.1" version "5.0.1"
resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
@ -3371,11 +3211,6 @@ cyclist@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" resolved "https://verdaccio.hq.cha0s.io/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
d3-quadtree@^2.0.0:
version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/d3-quadtree/-/d3-quadtree-2.0.0.tgz#edbad045cef88701f6fee3aee8e93fb332d30f9d"
integrity sha512-b0Ed2t1UUalJpc3qXzKi+cPGxeXRr4KU9YSlocN74aTzp6R/Ud43t79yLLqxHRWZfsvWXmbDWPpoENK1K539xw==
damerau-levenshtein@^1.0.6: damerau-levenshtein@^1.0.6:
version "1.0.7" version "1.0.7"
resolved "https://verdaccio.hq.cha0s.io/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz#64368003512a1a6992593741a09a9d31a836f55d" resolved "https://verdaccio.hq.cha0s.io/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz#64368003512a1a6992593741a09a9d31a836f55d"
@ -4615,11 +4450,6 @@ functional-red-black-tree@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" resolved "https://verdaccio.hq.cha0s.io/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gamepads@^1.2.2:
version "1.2.2"
resolved "https://verdaccio.hq.cha0s.io/gamepads/-/gamepads-1.2.2.tgz#6bfbbbded499f66db94c1fe1c0038a28ba1d2733"
integrity sha512-m0DihXzHh1+bLoex4Bz0tX3IaJ1OyIKaw/71Cj2lFRsTESMJpjLvmc+BluU3QE0UsMjMFiIK2j7c1Q08O/DYfg==
gauge@~2.7.3: gauge@~2.7.3:
version "2.7.4" version "2.7.4"
resolved "https://verdaccio.hq.cha0s.io/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" resolved "https://verdaccio.hq.cha0s.io/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@ -4946,6 +4776,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4955,7 +4797,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -5576,6 +5418,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -5908,11 +5755,6 @@ lodash.isequal@^4.5.0:
resolved "https://verdaccio.hq.cha0s.io/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" resolved "https://verdaccio.hq.cha0s.io/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
lodash.mapvalues@^4.6.0:
version "4.6.0"
resolved "https://verdaccio.hq.cha0s.io/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c"
integrity sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=
lodash.merge@^4.6.2: lodash.merge@^4.6.2:
version "4.6.2" version "4.6.2"
resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
@ -5985,7 +5827,7 @@ loglevel@^1.6.8:
resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -6180,6 +6022,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -6376,11 +6226,6 @@ nanomatch@^1.2.9:
snapdragon "^0.8.1" snapdragon "^0.8.1"
to-regex "^3.0.1" to-regex "^3.0.1"
natsort@^2.0.2:
version "2.0.2"
resolved "https://verdaccio.hq.cha0s.io/natsort/-/natsort-2.0.2.tgz#3358b7af00f155c8ce181289ede79e18d81e6c52"
integrity sha512-McY0uA4rDU7GkkoQ1oU8bH9P13onCIrPWxpOjlt792ccFZFkenFm29AHyRCdhbbbfhPfTsjTDagBqjpphD3R7Q==
natural-compare@^1.4.0: natural-compare@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" resolved "https://verdaccio.hq.cha0s.io/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@ -6994,6 +6839,13 @@ path-to-regexp@0.1.7:
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -7171,7 +7023,7 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
cssesc "^3.0.0" cssesc "^3.0.0"
util-deprecate "^1.0.2" util-deprecate "^1.0.2"
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: postcss-value-parser@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
@ -7228,7 +7080,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -7492,7 +7344,7 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@ -7531,7 +7383,36 @@ react-redux@^7.2.2:
prop-types "^15.7.2" prop-types "^15.7.2"
react-is "^16.13.1" react-is "^16.13.1"
react-tabs@^3.1.2: react-router-dom@^5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
loose-envify "^1.3.1"
prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2" version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0" resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A== integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
@ -7874,6 +7755,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -8679,22 +8565,6 @@ style-loader@^1.3.0:
loader-utils "^2.0.0" loader-utils "^2.0.0"
schema-utils "^2.7.0" schema-utils "^2.7.0"
styled-components@^5.2.1:
version "5.3.0"
resolved "https://verdaccio.hq.cha0s.io/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
"@emotion/is-prop-valid" "^0.8.8"
"@emotion/stylis" "^0.8.4"
"@emotion/unitless" "^0.7.4"
babel-plugin-styled-components ">= 1.12.0"
css-to-react-native "^3.0.0"
hoist-non-react-statics "^3.0.0"
shallowequal "^1.1.0"
supports-color "^5.5.0"
supports-color@8.1.1: supports-color@8.1.1:
version "8.1.1" version "8.1.1"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@ -8707,7 +8577,7 @@ supports-color@^2.0.0:
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
supports-color@^5.3.0, supports-color@^5.5.0: supports-color@^5.3.0:
version "5.5.0" version "5.5.0"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
@ -8816,6 +8686,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -9126,11 +9006,6 @@ uuid@^3.3.2, uuid@^3.4.0:
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.3.2:
version "8.3.2"
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
version "2.3.0" version "2.3.0"
resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
@ -9144,6 +9019,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
vary@^1, vary@~1.1.2: vary@^1, vary@~1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

File diff suppressed because it is too large Load Diff

View File

@ -4,11 +4,8 @@
"@avocado/core@2.0.0": "@avocado/core@2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#20ea004c24195f28c56f04fe3aea44ec4a569930" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#13dab8f4d4370c0b730a4285279c61fccd836861"
integrity sha512-PyZkB15EAPZhZ5x469nNIFRFC9UHaShCq9xGRuTFjx+f2ae25tolFp1Kkgqv/j+h+34uZEJOiQOqkxxfvYsd9g== integrity sha512-5lRbeAkaCh7ZPw56CFhca+zCvDs+mSYAO08LH0bgWKhrt1iO+1bpwLONLsVbo8ErYwU3DAHdUrQZ0ky+BzbCpw==
dependencies:
autoprefixer "^9.8.6"
debug "4.3.1"
"@avocado/persea@^1.0.0": "@avocado/persea@^1.0.0":
version "1.0.0" version "1.0.0"
@ -24,8 +21,8 @@
"@avocado/resource-persea@^1.0.0": "@avocado/resource-persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#11f81e801188806863d6d10cf4ca7ec63dbe2805" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#6f6380ed5ef244e29515a430cd6ecb89e70c1889"
integrity sha512-vmGbvctgsf88vZm2hZp6HPBaERJCg+reyY/m1z5feEowugr83qfOh8p4b2ScvOAHf2NhmzZm8au6htRUEfOp9w== integrity sha512-cRWYvFeYQXj2Oe/eOvNXdE8es3cl9OiLfmpeG29wJOhsIg1FrImoYWsDPIJPuwd0HPVrUGEjMhXuYOl6aAosnA==
dependencies: dependencies:
"@avocado/persea" "^1.0.0" "@avocado/persea" "^1.0.0"
"@avocado/resource" "^2.0.0" "@avocado/resource" "^2.0.0"
@ -36,21 +33,13 @@
"@avocado/resource@^2.0.0": "@avocado/resource@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#c7f5d67966bdd497d649159ef174e93ad1ba90e6" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#99734832c89eff3097933a34e78f61b3b03a6acd"
integrity sha512-GqOaKYnCY1l6BCscu4fB6i+BTlUpTrDUZNhe7r7wDQpur0hTZs0pKN8heT4wLk/ft3qdHX7MsjCBB63CeukUXA== integrity sha512-HdHSw83DKBfpMyT2gTQUQgAw389spnscLQ1sVdsdBJyv3XwazykVzs6j6tGzuCJC4u9G4TSGQPIAEkpfxyOgjw==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@latus/core" "2.0.0" "@latus/core" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
deepmerge "^4.2.2" deepmerge "^4.2.2"
fast-json-patch "^3.0.0-1"
lru-cache "^6.0.0" lru-cache "^6.0.0"
react-hex-editor "^0.3.0"
react-json-editor-ajrm "^2.5.13"
react-tabs "^3.1.2"
styled-components "^5.2.1"
uuid "^8.3.2"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
@ -117,7 +106,7 @@
jsesc "^2.5.1" jsesc "^2.5.1"
source-map "^0.5.0" source-map "^0.5.0"
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5": "@babel/helper-annotate-as-pure@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
@ -213,7 +202,7 @@
dependencies: dependencies:
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
@ -973,7 +962,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": "@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -989,7 +978,7 @@
"@babel/parser" "^7.14.5" "@babel/parser" "^7.14.5"
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0": "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
version "7.14.7" version "7.14.7"
resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
@ -1012,28 +1001,6 @@
"@babel/helper-validator-identifier" "^7.14.5" "@babel/helper-validator-identifier" "^7.14.5"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@emotion/is-prop-valid@^0.8.8":
version "0.8.8"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fis-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
dependencies:
"@emotion/memoize" "0.7.4"
"@emotion/memoize@0.7.4":
version "0.7.4"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fmemoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
"@emotion/stylis@^0.8.4":
version "0.8.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fstylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
"@emotion/unitless@^0.7.4":
version "0.7.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2funitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
"@eslint/eslintrc@^0.4.2": "@eslint/eslintrc@^0.4.2":
version "0.4.2" version "0.4.2"
resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
@ -1145,8 +1112,8 @@
"@latus/react@2.0.0", "@latus/react@^2.0.0": "@latus/react@2.0.0", "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1159,6 +1126,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@latus/redux@^2.0.0": "@latus/redux@^2.0.0":
@ -2084,21 +2053,6 @@ babel-plugin-polyfill-regenerator@^0.2.2:
dependencies: dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2" "@babel/helper-define-polyfill-provider" "^0.2.2"
"babel-plugin-styled-components@>= 1.12.0":
version "1.13.1"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.1.tgz#5ecd28b207627c2a26ef8d5da401e9644065095a"
integrity sha512-iY11g5orsdBnvWtXKCFBzDyTxZ9jvmkcYCCs5ONlvASYltDRhieCVzeDC7Do0fSW7psAL0zfVoXB3FHz2CkUSg==
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0"
"@babel/helper-module-imports" "^7.0.0"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.11"
babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
babel-plugin-transform-react-remove-prop-types@^0.4.24: babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24" version "0.4.24"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
@ -2519,11 +2473,6 @@ camelcase@^6.0.0:
resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
camelize@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
version "1.0.30001243" version "1.0.30001243"
resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa" resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
@ -3035,11 +2984,6 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0" randombytes "^2.0.0"
randomfill "^1.0.3" randomfill "^1.0.3"
css-color-keywords@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=
css-loader@^3.6.0: css-loader@^3.6.0:
version "3.6.0" version "3.6.0"
resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
@ -3070,15 +3014,6 @@ css-select@^4.1.3:
domutils "^2.6.0" domutils "^2.6.0"
nth-check "^2.0.0" nth-check "^2.0.0"
css-to-react-native@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
dependencies:
camelize "^1.0.0"
css-color-keywords "^1.0.0"
postcss-value-parser "^4.0.2"
css-what@^5.0.0: css-what@^5.0.0:
version "5.0.1" version "5.0.1"
resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
@ -4646,6 +4581,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4655,7 +4602,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -5269,6 +5216,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -5663,7 +5615,7 @@ loglevel@^1.6.8:
resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -5858,6 +5810,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -6662,6 +6622,13 @@ path-to-regexp@0.1.7:
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -6839,7 +6806,7 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
cssesc "^3.0.0" cssesc "^3.0.0"
util-deprecate "^1.0.2" util-deprecate "^1.0.2"
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: postcss-value-parser@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
@ -6896,7 +6863,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -7083,7 +7050,7 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@ -7122,7 +7089,36 @@ react-redux@^7.2.2:
prop-types "^15.7.2" prop-types "^15.7.2"
react-is "^16.13.1" react-is "^16.13.1"
react-tabs@^3.1.2: react-router-dom@^5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
loose-envify "^1.3.1"
prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2" version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0" resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A== integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
@ -7453,6 +7449,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -8248,22 +8249,6 @@ style-loader@^1.3.0:
loader-utils "^2.0.0" loader-utils "^2.0.0"
schema-utils "^2.7.0" schema-utils "^2.7.0"
styled-components@^5.2.1:
version "5.3.0"
resolved "https://verdaccio.hq.cha0s.io/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
"@emotion/is-prop-valid" "^0.8.8"
"@emotion/stylis" "^0.8.4"
"@emotion/unitless" "^0.7.4"
babel-plugin-styled-components ">= 1.12.0"
css-to-react-native "^3.0.0"
hoist-non-react-statics "^3.0.0"
shallowequal "^1.1.0"
supports-color "^5.5.0"
supports-color@8.1.1: supports-color@8.1.1:
version "8.1.1" version "8.1.1"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@ -8276,7 +8261,7 @@ supports-color@^2.0.0:
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
supports-color@^5.3.0, supports-color@^5.5.0: supports-color@^5.3.0:
version "5.5.0" version "5.5.0"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
@ -8385,6 +8370,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -8695,11 +8690,6 @@ uuid@^3.3.2, uuid@^3.4.0:
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.3.2:
version "8.3.2"
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
version "2.3.0" version "2.3.0"
resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
@ -8713,6 +8703,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
vary@^1, vary@~1.1.2: vary@^1, vary@~1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"test.js.map" "test.js.map"
], ],
"dependencies": { "dependencies": {
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@latus/react": "^2.0.0" "@latus/react": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
import './index.scss'; import './index.scss';
import {Number as NumberComponent} from '@avocado/persea'; import {Number as NumberComponent} from '@avocado/react';
import { import {
PropTypes, PropTypes,
React, React,

View File

@ -1,6 +1,6 @@
import './index.scss'; import './index.scss';
import {Number} from '@avocado/persea'; import {Number} from '@avocado/react';
import { import {
PropTypes, PropTypes,
React, React,

View File

@ -1,6 +1,6 @@
import './index.scss'; import './index.scss';
import {Number} from '@avocado/persea'; import {Number} from '@avocado/react';
import { import {
PropTypes, PropTypes,
React, React,

View File

@ -2,17 +2,13 @@
# yarn lockfile v1 # yarn lockfile v1
"@avocado/persea@^1.0.0": "@avocado/react@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#f369f3ecc8dfd02c25786ef7b8e73cf83002c91b" resolved "https://verdaccio.hq.cha0s.io/@avocado%2freact/-/react-1.0.0.tgz#75fadd577014d3dfa36a8bf7f73ea809a0b7bac8"
integrity sha512-GDupxw5jlPR7PWnztkqR8s+Edqbcpwg2HHERp+E/Ras6UiElW3vtZU8Ob/mKY3Ayw/Zbhc/oj1UEx17NK+wu/Q== integrity sha512-TR3HiS24P6jL9LaKSMEq+ZPH3iqSe+eAKlvzb8mGhMAXUn0fFymVXpSSV81GsWXlKXzEk//PY3k+xTCabznBLg==
dependencies: dependencies:
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
ace-builds "^1.4.12" classnames "^2.2.6"
deepmerge "^4.2.2"
react-ace "^9.4.0"
react-json-editor-ajrm "^2.5.13"
react-modal "^3.12.1"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
@ -935,7 +931,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4": "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -1066,8 +1062,8 @@
"@latus/react@^2.0.0": "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1080,6 +1076,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@neutrinojs/airbnb@^9.4.0": "@neutrinojs/airbnb@^9.4.0":
@ -1475,11 +1473,6 @@ abbrev@1:
resolved "https://verdaccio.hq.cha0s.io/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" resolved "https://verdaccio.hq.cha0s.io/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
ace-builds@^1.4.12:
version "1.4.12"
resolved "https://verdaccio.hq.cha0s.io/ace-builds/-/ace-builds-1.4.12.tgz#888efa386e36f4345f40b5233fcc4fe4c588fae7"
integrity sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==
acorn-jsx@^5.3.1: acorn-jsx@^5.3.1:
version "5.3.1" version "5.3.1"
resolved "https://verdaccio.hq.cha0s.io/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" resolved "https://verdaccio.hq.cha0s.io/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@ -2355,6 +2348,11 @@ class-utils@^0.3.5:
isobject "^3.0.0" isobject "^3.0.0"
static-extend "^0.1.1" static-extend "^0.1.1"
classnames@^2.2.6:
version "2.3.1"
resolved "https://verdaccio.hq.cha0s.io/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==
clean-css@4.2.x, clean-css@^4.2.3: clean-css@4.2.x, clean-css@^4.2.3:
version "4.2.3" version "4.2.3"
resolved "https://verdaccio.hq.cha0s.io/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" resolved "https://verdaccio.hq.cha0s.io/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78"
@ -2397,6 +2395,11 @@ clone-deep@^4.0.1:
kind-of "^6.0.2" kind-of "^6.0.2"
shallow-clone "^3.0.0" shallow-clone "^3.0.0"
clsx@^1.1.0:
version "1.1.1"
resolved "https://verdaccio.hq.cha0s.io/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
code-point-at@^1.0.0: code-point-at@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" resolved "https://verdaccio.hq.cha0s.io/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
@ -2858,11 +2861,6 @@ detect-file@^1.0.0:
resolved "https://verdaccio.hq.cha0s.io/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" resolved "https://verdaccio.hq.cha0s.io/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
diff-match-patch@^1.0.4:
version "1.0.5"
resolved "https://verdaccio.hq.cha0s.io/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
integrity sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==
diff@5.0.0: diff@5.0.0:
version "5.0.0" version "5.0.0"
resolved "https://verdaccio.hq.cha0s.io/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" resolved "https://verdaccio.hq.cha0s.io/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
@ -3398,11 +3396,6 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
md5.js "^1.3.4" md5.js "^1.3.4"
safe-buffer "^5.1.1" safe-buffer "^5.1.1"
exenv@^1.2.0:
version "1.2.2"
resolved "https://verdaccio.hq.cha0s.io/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=
expand-brackets@^2.1.4: expand-brackets@^2.1.4:
version "2.1.4" version "2.1.4"
resolved "https://verdaccio.hq.cha0s.io/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" resolved "https://verdaccio.hq.cha0s.io/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@ -4018,6 +4011,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4027,7 +4032,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.3.0: hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -4501,6 +4506,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -4798,11 +4808,6 @@ lodash.get@^4.4.2:
resolved "https://verdaccio.hq.cha0s.io/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" resolved "https://verdaccio.hq.cha0s.io/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://verdaccio.hq.cha0s.io/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
lodash.merge@^4.6.2: lodash.merge@^4.6.2:
version "4.6.2" version "4.6.2"
resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
@ -4860,7 +4865,7 @@ log-symbols@4.0.0:
dependencies: dependencies:
chalk "^4.0.0" chalk "^4.0.0"
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -5025,6 +5030,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -5703,6 +5716,13 @@ path-parse@^1.0.6:
resolved "https://verdaccio.hq.cha0s.io/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" resolved "https://verdaccio.hq.cha0s.io/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -5928,7 +5948,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -6037,17 +6057,6 @@ randomfill@^1.0.3:
randombytes "^2.0.5" randombytes "^2.0.5"
safe-buffer "^5.1.0" safe-buffer "^5.1.0"
react-ace@^9.4.0:
version "9.4.1"
resolved "https://verdaccio.hq.cha0s.io/react-ace/-/react-ace-9.4.1.tgz#5f446c2764a0b615e8d00cd251b9b35d95365e37"
integrity sha512-vhOFrB5Xy++mcPNc6wc1mwMFP/FZOnYxQPqgRl/dLfkZBbrJf4SAgXaa6PU4AXWu1u5bfxOmRwwHaZPrLb6d9Q==
dependencies:
ace-builds "^1.4.12"
diff-match-patch "^1.0.4"
lodash.get "^4.4.2"
lodash.isequal "^4.5.0"
prop-types "^15.7.2"
react-dom@^17.0.1: react-dom@^17.0.1:
version "17.0.2" version "17.0.2"
resolved "https://verdaccio.hq.cha0s.io/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" resolved "https://verdaccio.hq.cha0s.io/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
@ -6071,32 +6080,52 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.7.0, react-is@^16.8.1: react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
react-json-editor-ajrm@^2.5.13: react-lifecycles-compat@^3.0.4:
version "2.5.13"
resolved "https://verdaccio.hq.cha0s.io/react-json-editor-ajrm/-/react-json-editor-ajrm-2.5.13.tgz#d2496b6b0166ff9e6bb5dbb85ba3615d8f398151"
integrity sha512-uYRJFzY34w7coLxeWPFZGyQpWdBKK5e8R9jBZTJ5gAFp3WuGVG2DdGZ8oJKOVJy0hqkxS9DzJIzGmmxHHQ9afA==
dependencies:
"@babel/runtime" "^7.0.0-rc.0"
react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4:
version "3.0.4" version "3.0.4"
resolved "https://verdaccio.hq.cha0s.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" resolved "https://verdaccio.hq.cha0s.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-modal@^3.12.1: react-router-dom@^5.2.0:
version "3.14.3" version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-modal/-/react-modal-3.14.3.tgz#7eb7c5ec85523e5843e2d4737cc17fc3f6aeb1c0" resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-+C2KODVKyu20zHXPJxfOOcf571L1u/EpFlH+oS/3YDn8rgVE51QZuxuuIwabJ8ZFnOEHaD+r6XNjqwtxZnXO0g== integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies: dependencies:
exenv "^1.2.0" "@babel/runtime" "^7.1.2"
prop-types "^15.7.2" history "^4.9.0"
react-lifecycles-compat "^3.0.0" loose-envify "^1.3.1"
warning "^4.0.3" prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
dependencies:
clsx "^1.1.0"
prop-types "^15.5.0"
react@^17.0.1: react@^17.0.1:
version "17.0.2" version "17.0.2"
@ -6381,6 +6410,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -7110,6 +7144,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -7402,6 +7446,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
verror@1.10.0: verror@1.10.0:
version "1.10.0" version "1.10.0"
resolved "https://verdaccio.hq.cha0s.io/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" resolved "https://verdaccio.hq.cha0s.io/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
@ -7416,13 +7465,6 @@ vm-browserify@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" resolved "https://verdaccio.hq.cha0s.io/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
warning@^4.0.3:
version "4.0.3"
resolved "https://verdaccio.hq.cha0s.io/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"
watchpack-chokidar2@^2.0.1: watchpack-chokidar2@^2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://verdaccio.hq.cha0s.io/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" resolved "https://verdaccio.hq.cha0s.io/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"

View File

@ -23,12 +23,6 @@
"graham_scan": "^1.0.4" "graham_scan": "^1.0.4"
}, },
"devDependencies": { "devDependencies": {
"@avocado/persea": "1.0", "@latus/build": "1.x"
"@latus/build": "1.x",
"@latus/react": "2.0"
},
"peerDependencies": {
"@avocado/persea": "1.0",
"@latus/react": "2.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
**/*.js
**/*.map
/assets
!/.*
!/postcss.config.js
!/webpack.config.js
!src/**/*.js
!/test/**/*.js

View File

@ -1,29 +0,0 @@
{
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "latus-build",
"clean": "latus-build clean",
"fp": "latus-build forcepublish",
"lint": "latus-build lint",
"test": "latus-build test"
},
"files": [
"index.js",
"index.js.map",
"test.js",
"test.js.map"
],
"dependencies": {
"@latus/react": "^2.0.0",
"ace-builds": "^1.4.12",
"deepmerge": "^4.2.2",
"react-ace": "^9.4.0",
"react-json-editor-ajrm": "^2.5.13",
"react-modal": "^3.12.1"
},
"devDependencies": {
"@latus/build": "1.x"
},
"name": "@avocado/persea"
}

View File

@ -1,2 +0,0 @@
export {context as ProjectContext, default as useProject} from './use-project';
export {context as UriContext, default as useUri} from './use-uri';

View File

@ -1,5 +0,0 @@
import {createContext, useContext} from '@latus/react';
export const context = createContext(undefined);
export default () => useContext(context);

View File

@ -1,5 +0,0 @@
import {createContext, useContext} from '@latus/react';
export const context = createContext(undefined);
export default () => useContext(context);

View File

@ -1,6 +0,0 @@
export {default as Code} from './components/code';
export {default as Json} from './components/json';
export {default as Modal} from './components/modal';
export {default as Number} from './components/number';
export * from './hooks';

View File

@ -1,5 +0,0 @@
import {expect} from 'chai';
it('exists', () => {
expect(true).to.be.true;
});

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"@avocado/entity-persea": "^1.0.0", "@avocado/entity-persea": "^1.0.0",
"@avocado/graphics": "^2.0.0", "@avocado/graphics": "^2.0.0",
"@avocado/math-persea": "^1.0.0", "@avocado/math-persea": "^1.0.0",
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@avocado/resource-persea": "^1.0.0", "@avocado/resource-persea": "^1.0.0",
"@latus/react": "^2.0.0" "@latus/react": "^2.0.0"
}, },

View File

@ -1,6 +1,6 @@
import {join} from 'path'; import {join} from 'path';
import {Code, Json} from '@avocado/persea'; import {Code, Json} from '@avocado/react';
import {useJsonPatcher} from '@avocado/resource-persea'; import {useJsonPatcher} from '@avocado/resource-persea';
import { import {
PropTypes, PropTypes,

View File

@ -2,7 +2,7 @@ import './emitted.scss';
import {join} from 'path'; import {join} from 'path';
import {Number} from '@avocado/persea'; import {Number} from '@avocado/react';
import {useJsonPatcher} from '@avocado/resource-persea'; import {useJsonPatcher} from '@avocado/resource-persea';
import { import {
Range, Range,

View File

@ -5,7 +5,7 @@ import {join} from 'path';
import {EntityListView} from '@avocado/entity'; import {EntityListView} from '@avocado/entity';
import {EntityController} from '@avocado/entity-persea'; import {EntityController} from '@avocado/entity-persea';
import {Stage} from '@avocado/graphics'; import {Stage} from '@avocado/graphics';
import {Number} from '@avocado/persea'; import {Number} from '@avocado/react';
import {useJsonPatcher} from '@avocado/resource-persea'; import {useJsonPatcher} from '@avocado/resource-persea';
import { import {
PropTypes, PropTypes,

View File

@ -21,11 +21,9 @@
"@avocado/core": "^2.0.0", "@avocado/core": "^2.0.0",
"@avocado/graphics": "^2.0.0", "@avocado/graphics": "^2.0.0",
"@avocado/math": "^2.0.0", "@avocado/math": "^2.0.0",
"@avocado/persea": "^1.0.0",
"@avocado/timing": "^2.0.0", "@avocado/timing": "^2.0.0",
"@avocado/traits": "^2.0.0", "@avocado/traits": "^2.0.0",
"@latus/core": "^2.0.0", "@latus/core": "^2.0.0",
"@latus/react": "^2.0.0",
"@latus/socket": "^2.0.0", "@latus/socket": "^2.0.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,12 @@
], ],
"dependencies": { "dependencies": {
"@latus/react": "^2.0.0", "@latus/react": "^2.0.0",
"classnames": "^2.2.6" "ace-builds": "^1.4.12",
"classnames": "^2.2.6",
"deepmerge": "^4.2.2",
"react-ace": "^9.4.0",
"react-json-editor-ajrm": "^2.5.13",
"react-modal": "^3.12.1"
}, },
"devDependencies": { "devDependencies": {
"@latus/build": "1.x" "@latus/build": "1.x"

View File

@ -1,3 +1,7 @@
export {default as Code} from './components/code';
export {default as Json} from './components/json';
export {default as Modal} from './components/modal';
export {default as Number} from './components/number';
export {default as Tree} from './components/tree'; export {default as Tree} from './components/tree';
export {default as usePropertyChange} from './hooks/use-property-change'; export {default as usePropertyChange} from './hooks/use-property-change';

File diff suppressed because it is too large Load Diff

View File

@ -15,12 +15,13 @@
"test.js.map" "test.js.map"
], ],
"dependencies": { "dependencies": {
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@avocado/resource": "^2.0.0", "@avocado/resource": "^2.0.0",
"@latus/react": "^2.0.0", "@latus/react": "^2.0.0",
"@latus/redux": "^2.0.0", "@latus/redux": "^2.0.0",
"fast-json-patch": "^3.0.0-1", "fast-json-patch": "^3.0.0-1",
"react-hex-editor": "^0.3.0" "react-hex-editor": "^0.3.0",
"styled-components": "^5.2.1"
}, },
"devDependencies": { "devDependencies": {
"@latus/build": "1.x" "@latus/build": "1.x"

View File

@ -3,13 +3,13 @@ import './index.scss';
import { import {
PropTypes, PropTypes,
React, React,
useParams,
} from '@latus/react'; } from '@latus/react';
import {useUri} from '@avocado/persea';
import useResourceComponent from '../../hooks/use-resource-component'; import useResourceComponent from '../../hooks/use-resource-component';
const Resource = ({resource}) => { const Resource = ({resource}) => {
const uri = useUri(); const {uri} = useParams();
const Component = useResourceComponent(uri); const Component = useResourceComponent(uri);
return ( return (
<div className="resource"> <div className="resource">

View File

@ -2,7 +2,7 @@ import './component.scss';
import {join} from 'path'; import {join} from 'path';
import {Json as JsonComponent} from '@avocado/persea'; import {Json as JsonComponent} from '@avocado/react';
import {React} from '@latus/react'; import {React} from '@latus/react';
import {compare} from 'fast-json-patch'; import {compare} from 'fast-json-patch';

View File

@ -1,11 +1,10 @@
import {useProject, useUri} from '@avocado/persea'; import {useParams} from '@latus/react';
import {useDispatch} from '@latus/redux'; import {useDispatch} from '@latus/redux';
import {patchJsonResource} from '../state/json'; import {patchJsonResource} from '../state/json';
export default () => { export default () => {
const dispatch = useDispatch(); const dispatch = useDispatch();
const project = useProject(); const {uri, uuid} = useParams();
const uri = useUri();
const patch = (opOrOps) => { const patch = (opOrOps) => {
const patch = ( const patch = (
Array.isArray(opOrOps) Array.isArray(opOrOps)
@ -18,7 +17,7 @@ export default () => {
})); }));
dispatch(patchJsonResource({ dispatch(patchJsonResource({
patch, patch,
project, project: uuid,
uri, uri,
})); }));
}; };

View File

@ -4,41 +4,26 @@
"@avocado/core@2.0.0": "@avocado/core@2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#20ea004c24195f28c56f04fe3aea44ec4a569930" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#13dab8f4d4370c0b730a4285279c61fccd836861"
integrity sha512-PyZkB15EAPZhZ5x469nNIFRFC9UHaShCq9xGRuTFjx+f2ae25tolFp1Kkgqv/j+h+34uZEJOiQOqkxxfvYsd9g== integrity sha512-5lRbeAkaCh7ZPw56CFhca+zCvDs+mSYAO08LH0bgWKhrt1iO+1bpwLONLsVbo8ErYwU3DAHdUrQZ0ky+BzbCpw==
dependencies:
autoprefixer "^9.8.6"
debug "4.3.1"
"@avocado/persea@^1.0.0": "@avocado/react@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#f369f3ecc8dfd02c25786ef7b8e73cf83002c91b" resolved "https://verdaccio.hq.cha0s.io/@avocado%2freact/-/react-1.0.0.tgz#75fadd577014d3dfa36a8bf7f73ea809a0b7bac8"
integrity sha512-GDupxw5jlPR7PWnztkqR8s+Edqbcpwg2HHERp+E/Ras6UiElW3vtZU8Ob/mKY3Ayw/Zbhc/oj1UEx17NK+wu/Q== integrity sha512-TR3HiS24P6jL9LaKSMEq+ZPH3iqSe+eAKlvzb8mGhMAXUn0fFymVXpSSV81GsWXlKXzEk//PY3k+xTCabznBLg==
dependencies: dependencies:
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
ace-builds "^1.4.12" classnames "^2.2.6"
deepmerge "^4.2.2"
react-ace "^9.4.0"
react-json-editor-ajrm "^2.5.13"
react-modal "^3.12.1"
"@avocado/resource@^2.0.0": "@avocado/resource@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#c7f5d67966bdd497d649159ef174e93ad1ba90e6" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#99734832c89eff3097933a34e78f61b3b03a6acd"
integrity sha512-GqOaKYnCY1l6BCscu4fB6i+BTlUpTrDUZNhe7r7wDQpur0hTZs0pKN8heT4wLk/ft3qdHX7MsjCBB63CeukUXA== integrity sha512-HdHSw83DKBfpMyT2gTQUQgAw389spnscLQ1sVdsdBJyv3XwazykVzs6j6tGzuCJC4u9G4TSGQPIAEkpfxyOgjw==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@latus/core" "2.0.0" "@latus/core" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
deepmerge "^4.2.2" deepmerge "^4.2.2"
fast-json-patch "^3.0.0-1"
lru-cache "^6.0.0" lru-cache "^6.0.0"
react-hex-editor "^0.3.0"
react-json-editor-ajrm "^2.5.13"
react-tabs "^3.1.2"
styled-components "^5.2.1"
uuid "^8.3.2"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
@ -961,7 +946,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -1133,8 +1118,8 @@
"@latus/react@2.0.0", "@latus/react@^2.0.0": "@latus/react@2.0.0", "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1147,6 +1132,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@latus/redux@^2.0.0": "@latus/redux@^2.0.0":
@ -1651,11 +1638,6 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
mime-types "~2.1.24" mime-types "~2.1.24"
negotiator "0.6.2" negotiator "0.6.2"
ace-builds@^1.4.12:
version "1.4.12"
resolved "https://verdaccio.hq.cha0s.io/ace-builds/-/ace-builds-1.4.12.tgz#888efa386e36f4345f40b5233fcc4fe4c588fae7"
integrity sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==
acorn-jsx@^5.3.1: acorn-jsx@^5.3.1:
version "5.3.1" version "5.3.1"
resolved "https://verdaccio.hq.cha0s.io/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" resolved "https://verdaccio.hq.cha0s.io/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@ -3276,11 +3258,6 @@ detect-node@^2.0.4:
resolved "https://verdaccio.hq.cha0s.io/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" resolved "https://verdaccio.hq.cha0s.io/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
diff-match-patch@^1.0.4:
version "1.0.5"
resolved "https://verdaccio.hq.cha0s.io/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
integrity sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==
diff@5.0.0: diff@5.0.0:
version "5.0.0" version "5.0.0"
resolved "https://verdaccio.hq.cha0s.io/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" resolved "https://verdaccio.hq.cha0s.io/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
@ -3921,11 +3898,6 @@ execa@^1.0.0:
signal-exit "^3.0.0" signal-exit "^3.0.0"
strip-eof "^1.0.0" strip-eof "^1.0.0"
exenv@^1.2.0:
version "1.2.2"
resolved "https://verdaccio.hq.cha0s.io/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=
expand-brackets@^2.1.4: expand-brackets@^2.1.4:
version "2.1.4" version "2.1.4"
resolved "https://verdaccio.hq.cha0s.io/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" resolved "https://verdaccio.hq.cha0s.io/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@ -4634,6 +4606,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4643,7 +4627,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -5257,6 +5241,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -5574,11 +5563,6 @@ lodash.get@^4.4.2:
resolved "https://verdaccio.hq.cha0s.io/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" resolved "https://verdaccio.hq.cha0s.io/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://verdaccio.hq.cha0s.io/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
lodash.merge@^4.6.2: lodash.merge@^4.6.2:
version "4.6.2" version "4.6.2"
resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
@ -5651,7 +5635,7 @@ loglevel@^1.6.8:
resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -5846,6 +5830,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -6650,6 +6642,13 @@ path-to-regexp@0.1.7:
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -6884,7 +6883,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -7026,17 +7025,6 @@ raw-body@2.4.0:
iconv-lite "0.4.24" iconv-lite "0.4.24"
unpipe "1.0.0" unpipe "1.0.0"
react-ace@^9.4.0:
version "9.4.1"
resolved "https://verdaccio.hq.cha0s.io/react-ace/-/react-ace-9.4.1.tgz#5f446c2764a0b615e8d00cd251b9b35d95365e37"
integrity sha512-vhOFrB5Xy++mcPNc6wc1mwMFP/FZOnYxQPqgRl/dLfkZBbrJf4SAgXaa6PU4AXWu1u5bfxOmRwwHaZPrLb6d9Q==
dependencies:
ace-builds "^1.4.12"
diff-match-patch "^1.0.4"
lodash.get "^4.4.2"
lodash.isequal "^4.5.0"
prop-types "^15.7.2"
react-dom@^17.0.1: react-dom@^17.0.1:
version "17.0.2" version "17.0.2"
resolved "https://verdaccio.hq.cha0s.io/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" resolved "https://verdaccio.hq.cha0s.io/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
@ -7071,33 +7059,16 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
react-json-editor-ajrm@^2.5.13: react-lifecycles-compat@^3.0.4:
version "2.5.13"
resolved "https://verdaccio.hq.cha0s.io/react-json-editor-ajrm/-/react-json-editor-ajrm-2.5.13.tgz#d2496b6b0166ff9e6bb5dbb85ba3615d8f398151"
integrity sha512-uYRJFzY34w7coLxeWPFZGyQpWdBKK5e8R9jBZTJ5gAFp3WuGVG2DdGZ8oJKOVJy0hqkxS9DzJIzGmmxHHQ9afA==
dependencies:
"@babel/runtime" "^7.0.0-rc.0"
react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4:
version "3.0.4" version "3.0.4"
resolved "https://verdaccio.hq.cha0s.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" resolved "https://verdaccio.hq.cha0s.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-modal@^3.12.1:
version "3.14.3"
resolved "https://verdaccio.hq.cha0s.io/react-modal/-/react-modal-3.14.3.tgz#7eb7c5ec85523e5843e2d4737cc17fc3f6aeb1c0"
integrity sha512-+C2KODVKyu20zHXPJxfOOcf571L1u/EpFlH+oS/3YDn8rgVE51QZuxuuIwabJ8ZFnOEHaD+r6XNjqwtxZnXO0g==
dependencies:
exenv "^1.2.0"
prop-types "^15.7.2"
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"
react-redux@^7.2.2: react-redux@^7.2.2:
version "7.2.4" version "7.2.4"
resolved "https://verdaccio.hq.cha0s.io/react-redux/-/react-redux-7.2.4.tgz#1ebb474032b72d806de2e0519cd07761e222e225" resolved "https://verdaccio.hq.cha0s.io/react-redux/-/react-redux-7.2.4.tgz#1ebb474032b72d806de2e0519cd07761e222e225"
@ -7110,7 +7081,36 @@ react-redux@^7.2.2:
prop-types "^15.7.2" prop-types "^15.7.2"
react-is "^16.13.1" react-is "^16.13.1"
react-tabs@^3.1.2: react-router-dom@^5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
loose-envify "^1.3.1"
prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2" version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0" resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A== integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
@ -7441,6 +7441,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -8373,6 +8378,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -8683,11 +8698,6 @@ uuid@^3.3.2, uuid@^3.4.0:
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.3.2:
version "8.3.2"
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
version "2.3.0" version "2.3.0"
resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
@ -8701,6 +8711,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
vary@^1, vary@~1.1.2: vary@^1, vary@~1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
@ -8720,13 +8735,6 @@ vm-browserify@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" resolved "https://verdaccio.hq.cha0s.io/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
warning@^4.0.3:
version "4.0.3"
resolved "https://verdaccio.hq.cha0s.io/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"
watchpack-chokidar2@^2.0.1: watchpack-chokidar2@^2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://verdaccio.hq.cha0s.io/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" resolved "https://verdaccio.hq.cha0s.io/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"

View File

@ -25,14 +25,6 @@
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@avocado/persea": "^1.0.0", "@latus/build": "1.x"
"@latus/build": "1.x",
"@latus/react": "^2.0.0",
"@latus/redux": "^2.0.0"
},
"peerDependencies": {
"@avocado/persea": "2.0.0",
"@latus/react": "2.0.0",
"@latus/redux": "2.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"test.js.map" "test.js.map"
], ],
"dependencies": { "dependencies": {
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@avocado/resource": "^2.0.0", "@avocado/resource": "^2.0.0",
"@avocado/resource-persea": "^1.0.0", "@avocado/resource-persea": "^1.0.0",
"@latus/react": "^2.0.0" "@latus/react": "^2.0.0"

View File

@ -2,14 +2,14 @@ import './component.scss';
import {join} from 'path'; import {join} from 'path';
import {
Number,
} from '@avocado/react';
import {useJsonPatcher} from '@avocado/resource-persea';
import { import {
PropTypes, PropTypes,
React, React,
} from '@latus/react'; } from '@latus/react';
import {
Number,
} from '@avocado/persea';
import {useJsonPatcher} from '@avocado/resource-persea';
import SoundSource from './src'; import SoundSource from './src';

View File

@ -4,16 +4,13 @@
"@avocado/core@2.0.0": "@avocado/core@2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#20ea004c24195f28c56f04fe3aea44ec4a569930" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fcore/-/core-2.0.0.tgz#13dab8f4d4370c0b730a4285279c61fccd836861"
integrity sha512-PyZkB15EAPZhZ5x469nNIFRFC9UHaShCq9xGRuTFjx+f2ae25tolFp1Kkgqv/j+h+34uZEJOiQOqkxxfvYsd9g== integrity sha512-5lRbeAkaCh7ZPw56CFhca+zCvDs+mSYAO08LH0bgWKhrt1iO+1bpwLONLsVbo8ErYwU3DAHdUrQZ0ky+BzbCpw==
dependencies:
autoprefixer "^9.8.6"
debug "4.3.1"
"@avocado/persea@^1.0.0": "@avocado/persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#f369f3ecc8dfd02c25786ef7b8e73cf83002c91b" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#6196047feb9c1244a44be0a5ff409ee3db53cadc"
integrity sha512-GDupxw5jlPR7PWnztkqR8s+Edqbcpwg2HHERp+E/Ras6UiElW3vtZU8Ob/mKY3Ayw/Zbhc/oj1UEx17NK+wu/Q== integrity sha512-5RUTwbXS1ea8216jqQkrEEeuQMceT8k+ChBR++WvEhRdMmimty5d1tjSiprHV5GA6JJijAIk3Snb8EHXlhAkug==
dependencies: dependencies:
"@latus/react" "^2.0.0" "@latus/react" "^2.0.0"
ace-builds "^1.4.12" ace-builds "^1.4.12"
@ -22,10 +19,18 @@
react-json-editor-ajrm "^2.5.13" react-json-editor-ajrm "^2.5.13"
react-modal "^3.12.1" react-modal "^3.12.1"
"@avocado/react@^1.0.0":
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2freact/-/react-1.0.0.tgz#75fadd577014d3dfa36a8bf7f73ea809a0b7bac8"
integrity sha512-TR3HiS24P6jL9LaKSMEq+ZPH3iqSe+eAKlvzb8mGhMAXUn0fFymVXpSSV81GsWXlKXzEk//PY3k+xTCabznBLg==
dependencies:
"@latus/react" "^2.0.0"
classnames "^2.2.6"
"@avocado/resource-persea@^1.0.0": "@avocado/resource-persea@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#11f81e801188806863d6d10cf4ca7ec63dbe2805" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource-persea/-/resource-persea-1.0.0.tgz#6f6380ed5ef244e29515a430cd6ecb89e70c1889"
integrity sha512-vmGbvctgsf88vZm2hZp6HPBaERJCg+reyY/m1z5feEowugr83qfOh8p4b2ScvOAHf2NhmzZm8au6htRUEfOp9w== integrity sha512-cRWYvFeYQXj2Oe/eOvNXdE8es3cl9OiLfmpeG29wJOhsIg1FrImoYWsDPIJPuwd0HPVrUGEjMhXuYOl6aAosnA==
dependencies: dependencies:
"@avocado/persea" "^1.0.0" "@avocado/persea" "^1.0.0"
"@avocado/resource" "^2.0.0" "@avocado/resource" "^2.0.0"
@ -36,21 +41,13 @@
"@avocado/resource@^2.0.0": "@avocado/resource@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#c7f5d67966bdd497d649159ef174e93ad1ba90e6" resolved "https://verdaccio.hq.cha0s.io/@avocado%2fresource/-/resource-2.0.0.tgz#99734832c89eff3097933a34e78f61b3b03a6acd"
integrity sha512-GqOaKYnCY1l6BCscu4fB6i+BTlUpTrDUZNhe7r7wDQpur0hTZs0pKN8heT4wLk/ft3qdHX7MsjCBB63CeukUXA== integrity sha512-HdHSw83DKBfpMyT2gTQUQgAw389spnscLQ1sVdsdBJyv3XwazykVzs6j6tGzuCJC4u9G4TSGQPIAEkpfxyOgjw==
dependencies: dependencies:
"@avocado/core" "2.0.0" "@avocado/core" "2.0.0"
"@latus/core" "2.0.0" "@latus/core" "2.0.0"
autoprefixer "^9.8.6"
debug "4.3.1"
deepmerge "^4.2.2" deepmerge "^4.2.2"
fast-json-patch "^3.0.0-1"
lru-cache "^6.0.0" lru-cache "^6.0.0"
react-hex-editor "^0.3.0"
react-json-editor-ajrm "^2.5.13"
react-tabs "^3.1.2"
styled-components "^5.2.1"
uuid "^8.3.2"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
@ -117,7 +114,7 @@
jsesc "^2.5.1" jsesc "^2.5.1"
source-map "^0.5.0" source-map "^0.5.0"
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5": "@babel/helper-annotate-as-pure@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
@ -213,7 +210,7 @@
dependencies: dependencies:
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
version "7.14.5" version "7.14.5"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" resolved "https://verdaccio.hq.cha0s.io/@babel%2fhelper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
@ -973,7 +970,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": "@babel/runtime@^7.0.0", "@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -989,7 +986,7 @@
"@babel/parser" "^7.14.5" "@babel/parser" "^7.14.5"
"@babel/types" "^7.14.5" "@babel/types" "^7.14.5"
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0": "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
version "7.14.7" version "7.14.7"
resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" resolved "https://verdaccio.hq.cha0s.io/@babel%2ftraverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
@ -1012,28 +1009,6 @@
"@babel/helper-validator-identifier" "^7.14.5" "@babel/helper-validator-identifier" "^7.14.5"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@emotion/is-prop-valid@^0.8.8":
version "0.8.8"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fis-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
dependencies:
"@emotion/memoize" "0.7.4"
"@emotion/memoize@0.7.4":
version "0.7.4"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fmemoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
"@emotion/stylis@^0.8.4":
version "0.8.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2fstylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
"@emotion/unitless@^0.7.4":
version "0.7.5"
resolved "https://verdaccio.hq.cha0s.io/@emotion%2funitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
"@eslint/eslintrc@^0.4.2": "@eslint/eslintrc@^0.4.2":
version "0.4.2" version "0.4.2"
resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" resolved "https://verdaccio.hq.cha0s.io/@eslint%2feslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
@ -1145,8 +1120,8 @@
"@latus/react@2.0.0", "@latus/react@^2.0.0": "@latus/react@2.0.0", "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1159,6 +1134,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@latus/redux@^2.0.0": "@latus/redux@^2.0.0":
@ -2084,21 +2061,6 @@ babel-plugin-polyfill-regenerator@^0.2.2:
dependencies: dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2" "@babel/helper-define-polyfill-provider" "^0.2.2"
"babel-plugin-styled-components@>= 1.12.0":
version "1.13.1"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.1.tgz#5ecd28b207627c2a26ef8d5da401e9644065095a"
integrity sha512-iY11g5orsdBnvWtXKCFBzDyTxZ9jvmkcYCCs5ONlvASYltDRhieCVzeDC7Do0fSW7psAL0zfVoXB3FHz2CkUSg==
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0"
"@babel/helper-module-imports" "^7.0.0"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.11"
babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
babel-plugin-transform-react-remove-prop-types@^0.4.24: babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24" version "0.4.24"
resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" resolved "https://verdaccio.hq.cha0s.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
@ -2519,11 +2481,6 @@ camelcase@^6.0.0:
resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" resolved "https://verdaccio.hq.cha0s.io/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
camelize@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
version "1.0.30001243" version "1.0.30001243"
resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa" resolved "https://verdaccio.hq.cha0s.io/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
@ -3035,11 +2992,6 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0" randombytes "^2.0.0"
randomfill "^1.0.3" randomfill "^1.0.3"
css-color-keywords@^1.0.0:
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=
css-loader@^3.6.0: css-loader@^3.6.0:
version "3.6.0" version "3.6.0"
resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" resolved "https://verdaccio.hq.cha0s.io/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
@ -3070,15 +3022,6 @@ css-select@^4.1.3:
domutils "^2.6.0" domutils "^2.6.0"
nth-check "^2.0.0" nth-check "^2.0.0"
css-to-react-native@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
dependencies:
camelize "^1.0.0"
css-color-keywords "^1.0.0"
postcss-value-parser "^4.0.2"
css-what@^5.0.0: css-what@^5.0.0:
version "5.0.1" version "5.0.1"
resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" resolved "https://verdaccio.hq.cha0s.io/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
@ -4646,6 +4589,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4655,7 +4610,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -5269,6 +5224,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -5663,7 +5623,7 @@ loglevel@^1.6.8:
resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" resolved "https://verdaccio.hq.cha0s.io/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -5858,6 +5818,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -6662,6 +6630,13 @@ path-to-regexp@0.1.7:
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -6839,7 +6814,7 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
cssesc "^3.0.0" cssesc "^3.0.0"
util-deprecate "^1.0.2" util-deprecate "^1.0.2"
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: postcss-value-parser@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" resolved "https://verdaccio.hq.cha0s.io/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
@ -6896,7 +6871,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -7083,7 +7058,7 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@ -7122,7 +7097,36 @@ react-redux@^7.2.2:
prop-types "^15.7.2" prop-types "^15.7.2"
react-is "^16.13.1" react-is "^16.13.1"
react-tabs@^3.1.2: react-router-dom@^5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
loose-envify "^1.3.1"
prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2" version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0" resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A== integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
@ -7453,6 +7457,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -8248,22 +8257,6 @@ style-loader@^1.3.0:
loader-utils "^2.0.0" loader-utils "^2.0.0"
schema-utils "^2.7.0" schema-utils "^2.7.0"
styled-components@^5.2.1:
version "5.3.0"
resolved "https://verdaccio.hq.cha0s.io/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
"@emotion/is-prop-valid" "^0.8.8"
"@emotion/stylis" "^0.8.4"
"@emotion/unitless" "^0.7.4"
babel-plugin-styled-components ">= 1.12.0"
css-to-react-native "^3.0.0"
hoist-non-react-statics "^3.0.0"
shallowequal "^1.1.0"
supports-color "^5.5.0"
supports-color@8.1.1: supports-color@8.1.1:
version "8.1.1" version "8.1.1"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@ -8276,7 +8269,7 @@ supports-color@^2.0.0:
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
supports-color@^5.3.0, supports-color@^5.5.0: supports-color@^5.3.0:
version "5.5.0" version "5.5.0"
resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" resolved "https://verdaccio.hq.cha0s.io/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
@ -8385,6 +8378,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -8695,11 +8698,6 @@ uuid@^3.3.2, uuid@^3.4.0:
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.3.2:
version "8.3.2"
resolved "https://verdaccio.hq.cha0s.io/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1: v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
version "2.3.0" version "2.3.0"
resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" resolved "https://verdaccio.hq.cha0s.io/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
@ -8713,6 +8711,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
vary@^1, vary@~1.1.2: vary@^1, vary@~1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" resolved "https://verdaccio.hq.cha0s.io/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

View File

@ -26,12 +26,6 @@
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@avocado/persea": "1.0", "@latus/build": "1.x"
"@latus/build": "1.x",
"@latus/react": "2.0.0"
},
"peerDependencies": {
"@avocado/persea": "1.0",
"@latus/react": "2.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"@avocado/graphics": "^2.0.0", "@avocado/graphics": "^2.0.0",
"@avocado/math": "^2.0.0", "@avocado/math": "^2.0.0",
"@avocado/math-persea": "^1.0.0", "@avocado/math-persea": "^1.0.0",
"@avocado/persea": "^1.0.0", "@avocado/react": "^1.0.0",
"@avocado/resource-persea": "^1.0.0", "@avocado/resource-persea": "^1.0.0",
"@avocado/timing": "^2.0.0", "@avocado/timing": "^2.0.0",
"@latus/react": "^2.0.0" "@latus/react": "^2.0.0"

View File

@ -5,19 +5,19 @@ import {join} from 'path';
import {Container, Stage} from '@avocado/graphics'; import {Container, Stage} from '@avocado/graphics';
import {Vector} from '@avocado/math'; import {Vector} from '@avocado/math';
import {vectorPropType} from '@avocado/math-persea'; import {vectorPropType} from '@avocado/math-persea';
import {useProject} from '@avocado/persea';
import {AnimationView} from '@avocado/timing'; import {AnimationView} from '@avocado/timing';
import { import {
PropTypes, PropTypes,
React, React,
useEffect, useEffect,
useParams,
useLatus, useLatus,
useState, useState,
} from '@latus/react'; } from '@latus/react';
const AnimationVisualization = ({json}) => { const AnimationVisualization = ({json}) => {
const latus = useLatus(); const latus = useLatus();
const project = useProject(); const {uuid} = useParams();
const {Animation} = latus.get('%resources'); const {Animation} = latus.get('%resources');
const [animations, setAnimations] = useState([]); const [animations, setAnimations] = useState([]);
const [container] = useState(new Container()); const [container] = useState(new Container());
@ -76,7 +76,7 @@ const AnimationVisualization = ({json}) => {
<div className="animation-visualization__image"> <div className="animation-visualization__image">
<img <img
alt="animation" alt="animation"
src={join('/projects', project, json.imageUri)} src={join('/projects', uuid, json.imageUri)}
/> />
{boxes} {boxes}
</div> </div>

View File

@ -6,7 +6,7 @@ import {
PropTypes, PropTypes,
React, React,
} from '@latus/react'; } from '@latus/react';
import {Number} from '@avocado/persea'; import {Number} from '@avocado/react';
import { import {
Vector as VectorComponent, Vector as VectorComponent,
vectorPropType, vectorPropType,

View File

@ -3,7 +3,7 @@ import './animated.scss';
import {join} from 'path'; import {join} from 'path';
import {Vector as VectorComponent} from '@avocado/math-persea'; import {Vector as VectorComponent} from '@avocado/math-persea';
import {Number} from '@avocado/persea'; import {Number} from '@avocado/react';
import {JsonTabs, useJsonPatcher} from '@avocado/resource-persea'; import {JsonTabs, useJsonPatcher} from '@avocado/resource-persea';
import { import {
hot, hot,

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@
"test.js.map" "test.js.map"
], ],
"dependencies": { "dependencies": {
"@avocado/persea": "^1.0.0",
"@latus/react": "^2.0.0" "@latus/react": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,31 +0,0 @@
.entity-renderer {
height: 100%;
> .react-tabs {
display: flex;
height: 100%;
overflow: hidden;
}
}
.entity-renderer__workspacePanes {
flex-grow: 1;
min-height: 100%;
overflow: hidden;
> .react-tabs__tab-panel {
height: 100%;
overflow: hidden;
}
}
.entity-renderer__workspaceTabs {
background-color: rgba(255, 255, 255, 0.1);
text-orientation: mixed;
writing-mode: vertical-rl;
.react-tabs__tab {
border-left: none;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.react-tabs__tab-panel {
overflow: hidden;
}
}

View File

@ -2,18 +2,6 @@
# yarn lockfile v1 # yarn lockfile v1
"@avocado/persea@^1.0.0":
version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/@avocado%2fpersea/-/persea-1.0.0.tgz#6196047feb9c1244a44be0a5ff409ee3db53cadc"
integrity sha512-5RUTwbXS1ea8216jqQkrEEeuQMceT8k+ChBR++WvEhRdMmimty5d1tjSiprHV5GA6JJijAIk3Snb8EHXlhAkug==
dependencies:
"@latus/react" "^2.0.0"
ace-builds "^1.4.12"
deepmerge "^4.2.2"
react-ace "^9.4.0"
react-json-editor-ajrm "^2.5.13"
react-modal "^3.12.1"
"@babel/code-frame@7.12.11": "@babel/code-frame@7.12.11":
version "7.12.11" version "7.12.11"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fcode-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" resolved "https://verdaccio.hq.cha0s.io/@babel%2fcode-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
@ -935,7 +923,7 @@
core-js-pure "^3.15.0" core-js-pure "^3.15.0"
regenerator-runtime "^0.13.4" regenerator-runtime "^0.13.4"
"@babel/runtime@^7.0.0-rc.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4": "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4":
version "7.14.6" version "7.14.6"
resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" resolved "https://verdaccio.hq.cha0s.io/@babel%2fruntime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@ -1066,8 +1054,8 @@
"@latus/react@^2.0.0": "@latus/react@^2.0.0":
version "2.0.0" version "2.0.0"
resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#f8842b7104db69bfe2587245a21c99b890e90cee" resolved "https://verdaccio.hq.cha0s.io/@latus%2freact/-/react-2.0.0.tgz#938e1ee793320512979d85eaa4fb6dae8270f93c"
integrity sha512-/DGJSSf46LSaXt/0siF/bb3Caq7Pq/Zk6aWmoVMcn+5cBvuxIuEU/bA1ByKinCuIyVwhdc65v8EPcI/N2PhmYg== integrity sha512-atYCQTvE5Z5QbkHeXo1wtLZc/ZYi+cCNXis9tpajuPU+oN9tT/mbSMhN2GQ2yK2Y1BZ/C90ixD5joRosqgy9zg==
dependencies: dependencies:
"@hot-loader/react-dom" "^17.0.1" "@hot-loader/react-dom" "^17.0.1"
"@latus/core" "^2.0.0" "@latus/core" "^2.0.0"
@ -1080,6 +1068,8 @@
react "^17.0.1" react "^17.0.1"
react-dom "^17.0.1" react-dom "^17.0.1"
react-hot-loader "^4.13.0" react-hot-loader "^4.13.0"
react-router-dom "^5.2.0"
react-tabs "^3.2.2"
sass-loader "^10.1.0" sass-loader "^10.1.0"
"@neutrinojs/airbnb@^9.4.0": "@neutrinojs/airbnb@^9.4.0":
@ -1475,11 +1465,6 @@ abbrev@1:
resolved "https://verdaccio.hq.cha0s.io/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" resolved "https://verdaccio.hq.cha0s.io/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
ace-builds@^1.4.12:
version "1.4.12"
resolved "https://verdaccio.hq.cha0s.io/ace-builds/-/ace-builds-1.4.12.tgz#888efa386e36f4345f40b5233fcc4fe4c588fae7"
integrity sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==
acorn-jsx@^5.3.1: acorn-jsx@^5.3.1:
version "5.3.1" version "5.3.1"
resolved "https://verdaccio.hq.cha0s.io/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" resolved "https://verdaccio.hq.cha0s.io/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@ -2397,6 +2382,11 @@ clone-deep@^4.0.1:
kind-of "^6.0.2" kind-of "^6.0.2"
shallow-clone "^3.0.0" shallow-clone "^3.0.0"
clsx@^1.1.0:
version "1.1.1"
resolved "https://verdaccio.hq.cha0s.io/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
code-point-at@^1.0.0: code-point-at@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" resolved "https://verdaccio.hq.cha0s.io/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
@ -2858,11 +2848,6 @@ detect-file@^1.0.0:
resolved "https://verdaccio.hq.cha0s.io/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" resolved "https://verdaccio.hq.cha0s.io/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
diff-match-patch@^1.0.4:
version "1.0.5"
resolved "https://verdaccio.hq.cha0s.io/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
integrity sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==
diff@5.0.0: diff@5.0.0:
version "5.0.0" version "5.0.0"
resolved "https://verdaccio.hq.cha0s.io/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" resolved "https://verdaccio.hq.cha0s.io/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
@ -3398,11 +3383,6 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
md5.js "^1.3.4" md5.js "^1.3.4"
safe-buffer "^5.1.1" safe-buffer "^5.1.1"
exenv@^1.2.0:
version "1.2.2"
resolved "https://verdaccio.hq.cha0s.io/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=
expand-brackets@^2.1.4: expand-brackets@^2.1.4:
version "2.1.4" version "2.1.4"
resolved "https://verdaccio.hq.cha0s.io/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" resolved "https://verdaccio.hq.cha0s.io/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@ -4018,6 +3998,18 @@ he@1.2.0, he@1.2.x, he@^1.2.0:
resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" resolved "https://verdaccio.hq.cha0s.io/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
history@^4.9.0:
version "4.10.1"
resolved "https://verdaccio.hq.cha0s.io/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
loose-envify "^1.2.0"
resolve-pathname "^3.0.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
value-equal "^1.0.1"
hmac-drbg@^1.0.1: hmac-drbg@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" resolved "https://verdaccio.hq.cha0s.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@ -4027,7 +4019,7 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0" minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1" minimalistic-crypto-utils "^1.0.1"
hoist-non-react-statics@^3.3.0: hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
version "3.3.2" version "3.3.2"
resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" resolved "https://verdaccio.hq.cha0s.io/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@ -4501,6 +4493,11 @@ is-wsl@^1.1.0:
resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" resolved "https://verdaccio.hq.cha0s.io/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
isarray@0.0.1:
version "0.0.1"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" resolved "https://verdaccio.hq.cha0s.io/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -4798,11 +4795,6 @@ lodash.get@^4.4.2:
resolved "https://verdaccio.hq.cha0s.io/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" resolved "https://verdaccio.hq.cha0s.io/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://verdaccio.hq.cha0s.io/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
lodash.merge@^4.6.2: lodash.merge@^4.6.2:
version "4.6.2" version "4.6.2"
resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" resolved "https://verdaccio.hq.cha0s.io/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
@ -4860,7 +4852,7 @@ log-symbols@4.0.0:
dependencies: dependencies:
chalk "^4.0.0" chalk "^4.0.0"
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" resolved "https://verdaccio.hq.cha0s.io/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@ -5025,6 +5017,14 @@ min-document@^2.19.0:
dependencies: dependencies:
dom-walk "^0.1.0" dom-walk "^0.1.0"
mini-create-react-context@^0.4.0:
version "0.4.1"
resolved "https://verdaccio.hq.cha0s.io/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
dependencies:
"@babel/runtime" "^7.12.1"
tiny-warning "^1.0.3"
mini-css-extract-plugin@^0.12.0: mini-css-extract-plugin@^0.12.0:
version "0.12.0" version "0.12.0"
resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454" resolved "https://verdaccio.hq.cha0s.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz#ddeb74fd6304ca9f99c1db74acc7d5b507705454"
@ -5703,6 +5703,13 @@ path-parse@^1.0.6:
resolved "https://verdaccio.hq.cha0s.io/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" resolved "https://verdaccio.hq.cha0s.io/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://verdaccio.hq.cha0s.io/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
dependencies:
isarray "0.0.1"
path-type@^1.0.0: path-type@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" resolved "https://verdaccio.hq.cha0s.io/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@ -5928,7 +5935,7 @@ promise-inflight@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" resolved "https://verdaccio.hq.cha0s.io/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prop-types@^15.6.1, prop-types@^15.7.2: prop-types@^15.5.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://verdaccio.hq.cha0s.io/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@ -6037,17 +6044,6 @@ randomfill@^1.0.3:
randombytes "^2.0.5" randombytes "^2.0.5"
safe-buffer "^5.1.0" safe-buffer "^5.1.0"
react-ace@^9.4.0:
version "9.4.1"
resolved "https://verdaccio.hq.cha0s.io/react-ace/-/react-ace-9.4.1.tgz#5f446c2764a0b615e8d00cd251b9b35d95365e37"
integrity sha512-vhOFrB5Xy++mcPNc6wc1mwMFP/FZOnYxQPqgRl/dLfkZBbrJf4SAgXaa6PU4AXWu1u5bfxOmRwwHaZPrLb6d9Q==
dependencies:
ace-builds "^1.4.12"
diff-match-patch "^1.0.4"
lodash.get "^4.4.2"
lodash.isequal "^4.5.0"
prop-types "^15.7.2"
react-dom@^17.0.1: react-dom@^17.0.1:
version "17.0.2" version "17.0.2"
resolved "https://verdaccio.hq.cha0s.io/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" resolved "https://verdaccio.hq.cha0s.io/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
@ -6071,32 +6067,52 @@ react-hot-loader@^4.13.0:
shallowequal "^1.1.0" shallowequal "^1.1.0"
source-map "^0.7.3" source-map "^0.7.3"
react-is@^16.7.0, react-is@^16.8.1: react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1" version "16.13.1"
resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://verdaccio.hq.cha0s.io/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
react-json-editor-ajrm@^2.5.13: react-lifecycles-compat@^3.0.4:
version "2.5.13"
resolved "https://verdaccio.hq.cha0s.io/react-json-editor-ajrm/-/react-json-editor-ajrm-2.5.13.tgz#d2496b6b0166ff9e6bb5dbb85ba3615d8f398151"
integrity sha512-uYRJFzY34w7coLxeWPFZGyQpWdBKK5e8R9jBZTJ5gAFp3WuGVG2DdGZ8oJKOVJy0hqkxS9DzJIzGmmxHHQ9afA==
dependencies:
"@babel/runtime" "^7.0.0-rc.0"
react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4:
version "3.0.4" version "3.0.4"
resolved "https://verdaccio.hq.cha0s.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" resolved "https://verdaccio.hq.cha0s.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-modal@^3.12.1: react-router-dom@^5.2.0:
version "3.14.3" version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-modal/-/react-modal-3.14.3.tgz#7eb7c5ec85523e5843e2d4737cc17fc3f6aeb1c0" resolved "https://verdaccio.hq.cha0s.io/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-+C2KODVKyu20zHXPJxfOOcf571L1u/EpFlH+oS/3YDn8rgVE51QZuxuuIwabJ8ZFnOEHaD+r6XNjqwtxZnXO0g== integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
dependencies: dependencies:
exenv "^1.2.0" "@babel/runtime" "^7.1.2"
prop-types "^15.7.2" history "^4.9.0"
react-lifecycles-compat "^3.0.0" loose-envify "^1.3.1"
warning "^4.0.3" prop-types "^15.6.2"
react-router "5.2.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-router@5.2.0:
version "5.2.0"
resolved "https://verdaccio.hq.cha0s.io/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
dependencies:
"@babel/runtime" "^7.1.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
react-tabs@^3.2.2:
version "3.2.2"
resolved "https://verdaccio.hq.cha0s.io/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
dependencies:
clsx "^1.1.0"
prop-types "^15.5.0"
react@^17.0.1: react@^17.0.1:
version "17.0.2" version "17.0.2"
@ -6381,6 +6397,11 @@ resolve-from@^4.0.0:
resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" resolved "https://verdaccio.hq.cha0s.io/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://verdaccio.hq.cha0s.io/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-url@^0.2.1: resolve-url@^0.2.1:
version "0.2.1" version "0.2.1"
resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" resolved "https://verdaccio.hq.cha0s.io/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@ -7110,6 +7131,16 @@ timers-browserify@^2.0.4:
dependencies: dependencies:
setimmediate "^1.0.4" setimmediate "^1.0.4"
tiny-invariant@^1.0.2:
version "1.1.0"
resolved "https://verdaccio.hq.cha0s.io/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
version "1.0.3"
resolved "https://verdaccio.hq.cha0s.io/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
to-arraybuffer@^1.0.0: to-arraybuffer@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" resolved "https://verdaccio.hq.cha0s.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
@ -7402,6 +7433,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
value-equal@^1.0.1:
version "1.0.1"
resolved "https://verdaccio.hq.cha0s.io/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
verror@1.10.0: verror@1.10.0:
version "1.10.0" version "1.10.0"
resolved "https://verdaccio.hq.cha0s.io/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" resolved "https://verdaccio.hq.cha0s.io/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
@ -7416,13 +7452,6 @@ vm-browserify@^1.0.1:
resolved "https://verdaccio.hq.cha0s.io/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" resolved "https://verdaccio.hq.cha0s.io/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
warning@^4.0.3:
version "4.0.3"
resolved "https://verdaccio.hq.cha0s.io/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"
watchpack-chokidar2@^2.0.1: watchpack-chokidar2@^2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://verdaccio.hq.cha0s.io/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" resolved "https://verdaccio.hq.cha0s.io/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff