|
|
|
|
@@ -9,9 +9,9 @@
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.14.8",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
|
|
|
"@babel/preset-env": "^7.14.8",
|
|
|
|
|
"@babel/core": "^7.15.0",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
|
|
|
"@babel/preset-env": "^7.15.0",
|
|
|
|
|
"@babel/preset-react": "^7.14.5",
|
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
|
"classnames": "^2.3.1",
|
|
|
|
|
@@ -23,14 +23,14 @@
|
|
|
|
|
"express-async-handler": "^1.1.4",
|
|
|
|
|
"express-static-gzip": "2.1.1",
|
|
|
|
|
"fs-extra": "10.0.0",
|
|
|
|
|
"googleapis": "82.0.0",
|
|
|
|
|
"googleapis": "84.0.0",
|
|
|
|
|
"jwt-simple": "^0.5.6",
|
|
|
|
|
"less": "^3.13.1",
|
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
|
"marked": "2.1.3",
|
|
|
|
|
"markedLegacy": "npm:marked@^0.3.19",
|
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
|
"mongoose": "^5.13.4",
|
|
|
|
|
"mongoose": "^5.13.5",
|
|
|
|
|
"nanoid": "3.1.23",
|
|
|
|
|
"nconf": "^0.11.3",
|
|
|
|
|
"prop-types": "15.7.2",
|
|
|
|
|
@@ -44,7 +44,7 @@
|
|
|
|
|
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"eslint": "^7.31.0",
|
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
|
"eslint-plugin-react": "^7.24.0",
|
|
|
|
|
"pico-check": "^2.1.3"
|
|
|
|
|
},
|
|
|
|
|
@@ -64,27 +64,27 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/compat-data": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/core": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.14.5",
|
|
|
|
|
"@babel/generator": "^7.14.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.14.5",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.14.8",
|
|
|
|
|
"@babel/generator": "^7.15.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.15.0",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.15.0",
|
|
|
|
|
"@babel/helpers": "^7.14.8",
|
|
|
|
|
"@babel/parser": "^7.14.8",
|
|
|
|
|
"@babel/parser": "^7.15.0",
|
|
|
|
|
"@babel/template": "^7.14.5",
|
|
|
|
|
"@babel/traverse": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/traverse": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"convert-source-map": "^1.7.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
|
@@ -146,11 +146,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/generator": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"jsesc": "^2.5.1",
|
|
|
|
|
"source-map": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
@@ -190,11 +190,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.14.5",
|
|
|
|
|
"@babel/compat-data": "^7.15.0",
|
|
|
|
|
"@babel/helper-validator-option": "^7.14.5",
|
|
|
|
|
"browserslist": "^4.16.6",
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
@@ -334,11 +334,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.14.5"
|
|
|
|
|
"@babel/types": "^7.15.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
@@ -356,18 +356,18 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.14.5",
|
|
|
|
|
"@babel/helper-replace-supers": "^7.14.5",
|
|
|
|
|
"@babel/helper-replace-supers": "^7.15.0",
|
|
|
|
|
"@babel/helper-simple-access": "^7.14.8",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.14.5",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.8",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
|
|
|
"@babel/template": "^7.14.5",
|
|
|
|
|
"@babel/traverse": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.14.8"
|
|
|
|
|
"@babel/traverse": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
@@ -406,14 +406,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.14.5",
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.15.0",
|
|
|
|
|
"@babel/helper-optimise-call-expression": "^7.14.5",
|
|
|
|
|
"@babel/traverse": "^7.14.5",
|
|
|
|
|
"@babel/types": "^7.14.5"
|
|
|
|
|
"@babel/traverse": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
@@ -453,9 +453,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
@@ -538,9 +538,9 @@
|
|
|
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/parser": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==",
|
|
|
|
|
"bin": {
|
|
|
|
|
"parser": "bin/babel-parser.js"
|
|
|
|
|
},
|
|
|
|
|
@@ -565,9 +565,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-async-generator-functions": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
"@babel/helper-remap-async-to-generator": "^7.14.5",
|
|
|
|
|
@@ -1030,9 +1030,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.14.5",
|
|
|
|
|
"@babel/helper-function-name": "^7.14.5",
|
|
|
|
|
@@ -1203,13 +1203,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.14.5",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.15.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
"@babel/helper-simple-access": "^7.14.5",
|
|
|
|
|
"@babel/helper-simple-access": "^7.14.8",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
@@ -1253,9 +1253,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "^7.14.5"
|
|
|
|
|
},
|
|
|
|
|
@@ -1413,9 +1413,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.14.5",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
@@ -1426,66 +1426,11 @@
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider": {
|
|
|
|
|
"version": "0.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs2": {
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.13.11",
|
|
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2",
|
|
|
|
|
"semver": "^6.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": {
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2",
|
|
|
|
|
"core-js-compat": "^3.9.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-regenerator": {
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/debug": {
|
|
|
|
|
"version": "4.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ms": "2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.0"
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/ms": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
@@ -1595,16 +1540,16 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/preset-env": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.14.7",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.14.5",
|
|
|
|
|
"@babel/compat-data": "^7.15.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.15.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
"@babel/helper-validator-option": "^7.14.5",
|
|
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.14.5",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.14.7",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.14.9",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": "^7.14.5",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
|
|
|
|
|
@@ -1637,7 +1582,7 @@
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.14.9",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.14.7",
|
|
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.14.5",
|
|
|
|
|
@@ -1648,10 +1593,10 @@
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.14.7",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9",
|
|
|
|
|
"@babel/plugin-transform-new-target": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-object-super": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.14.5",
|
|
|
|
|
@@ -1666,11 +1611,11 @@
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.14.5",
|
|
|
|
|
"@babel/preset-modules": "^0.1.4",
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
|
|
|
|
"core-js-compat": "^3.15.0",
|
|
|
|
|
"core-js-compat": "^3.16.0",
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
@@ -1746,17 +1691,17 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/traverse": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.14.5",
|
|
|
|
|
"@babel/generator": "^7.14.8",
|
|
|
|
|
"@babel/generator": "^7.15.0",
|
|
|
|
|
"@babel/helper-function-name": "^7.14.5",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.14.5",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.14.5",
|
|
|
|
|
"@babel/parser": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/parser": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"globals": "^11.1.0"
|
|
|
|
|
},
|
|
|
|
|
@@ -1789,11 +1734,11 @@
|
|
|
|
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/types": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.8",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
@@ -3361,9 +3306,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/core-js-compat": {
|
|
|
|
|
"version": "3.15.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.15.1.tgz",
|
|
|
|
|
"integrity": "sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww==",
|
|
|
|
|
"version": "3.16.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.0.tgz",
|
|
|
|
|
"integrity": "sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"browserslist": "^4.16.6",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
@@ -3854,9 +3799,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint": {
|
|
|
|
|
"version": "7.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==",
|
|
|
|
|
"version": "7.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "7.12.11",
|
|
|
|
|
@@ -4836,9 +4781,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/googleapis": {
|
|
|
|
|
"version": "82.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-82.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-TytL2h+Cl82RP8ZZ4hgiqOz/ZKWJ5nqn2ZaQ1bNIsIp6z4xuasXyJsgPaZzHADyRx/zNQfRfJGwzRInYJy7X4A==",
|
|
|
|
|
"version": "84.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-84.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-5WWLwmraulw3p55lu0gNpLz2FME1gcuR7QxgmUdAVHMiVN4LEasYjJV9p36gxcf2TMe6bn6+PgQ/63+CvBEgoQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"google-auth-library": "^7.0.2",
|
|
|
|
|
"googleapis-common": "^5.0.2"
|
|
|
|
|
@@ -6376,12 +6321,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongoose": {
|
|
|
|
|
"version": "5.13.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.4.tgz",
|
|
|
|
|
"integrity": "sha512-D1yVHAOa+G8iQZsC/nNzZe+CI1FCYu6Qk384s1vSyaSfKCu/alKeyL78BA73SsxeRKT9zmswSIueLbGBURjrKg==",
|
|
|
|
|
"version": "5.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-sSUAk9GWgA8r3w3nVNrNjBaDem86aevwXO8ltDMKzCf+rjnteMMQkXHQdn1ePkt7alROEPZYCAjiRjptWRSPiQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mongodb": "^3.5.27",
|
|
|
|
|
"@types/node": "14.x || 15.x",
|
|
|
|
|
"bson": "^1.1.4",
|
|
|
|
|
"kareem": "2.3.2",
|
|
|
|
|
"mongodb": "3.6.10",
|
|
|
|
|
@@ -9580,24 +9524,24 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/compat-data": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw=="
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/core": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.14.5",
|
|
|
|
|
"@babel/generator": "^7.14.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.14.5",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.14.8",
|
|
|
|
|
"@babel/generator": "^7.15.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.15.0",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.15.0",
|
|
|
|
|
"@babel/helpers": "^7.14.8",
|
|
|
|
|
"@babel/parser": "^7.14.8",
|
|
|
|
|
"@babel/parser": "^7.15.0",
|
|
|
|
|
"@babel/template": "^7.14.5",
|
|
|
|
|
"@babel/traverse": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/traverse": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"convert-source-map": "^1.7.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
|
@@ -9640,11 +9584,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/generator": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"jsesc": "^2.5.1",
|
|
|
|
|
"source-map": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
@@ -9674,11 +9618,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.14.5",
|
|
|
|
|
"@babel/compat-data": "^7.15.0",
|
|
|
|
|
"@babel/helper-validator-option": "^7.14.5",
|
|
|
|
|
"browserslist": "^4.16.6",
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
@@ -9783,11 +9727,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-member-expression-to-functions": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.14.5"
|
|
|
|
|
"@babel/types": "^7.15.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-module-imports": {
|
|
|
|
|
@@ -9799,18 +9743,18 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-module-transforms": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.14.5",
|
|
|
|
|
"@babel/helper-replace-supers": "^7.14.5",
|
|
|
|
|
"@babel/helper-replace-supers": "^7.15.0",
|
|
|
|
|
"@babel/helper-simple-access": "^7.14.8",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.14.5",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.8",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
|
|
|
"@babel/template": "^7.14.5",
|
|
|
|
|
"@babel/traverse": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.14.8"
|
|
|
|
|
"@babel/traverse": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-optimise-call-expression": {
|
|
|
|
|
@@ -9837,14 +9781,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-replace-supers": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.14.5",
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.15.0",
|
|
|
|
|
"@babel/helper-optimise-call-expression": "^7.14.5",
|
|
|
|
|
"@babel/traverse": "^7.14.5",
|
|
|
|
|
"@babel/types": "^7.14.5"
|
|
|
|
|
"@babel/traverse": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-simple-access": {
|
|
|
|
|
@@ -9872,9 +9816,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-validator-identifier": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow=="
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-validator-option": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
@@ -9938,9 +9882,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/parser": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA=="
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
@@ -9953,9 +9897,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
"@babel/helper-remap-async-to-generator": "^7.14.5",
|
|
|
|
|
@@ -10250,9 +10194,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-classes": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.14.5",
|
|
|
|
|
"@babel/helper-function-name": "^7.14.5",
|
|
|
|
|
@@ -10356,13 +10300,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.14.5",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.15.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
"@babel/helper-simple-access": "^7.14.5",
|
|
|
|
|
"@babel/helper-simple-access": "^7.14.8",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@@ -10388,9 +10332,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": {
|
|
|
|
|
"version": "7.14.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz",
|
|
|
|
|
"integrity": "sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==",
|
|
|
|
|
"version": "7.14.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz",
|
|
|
|
|
"integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "^7.14.5"
|
|
|
|
|
}
|
|
|
|
|
@@ -10482,9 +10426,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-runtime": {
|
|
|
|
|
"version": "7.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.14.5",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
@@ -10494,61 +10438,6 @@
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-define-polyfill-provider": {
|
|
|
|
|
"version": "0.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@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"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"babel-plugin-polyfill-corejs2": {
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.13.11",
|
|
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2",
|
|
|
|
|
"semver": "^6.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"babel-plugin-polyfill-corejs3": {
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2",
|
|
|
|
|
"core-js-compat": "^3.9.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"babel-plugin-polyfill-regenerator": {
|
|
|
|
|
"version": "0.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"debug": {
|
|
|
|
|
"version": "4.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"ms": "2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ms": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
|
|
|
},
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
@@ -10615,16 +10504,16 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-env": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.14.7",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.14.5",
|
|
|
|
|
"@babel/compat-data": "^7.15.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.15.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
|
|
|
"@babel/helper-validator-option": "^7.14.5",
|
|
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.14.5",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.14.7",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.14.9",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": "^7.14.5",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
|
|
|
|
|
@@ -10657,7 +10546,7 @@
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.14.9",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.14.7",
|
|
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.14.5",
|
|
|
|
|
@@ -10668,10 +10557,10 @@
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.14.7",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9",
|
|
|
|
|
"@babel/plugin-transform-new-target": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-object-super": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.14.5",
|
|
|
|
|
@@ -10686,11 +10575,11 @@
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.14.5",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.14.5",
|
|
|
|
|
"@babel/preset-modules": "^0.1.4",
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
|
|
|
|
"core-js-compat": "^3.15.0",
|
|
|
|
|
"core-js-compat": "^3.16.0",
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
@@ -10752,17 +10641,17 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/traverse": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.14.5",
|
|
|
|
|
"@babel/generator": "^7.14.8",
|
|
|
|
|
"@babel/generator": "^7.15.0",
|
|
|
|
|
"@babel/helper-function-name": "^7.14.5",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.14.5",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.14.5",
|
|
|
|
|
"@babel/parser": "^7.14.8",
|
|
|
|
|
"@babel/types": "^7.14.8",
|
|
|
|
|
"@babel/parser": "^7.15.0",
|
|
|
|
|
"@babel/types": "^7.15.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"globals": "^11.1.0"
|
|
|
|
|
},
|
|
|
|
|
@@ -10788,11 +10677,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/types": {
|
|
|
|
|
"version": "7.14.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz",
|
|
|
|
|
"integrity": "sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==",
|
|
|
|
|
"version": "7.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.8",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@@ -12091,9 +11980,9 @@
|
|
|
|
|
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
|
|
|
|
|
},
|
|
|
|
|
"core-js-compat": {
|
|
|
|
|
"version": "3.15.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.15.1.tgz",
|
|
|
|
|
"integrity": "sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww==",
|
|
|
|
|
"version": "3.16.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.0.tgz",
|
|
|
|
|
"integrity": "sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"browserslist": "^4.16.6",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
@@ -12508,9 +12397,9 @@
|
|
|
|
|
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
|
|
|
|
},
|
|
|
|
|
"eslint": {
|
|
|
|
|
"version": "7.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==",
|
|
|
|
|
"version": "7.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "7.12.11",
|
|
|
|
|
@@ -13278,9 +13167,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"googleapis": {
|
|
|
|
|
"version": "82.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-82.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-TytL2h+Cl82RP8ZZ4hgiqOz/ZKWJ5nqn2ZaQ1bNIsIp6z4xuasXyJsgPaZzHADyRx/zNQfRfJGwzRInYJy7X4A==",
|
|
|
|
|
"version": "84.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-84.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-5WWLwmraulw3p55lu0gNpLz2FME1gcuR7QxgmUdAVHMiVN4LEasYjJV9p36gxcf2TMe6bn6+PgQ/63+CvBEgoQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"google-auth-library": "^7.0.2",
|
|
|
|
|
"googleapis-common": "^5.0.2"
|
|
|
|
|
@@ -14456,12 +14345,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mongoose": {
|
|
|
|
|
"version": "5.13.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.4.tgz",
|
|
|
|
|
"integrity": "sha512-D1yVHAOa+G8iQZsC/nNzZe+CI1FCYu6Qk384s1vSyaSfKCu/alKeyL78BA73SsxeRKT9zmswSIueLbGBURjrKg==",
|
|
|
|
|
"version": "5.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-sSUAk9GWgA8r3w3nVNrNjBaDem86aevwXO8ltDMKzCf+rjnteMMQkXHQdn1ePkt7alROEPZYCAjiRjptWRSPiQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mongodb": "^3.5.27",
|
|
|
|
|
"@types/node": "14.x || 15.x",
|
|
|
|
|
"bson": "^1.1.4",
|
|
|
|
|
"kareem": "2.3.2",
|
|
|
|
|
"mongodb": "3.6.10",
|
|
|
|
|
|