summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-14 07:12:22 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-15 11:36:47 +0200
commitde91d5f753e2e4d91a697bc3d5c2720603810390 (patch)
treec240f7d73b5460dd261c8536b5a0c3604a5896f8
parentdab8d5d31610fc9b2e95622766a1ddb46cbd51f4 (diff)
Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--package-lock.json18987
-rw-r--r--package.json34
-rw-r--r--stylelint.config.js35
3 files changed, 14335 insertions, 4721 deletions
diff --git a/package-lock.json b/package-lock.json
index 9df1420d..d55ddb55 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,21 +1,12807 @@
{
"name": "contacts",
"version": "4.0.0-beta.1",
- "lockfileVersion": 1,
+ "lockfileVersion": 2,
"requires": true,
+ "packages": {
+ "": {
+ "version": "4.0.0-beta.1",
+ "license": "agpl",
+ "dependencies": {
+ "@mattkrick/sanitize-svg": "^0.3.1",
+ "@nextcloud/auth": "^1.3.0",
+ "@nextcloud/axios": "^1.6.0",
+ "@nextcloud/capabilities": "^1.0.4",
+ "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/event-bus": "^2.0.0",
+ "@nextcloud/initial-state": "^1.2.0",
+ "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/logger": "^2.0.0",
+ "@nextcloud/moment": "^1.1.1",
+ "@nextcloud/paths": "^2.0.0",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^4.0.0",
+ "b64-to-blob": "^1.2.19",
+ "camelcase": "^6.2.0",
+ "cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
+ "core-js": "^3.14.0",
+ "debounce": "^1.2.1",
+ "downloadjs": "^1.4.7",
+ "ical.js": "^1.4.0",
+ "moment": "^2.29.1",
+ "p-limit": "^3.1.0",
+ "p-queue": "^6.6.2",
+ "qr-image": "^3.2.0",
+ "regenerator-runtime": "^0.13.7",
+ "string-natural-compare": "^3.0.1",
+ "uuid": "^8.3.2",
+ "vue": "^2.6.14",
+ "vue-click-outside": "^1.1.0",
+ "vue-clipboard2": "^0.3.1",
+ "vue-masonry": "^0.13.0",
+ "vue-material-design-icons": "^4.11.0",
+ "vue-router": "^3.5.1",
+ "vue-virtual-scroll-list": "^2.3.2",
+ "vue-virtual-scroller": "^1.0.10",
+ "vuex": "^3.6.2",
+ "vuex-router-sync": "^5.0.0"
+ },
+ "devDependencies": {
+ "@nextcloud/babel-config": "^1.0.0-beta.1",
+ "@nextcloud/browserslist-config": "^2.1.0",
+ "@nextcloud/eslint-config": "^5.1.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@nextcloud/typings": "^1.0.0",
+ "@nextcloud/webpack-vue-config": "^4.0.3",
+ "@typescript-eslint/parser": "^4.26.1",
+ "eslint-import-resolver-typescript": "^2.4.0",
+ "ts-loader": "^9.2.3",
+ "typescript": "^4.3.2"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "../../../.nvm/versions/node/v14.17.0/lib/node_modules/@nextcloud/vue": {
+ "version": "4.0.0",
+ "extraneous": true,
+ "license": "AGPL-3.0",
+ "dependencies": {
+ "@nextcloud/auth": "^1.2.3",
+ "@nextcloud/axios": "^1.3.2",
+ "@nextcloud/browser-storage": "^0.1.1",
+ "@nextcloud/capabilities": "^1.0.2",
+ "@nextcloud/dialogs": "^3.0.0",
+ "@nextcloud/event-bus": "^2.0.0",
+ "@nextcloud/l10n": "^1.2.3",
+ "@nextcloud/router": "^2.0.0",
+ "core-js": "^3.6.5",
+ "debounce": "1.2.1",
+ "emoji-mart-vue-fast": "^7.0.7",
+ "escape-html": "^1.0.3",
+ "hammerjs": "^2.0.8",
+ "linkifyjs": "~2.1.9",
+ "md5": "^2.2.1",
+ "regenerator-runtime": "^0.13.5",
+ "splitpanes": "^2.3.6",
+ "string-length": "^5.0.0",
+ "striptags": "^3.1.1",
+ "style-loader": "^2.0.0",
+ "tributejs": "^5.1.3",
+ "v-click-outside": "^3.0.1",
+ "v-tooltip": "^2.0.3",
+ "vue": "^2.6.11",
+ "vue-color": "^2.7.1",
+ "vue-material-design-icons": "^4.11.0",
+ "vue-multiselect": "^2.1.6",
+ "vue-visible": "^1.0.2",
+ "vue2-datepicker": "^3.6.3"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.9.0",
+ "@babel/eslint-parser": "^7.13.10",
+ "@babel/plugin-transform-modules-commonjs": "^7.13.8",
+ "@babel/plugin-transform-shorthand-properties": "^7.12.13",
+ "@babel/preset-env": "^7.9.5",
+ "@nextcloud/babel-config": "^1.0.0-beta.1",
+ "@nextcloud/browserslist-config": "^2.1.0",
+ "@nextcloud/eslint-config": "^4.0.0",
+ "@nextcloud/eslint-plugin": "^2.0.0",
+ "@vue/test-utils": "^1.0.4",
+ "babel-core": "^7.0.0-bridge.0",
+ "babel-jest": "^27.0.1",
+ "babel-loader": "^8.1.0",
+ "babel-loader-exclude-node-modules-except": "^1.0.3",
+ "css-loader": "^5.0.0",
+ "cypress": "^6.5.0",
+ "cypress-visual-regression": "^1.5.0",
+ "cypress-vue-unit-test": "^3.5.1",
+ "eslint": "^7.21.0",
+ "eslint-config-standard": "^16.0.2",
+ "eslint-loader": "^4.0.2",
+ "eslint-plugin-cypress": "^2.11.1",
+ "eslint-plugin-import": "^2.20.2",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-standard": "^4.0.1",
+ "eslint-plugin-vue": "^7.8.0",
+ "eslint-webpack-plugin": "^2.5.3",
+ "file-loader": "^6.0.0",
+ "fontsource-roboto": "^4.0.0",
+ "gettext-extractor": "^3.5.2",
+ "gettext-parser": "^4.0.3",
+ "glob": "^7.1.6",
+ "jest": "^26.4.0",
+ "jest-environment-jsdom-sixteen": "^2.0.0",
+ "jest-serializer-vue": "^2.0.2",
+ "jest-transform-stub": "^2.0.0",
+ "node-sass": "^5.0.0",
+ "raw-loader": "^4.0.1",
+ "resolve-url-loader": "^3.1.2",
+ "sanitize-filename": "^1.6.3",
+ "sass-loader": "^10.0.5",
+ "stylelint": "^13.6.1",
+ "stylelint-config-recommended-scss": "^4.2.0",
+ "stylelint-scss": "^3.18.0",
+ "stylelint-webpack-plugin": "^2.1.0",
+ "url-loader": "^4.1.0",
+ "vue-eslint-parser": "^7.1.0",
+ "vue-jest": "^3.0.5",
+ "vue-loader": "^15.9.1",
+ "vue-styleguidist": "^4.33.9",
+ "vue-template-compiler": "^2.6.11",
+ "webpack": "^4.42.1",
+ "webpack-cli": "^4.0.0",
+ "webpack-merge": "^5.0.8",
+ "webpack-node-externals": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/@babel/cli": {
+ "version": "7.14.5",
+ "license": "MIT",
+ "dependencies": {
+ "commander": "^4.0.1",
+ "convert-source-map": "^1.1.0",
+ "fs-readdir-recursive": "^1.1.0",
+ "glob": "^7.0.0",
+ "make-dir": "^2.1.0",
+ "slash": "^2.0.0",
+ "source-map": "^0.5.0"
+ },
+ "bin": {
+ "babel": "bin/babel.js",
+ "babel-external-helpers": "bin/babel-external-helpers.js"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "optionalDependencies": {
+ "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.2",
+ "chokidar": "^3.4.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/highlight": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.14.4",
+ "license": "MIT"
+ },
+ "node_modules/@babel/core": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@babel/generator": "^7.14.3",
+ "@babel/helper-compilation-targets": "^7.13.16",
+ "@babel/helper-module-transforms": "^7.14.2",
+ "@babel/helpers": "^7.14.0",
+ "@babel/parser": "^7.14.3",
+ "@babel/template": "^7.12.13",
+ "@babel/traverse": "^7.14.2",
+ "@babel/types": "^7.14.2",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0",
+ "source-map": "^0.5.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/core/node_modules/@babel/generator": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.14.2",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/core/node_modules/@babel/helper-function-name": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/types": "^7.14.2"
+ }
+ },
+ "node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/core/node_modules/@babel/parser": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/core/node_modules/@babel/traverse": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@babel/generator": "^7.14.2",
+ "@babel/helper-function-name": "^7.14.2",
+ "@babel/helper-split-export-declaration": "^7.12.13",
+ "@babel/parser": "^7.14.2",
+ "@babel/types": "^7.14.2",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "node_modules/@babel/core/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/core/node_modules/debug": {
+ "version": "4.3.1",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/core/node_modules/ms": {
+ "version": "2.1.2",
+ "license": "MIT"
+ },
+ "node_modules/@babel/eslint-parser": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.5.tgz",
+ "integrity": "sha512-20BlOHuGf3UXS7z1QPyllM9Gz8SEgcp/UcKeUmdHIFZO6HF1n+3KaLpeyfwWvjY/Os/ynPX3k8qXE/nZ5dw/0g==",
+ "dev": true,
+ "peer": true,
+ "dependencies": {
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": ">=7.11.0",
+ "eslint": ">=7.5.0"
+ }
+ },
+ "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "dev": true,
+ "peer": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.13.9",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.0",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-explode-assignable-expression": "^7.12.13",
+ "@babel/types": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.14.4",
+ "@babel/helper-validator-option": "^7.12.17",
+ "browserslist": "^4.16.6",
+ "semver": "^6.3.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.13.8",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.12.13",
+ "@babel/helper-member-expression-to-functions": "^7.13.0",
+ "@babel/helper-optimise-call-expression": "^7.12.13",
+ "@babel/helper-replace-supers": "^7.13.0",
+ "@babel/helper-split-export-declaration": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.12.13",
+ "regexpu-core": "^4.7.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider": {
+ "version": "0.2.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.13.0",
+ "@babel/helper-module-imports": "^7.12.13",
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/traverse": "^7.13.0",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2",
+ "semver": "^6.1.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0-0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
+ "version": "4.3.1",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": {
+ "version": "2.1.2",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-explode-assignable-expression": {
+ "version": "7.13.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/types": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/helper-get-function-arity": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.13.16",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.13.15",
+ "@babel/types": "^7.13.16"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/@babel/generator": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.14.2",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/@babel/helper-function-name": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/types": "^7.14.2"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/@babel/parser": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/@babel/traverse": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@babel/generator": "^7.14.2",
+ "@babel/helper-function-name": "^7.14.2",
+ "@babel/helper-split-export-declaration": "^7.12.13",
+ "@babel/parser": "^7.14.2",
+ "@babel/types": "^7.14.2",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/debug": {
+ "version": "4.3.1",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables/node_modules/ms": {
+ "version": "2.1.2",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.13.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.13.12",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.12"
+ }
+ },
+ "node_modules/@babel/helper-module-imports/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-module-imports/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.13.12",
+ "@babel/helper-replace-supers": "^7.13.12",
+ "@babel/helper-simple-access": "^7.13.12",
+ "@babel/helper-split-export-declaration": "^7.12.13",
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "@babel/template": "^7.12.13",
+ "@babel/traverse": "^7.14.2",
+ "@babel/types": "^7.14.2"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.14.2",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-function-name": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/types": "^7.14.2"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.13.12",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.12"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-replace-supers": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-member-expression-to-functions": "^7.13.12",
+ "@babel/helper-optimise-call-expression": "^7.12.13",
+ "@babel/traverse": "^7.14.2",
+ "@babel/types": "^7.14.4"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@babel/generator": "^7.14.2",
+ "@babel/helper-function-name": "^7.14.2",
+ "@babel/helper-split-export-declaration": "^7.12.13",
+ "@babel/parser": "^7.14.2",
+ "@babel/types": "^7.14.2",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/debug": {
+ "version": "4.3.1",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/helper-module-transforms/node_modules/ms": {
+ "version": "2.1.2",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.13.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.13.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.12.13",
+ "@babel/helper-wrap-function": "^7.13.0",
+ "@babel/types": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.13.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-member-expression-to-functions": "^7.13.0",
+ "@babel/helper-optimise-call-expression": "^7.12.13",
+ "@babel/traverse": "^7.13.0",
+ "@babel/types": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.13.12",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.12"
+ }
+ },
+ "node_modules/@babel/helper-simple-access/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-simple-access/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.12.1",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.12.13",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.12.13"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.12.11",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.12.17",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.13.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/traverse": "^7.13.0",
+ "@babel/types": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.14.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/template": "^7.12.13",
+ "@babel/traverse": "^7.14.0",
+ "@babel/types": "^7.14.0"
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/@babel/generator": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.14.2",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/@babel/helper-function-name": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/types": "^7.14.2"
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/helpers/node_modules/@babel/parser": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/@babel/traverse": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@babel/generator": "^7.14.2",
+ "@babel/helper-function-name": "^7.14.2",
+ "@babel/helper-split-export-declaration": "^7.12.13",
+ "@babel/parser": "^7.14.2",
+ "@babel/types": "^7.14.2",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/debug": {
+ "version": "4.3.1",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/helpers/node_modules/ms": {
+ "version": "2.1.2",
+ "license": "MIT"
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.13.8",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.12.11",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.13.9",
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.13.12",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
+ "@babel/plugin-proposal-optional-chaining": "^7.13.12"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-async-generator-functions": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/helper-remap-async-to-generator": "^7.13.0",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-properties": {
+ "version": "7.13.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.13.0",
+ "@babel/helper-plugin-utils": "^7.13.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.14.3",
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/plugin-syntax-class-static-block": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.12.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/generator": {
+ "version": "7.14.3",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.14.2",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.12.13",
+ "@babel/helper-function-name": "^7.14.2",
+ "@babel/helper-member-expression-to-functions": "^7.13.12",
+ "@babel/helper-optimise-call-expression": "^7.12.13",
+ "@babel/helper-replace-supers": "^7.14.4",
+ "@babel/helper-split-export-declaration": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-function-name": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.13",
+ "@babel/template": "^7.12.13",
+ "@babel/types": "^7.14.2"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.13.12",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.13.12"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-replace-supers": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-member-expression-to-functions": "^7.13.12",
+ "@babel/helper-optimise-call-expression": "^7.12.13",
+ "@babel/traverse": "^7.14.2",
+ "@babel/types": "^7.14.4"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-validator-identifier": {
+ "version": "7.14.0",
+ "license": "MIT"
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/parser": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/traverse": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@babel/generator": "^7.14.2",
+ "@babel/helper-function-name": "^7.14.2",
+ "@babel/helper-split-export-declaration": "^7.12.13",
+ "@babel/parser": "^7.14.2",
+ "@babel/types": "^7.14.2",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/types": {
+ "version": "7.14.4",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.14.0",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/debug": {
+ "version": "4.3.1",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block/node_modules/ms": {
+ "version": "2.1.2",
+ "license": "MIT"
+ },
+ "node_modules/@babel/plugin-proposal-dynamic-import": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-export-namespace-from": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-json-strings": {
+ "version": "7.14.2",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.13.0",