CoolFace
Apppublic

stanleytenz/Skin_Diseases_Classification

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
package-lock.json21856 linesDownload Raw Back to root
1{2  "name": "photo",3  "version": "0.1.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "photo",9      "version": "0.1.0",10      "dependencies": {11        "@material-ui/core": "^4.11.4",12        "@material-ui/icons": "^4.11.2",13        "axios": "^0.21.1",14        "material-ui-dropzone": "^3.5.0",15        "react": "^17.0.2",16        "react-dom": "^17.0.2",17        "react-scripts": "^4.0.3",18        "web-vitals": "^1.1.2"19      }20    },21    "node_modules/@babel/code-frame": {22      "version": "7.23.5",23      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",24      "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",25      "dependencies": {26        "@babel/highlight": "^7.23.4",27        "chalk": "^2.4.2"28      },29      "engines": {30        "node": ">=6.9.0"31      }32    },33    "node_modules/@babel/compat-data": {34      "version": "7.15.0",35      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",36      "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==",37      "engines": {38        "node": ">=6.9.0"39      }40    },41    "node_modules/@babel/core": {42      "version": "7.15.0",43      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz",44      "integrity": "sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==",45      "dependencies": {46        "@babel/code-frame": "^7.14.5",47        "@babel/generator": "^7.15.0",48        "@babel/helper-compilation-targets": "^7.15.0",49        "@babel/helper-module-transforms": "^7.15.0",50        "@babel/helpers": "^7.14.8",51        "@babel/parser": "^7.15.0",52        "@babel/template": "^7.14.5",53        "@babel/traverse": "^7.15.0",54        "@babel/types": "^7.15.0",55        "convert-source-map": "^1.7.0",56        "debug": "^4.1.0",57        "gensync": "^1.0.0-beta.2",58        "json5": "^2.1.2",59        "semver": "^6.3.0",60        "source-map": "^0.5.0"61      },62      "engines": {63        "node": ">=6.9.0"64      },65      "funding": {66        "type": "opencollective",67        "url": "https://opencollective.com/babel"68      }69    },70    "node_modules/@babel/core/node_modules/semver": {71      "version": "6.3.1",72      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",73      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",74      "bin": {75        "semver": "bin/semver.js"76      }77    },78    "node_modules/@babel/generator": {79      "version": "7.23.6",80      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz",81      "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==",82      "dependencies": {83        "@babel/types": "^7.23.6",84        "@jridgewell/gen-mapping": "^0.3.2",85        "@jridgewell/trace-mapping": "^0.3.17",86        "jsesc": "^2.5.1"87      },88      "engines": {89        "node": ">=6.9.0"90      }91    },92    "node_modules/@babel/helper-annotate-as-pure": {93      "version": "7.14.5",94      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz",95      "integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==",96      "dependencies": {97        "@babel/types": "^7.14.5"98      },99      "engines": {100        "node": ">=6.9.0"101      }102    },103    "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {104      "version": "7.14.5",105      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz",106      "integrity": "sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==",107      "dependencies": {108        "@babel/helper-explode-assignable-expression": "^7.14.5",109        "@babel/types": "^7.14.5"110      },111      "engines": {112        "node": ">=6.9.0"113      }114    },115    "node_modules/@babel/helper-compilation-targets": {116      "version": "7.15.0",117      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz",118      "integrity": "sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==",119      "dependencies": {120        "@babel/compat-data": "^7.15.0",121        "@babel/helper-validator-option": "^7.14.5",122        "browserslist": "^4.16.6",123        "semver": "^6.3.0"124      },125      "engines": {126        "node": ">=6.9.0"127      },128      "peerDependencies": {129        "@babel/core": "^7.0.0"130      }131    },132    "node_modules/@babel/helper-compilation-targets/node_modules/semver": {133      "version": "6.3.1",134      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",135      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",136      "bin": {137        "semver": "bin/semver.js"138      }139    },140    "node_modules/@babel/helper-create-class-features-plugin": {141      "version": "7.15.0",142      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz",143      "integrity": "sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==",144      "dependencies": {145        "@babel/helper-annotate-as-pure": "^7.14.5",146        "@babel/helper-function-name": "^7.14.5",147        "@babel/helper-member-expression-to-functions": "^7.15.0",148        "@babel/helper-optimise-call-expression": "^7.14.5",149        "@babel/helper-replace-supers": "^7.15.0",150        "@babel/helper-split-export-declaration": "^7.14.5"151      },152      "engines": {153        "node": ">=6.9.0"154      },155      "peerDependencies": {156        "@babel/core": "^7.0.0"157      }158    },159    "node_modules/@babel/helper-create-regexp-features-plugin": {160      "version": "7.14.5",161      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz",162      "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",163      "dependencies": {164        "@babel/helper-annotate-as-pure": "^7.14.5",165        "regexpu-core": "^4.7.1"166      },167      "engines": {168        "node": ">=6.9.0"169      },170      "peerDependencies": {171        "@babel/core": "^7.0.0"172      }173    },174    "node_modules/@babel/helper-define-polyfill-provider": {175      "version": "0.2.3",176      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",177      "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",178      "dependencies": {179        "@babel/helper-compilation-targets": "^7.13.0",180        "@babel/helper-module-imports": "^7.12.13",181        "@babel/helper-plugin-utils": "^7.13.0",182        "@babel/traverse": "^7.13.0",183        "debug": "^4.1.1",184        "lodash.debounce": "^4.0.8",185        "resolve": "^1.14.2",186        "semver": "^6.1.2"187      },188      "peerDependencies": {189        "@babel/core": "^7.4.0-0"190      }191    },192    "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {193      "version": "6.3.1",194      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",195      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",196      "bin": {197        "semver": "bin/semver.js"198      }199    },200    "node_modules/@babel/helper-environment-visitor": {201      "version": "7.22.20",202      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",203      "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",204      "engines": {205        "node": ">=6.9.0"206      }207    },208    "node_modules/@babel/helper-explode-assignable-expression": {209      "version": "7.14.5",210      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz",211      "integrity": "sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==",212      "dependencies": {213        "@babel/types": "^7.14.5"214      },215      "engines": {216        "node": ">=6.9.0"217      }218    },219    "node_modules/@babel/helper-function-name": {220      "version": "7.23.0",221      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",222      "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",223      "dependencies": {224        "@babel/template": "^7.22.15",225        "@babel/types": "^7.23.0"226      },227      "engines": {228        "node": ">=6.9.0"229      }230    },231    "node_modules/@babel/helper-hoist-variables": {232      "version": "7.22.5",233      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",234      "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",235      "dependencies": {236        "@babel/types": "^7.22.5"237      },238      "engines": {239        "node": ">=6.9.0"240      }241    },242    "node_modules/@babel/helper-member-expression-to-functions": {243      "version": "7.15.0",244      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz",245      "integrity": "sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==",246      "dependencies": {247        "@babel/types": "^7.15.0"248      },249      "engines": {250        "node": ">=6.9.0"251      }252    },253    "node_modules/@babel/helper-module-imports": {254      "version": "7.14.5",255      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz",256      "integrity": "sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==",257      "dependencies": {258        "@babel/types": "^7.14.5"259      },260      "engines": {261        "node": ">=6.9.0"262      }263    },264    "node_modules/@babel/helper-module-transforms": {265      "version": "7.15.0",266      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz",267      "integrity": "sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==",268      "dependencies": {269        "@babel/helper-module-imports": "^7.14.5",270        "@babel/helper-replace-supers": "^7.15.0",271        "@babel/helper-simple-access": "^7.14.8",272        "@babel/helper-split-export-declaration": "^7.14.5",273        "@babel/helper-validator-identifier": "^7.14.9",274        "@babel/template": "^7.14.5",275        "@babel/traverse": "^7.15.0",276        "@babel/types": "^7.15.0"277      },278      "engines": {279        "node": ">=6.9.0"280      }281    },282    "node_modules/@babel/helper-optimise-call-expression": {283      "version": "7.14.5",284      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz",285      "integrity": "sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==",286      "dependencies": {287        "@babel/types": "^7.14.5"288      },289      "engines": {290        "node": ">=6.9.0"291      }292    },293    "node_modules/@babel/helper-plugin-utils": {294      "version": "7.14.5",295      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz",296      "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==",297      "engines": {298        "node": ">=6.9.0"299      }300    },301    "node_modules/@babel/helper-remap-async-to-generator": {302      "version": "7.14.5",303      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz",304      "integrity": "sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==",305      "dependencies": {306        "@babel/helper-annotate-as-pure": "^7.14.5",307        "@babel/helper-wrap-function": "^7.14.5",308        "@babel/types": "^7.14.5"309      },310      "engines": {311        "node": ">=6.9.0"312      }313    },314    "node_modules/@babel/helper-replace-supers": {315      "version": "7.15.0",316      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz",317      "integrity": "sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==",318      "dependencies": {319        "@babel/helper-member-expression-to-functions": "^7.15.0",320        "@babel/helper-optimise-call-expression": "^7.14.5",321        "@babel/traverse": "^7.15.0",322        "@babel/types": "^7.15.0"323      },324      "engines": {325        "node": ">=6.9.0"326      }327    },328    "node_modules/@babel/helper-simple-access": {329      "version": "7.14.8",330      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz",331      "integrity": "sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==",332      "dependencies": {333        "@babel/types": "^7.14.8"334      },335      "engines": {336        "node": ">=6.9.0"337      }338    },339    "node_modules/@babel/helper-skip-transparent-expression-wrappers": {340      "version": "7.14.5",341      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz",342      "integrity": "sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==",343      "dependencies": {344        "@babel/types": "^7.14.5"345      },346      "engines": {347        "node": ">=6.9.0"348      }349    },350    "node_modules/@babel/helper-split-export-declaration": {351      "version": "7.22.6",352      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",353      "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",354      "dependencies": {355        "@babel/types": "^7.22.5"356      },357      "engines": {358        "node": ">=6.9.0"359      }360    },361    "node_modules/@babel/helper-string-parser": {362      "version": "7.23.4",363      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",364      "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",365      "engines": {366        "node": ">=6.9.0"367      }368    },369    "node_modules/@babel/helper-validator-identifier": {370      "version": "7.22.20",371      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",372      "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",373      "engines": {374        "node": ">=6.9.0"375      }376    },377    "node_modules/@babel/helper-validator-option": {378      "version": "7.14.5",379      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",380      "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==",381      "engines": {382        "node": ">=6.9.0"383      }384    },385    "node_modules/@babel/helper-wrap-function": {386      "version": "7.14.5",387      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz",388      "integrity": "sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==",389      "dependencies": {390        "@babel/helper-function-name": "^7.14.5",391        "@babel/template": "^7.14.5",392        "@babel/traverse": "^7.14.5",393        "@babel/types": "^7.14.5"394      },395      "engines": {396        "node": ">=6.9.0"397      }398    },399    "node_modules/@babel/helpers": {400      "version": "7.15.3",401      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.3.tgz",402      "integrity": "sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==",403      "dependencies": {404        "@babel/template": "^7.14.5",405        "@babel/traverse": "^7.15.0",406        "@babel/types": "^7.15.0"407      },408      "engines": {409        "node": ">=6.9.0"410      }411    },412    "node_modules/@babel/highlight": {413      "version": "7.23.4",414      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",415      "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",416      "dependencies": {417        "@babel/helper-validator-identifier": "^7.22.20",418        "chalk": "^2.4.2",419        "js-tokens": "^4.0.0"420      },421      "engines": {422        "node": ">=6.9.0"423      }424    },425    "node_modules/@babel/parser": {426      "version": "7.23.6",427      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz",428      "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==",429      "bin": {430        "parser": "bin/babel-parser.js"431      },432      "engines": {433        "node": ">=6.0.0"434      }435    },436    "node_modules/@babel/plugin-proposal-async-generator-functions": {437      "version": "7.14.9",438      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz",439      "integrity": "sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==",440      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.",441      "dependencies": {442        "@babel/helper-plugin-utils": "^7.14.5",443        "@babel/helper-remap-async-to-generator": "^7.14.5",444        "@babel/plugin-syntax-async-generators": "^7.8.4"445      },446      "engines": {447        "node": ">=6.9.0"448      },449      "peerDependencies": {450        "@babel/core": "^7.0.0-0"451      }452    },453    "node_modules/@babel/plugin-proposal-class-properties": {454      "version": "7.14.5",455      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz",456      "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==",457      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",458      "dependencies": {459        "@babel/helper-create-class-features-plugin": "^7.14.5",460        "@babel/helper-plugin-utils": "^7.14.5"461      },462      "engines": {463        "node": ">=6.9.0"464      },465      "peerDependencies": {466        "@babel/core": "^7.0.0-0"467      }468    },469    "node_modules/@babel/plugin-proposal-class-static-block": {470      "version": "7.14.5",471      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz",472      "integrity": "sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==",473      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.",474      "dependencies": {475        "@babel/helper-create-class-features-plugin": "^7.14.5",476        "@babel/helper-plugin-utils": "^7.14.5",477        "@babel/plugin-syntax-class-static-block": "^7.14.5"478      },479      "engines": {480        "node": ">=6.9.0"481      },482      "peerDependencies": {483        "@babel/core": "^7.12.0"484      }485    },486    "node_modules/@babel/plugin-proposal-decorators": {487      "version": "7.12.1",488      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz",489      "integrity": "sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==",490      "dependencies": {491        "@babel/helper-create-class-features-plugin": "^7.12.1",492        "@babel/helper-plugin-utils": "^7.10.4",493        "@babel/plugin-syntax-decorators": "^7.12.1"494      },495      "peerDependencies": {496        "@babel/core": "^7.0.0-0"497      }498    },499    "node_modules/@babel/plugin-proposal-dynamic-import": {500      "version": "7.14.5",501      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz",502      "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==",503      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.",504      "dependencies": {505        "@babel/helper-plugin-utils": "^7.14.5",506        "@babel/plugin-syntax-dynamic-import": "^7.8.3"507      },508      "engines": {509        "node": ">=6.9.0"510      },511      "peerDependencies": {512        "@babel/core": "^7.0.0-0"513      }514    },515    "node_modules/@babel/plugin-proposal-export-namespace-from": {516      "version": "7.14.5",517      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz",518      "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==",519      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.",520      "dependencies": {521        "@babel/helper-plugin-utils": "^7.14.5",522        "@babel/plugin-syntax-export-namespace-from": "^7.8.3"523      },524      "engines": {525        "node": ">=6.9.0"526      },527      "peerDependencies": {528        "@babel/core": "^7.0.0-0"529      }530    },531    "node_modules/@babel/plugin-proposal-json-strings": {532      "version": "7.14.5",533      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz",534      "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==",535      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.",536      "dependencies": {537        "@babel/helper-plugin-utils": "^7.14.5",538        "@babel/plugin-syntax-json-strings": "^7.8.3"539      },540      "engines": {541        "node": ">=6.9.0"542      },543      "peerDependencies": {544        "@babel/core": "^7.0.0-0"545      }546    },547    "node_modules/@babel/plugin-proposal-logical-assignment-operators": {548      "version": "7.14.5",549      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz",550      "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==",551      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.",552      "dependencies": {553        "@babel/helper-plugin-utils": "^7.14.5",554        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"555      },556      "engines": {557        "node": ">=6.9.0"558      },559      "peerDependencies": {560        "@babel/core": "^7.0.0-0"561      }562    },563    "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {564      "version": "7.14.5",565      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",566      "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",567      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",568      "dependencies": {569        "@babel/helper-plugin-utils": "^7.14.5",570        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"571      },572      "engines": {573        "node": ">=6.9.0"574      },575      "peerDependencies": {576        "@babel/core": "^7.0.0-0"577      }578    },579    "node_modules/@babel/plugin-proposal-numeric-separator": {580      "version": "7.14.5",581      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz",582      "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==",583      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",584      "dependencies": {585        "@babel/helper-plugin-utils": "^7.14.5",586        "@babel/plugin-syntax-numeric-separator": "^7.10.4"587      },588      "engines": {589        "node": ">=6.9.0"590      },591      "peerDependencies": {592        "@babel/core": "^7.0.0-0"593      }594    },595    "node_modules/@babel/plugin-proposal-object-rest-spread": {596      "version": "7.14.7",597      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz",598      "integrity": "sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==",599      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.",600      "dependencies": {601        "@babel/compat-data": "^7.14.7",602        "@babel/helper-compilation-targets": "^7.14.5",603        "@babel/helper-plugin-utils": "^7.14.5",604        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",605        "@babel/plugin-transform-parameters": "^7.14.5"606      },607      "engines": {608        "node": ">=6.9.0"609      },610      "peerDependencies": {611        "@babel/core": "^7.0.0-0"612      }613    },614    "node_modules/@babel/plugin-proposal-optional-catch-binding": {615      "version": "7.14.5",616      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz",617      "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==",618      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.",619      "dependencies": {620        "@babel/helper-plugin-utils": "^7.14.5",621        "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"622      },623      "engines": {624        "node": ">=6.9.0"625      },626      "peerDependencies": {627        "@babel/core": "^7.0.0-0"628      }629    },630    "node_modules/@babel/plugin-proposal-optional-chaining": {631      "version": "7.14.5",632      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",633      "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",634      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",635      "dependencies": {636        "@babel/helper-plugin-utils": "^7.14.5",637        "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",638        "@babel/plugin-syntax-optional-chaining": "^7.8.3"639      },640      "engines": {641        "node": ">=6.9.0"642      },643      "peerDependencies": {644        "@babel/core": "^7.0.0-0"645      }646    },647    "node_modules/@babel/plugin-proposal-private-methods": {648      "version": "7.14.5",649      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz",650      "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==",651      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",652      "dependencies": {653        "@babel/helper-create-class-features-plugin": "^7.14.5",654        "@babel/helper-plugin-utils": "^7.14.5"655      },656      "engines": {657        "node": ">=6.9.0"658      },659      "peerDependencies": {660        "@babel/core": "^7.0.0-0"661      }662    },663    "node_modules/@babel/plugin-proposal-private-property-in-object": {664      "version": "7.14.5",665      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz",666      "integrity": "sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==",667      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.",668      "dependencies": {669        "@babel/helper-annotate-as-pure": "^7.14.5",670        "@babel/helper-create-class-features-plugin": "^7.14.5",671        "@babel/helper-plugin-utils": "^7.14.5",672        "@babel/plugin-syntax-private-property-in-object": "^7.14.5"673      },674      "engines": {675        "node": ">=6.9.0"676      },677      "peerDependencies": {678        "@babel/core": "^7.0.0-0"679      }680    },681    "node_modules/@babel/plugin-proposal-unicode-property-regex": {682      "version": "7.14.5",683      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz",684      "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==",685      "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.",686      "dependencies": {687        "@babel/helper-create-regexp-features-plugin": "^7.14.5",688        "@babel/helper-plugin-utils": "^7.14.5"689      },690      "engines": {691        "node": ">=4"692      },693      "peerDependencies": {694        "@babel/core": "^7.0.0-0"695      }696    },697    "node_modules/@babel/plugin-syntax-async-generators": {698      "version": "7.8.4",699      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",700      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",701      "dependencies": {702        "@babel/helper-plugin-utils": "^7.8.0"703      },704      "peerDependencies": {705        "@babel/core": "^7.0.0-0"706      }707    },708    "node_modules/@babel/plugin-syntax-bigint": {709      "version": "7.8.3",710      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",711      "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",712      "dependencies": {713        "@babel/helper-plugin-utils": "^7.8.0"714      },715      "peerDependencies": {716        "@babel/core": "^7.0.0-0"717      }718    },719    "node_modules/@babel/plugin-syntax-class-properties": {720      "version": "7.12.13",721      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",722      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",723      "dependencies": {724        "@babel/helper-plugin-utils": "^7.12.13"725      },726      "peerDependencies": {727        "@babel/core": "^7.0.0-0"728      }729    },730    "node_modules/@babel/plugin-syntax-class-static-block": {731      "version": "7.14.5",732      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",733      "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",734      "dependencies": {735        "@babel/helper-plugin-utils": "^7.14.5"736      },737      "engines": {738        "node": ">=6.9.0"739      },740      "peerDependencies": {741        "@babel/core": "^7.0.0-0"742      }743    },744    "node_modules/@babel/plugin-syntax-decorators": {745      "version": "7.14.5",746      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.14.5.tgz",747      "integrity": "sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw==",748      "dependencies": {749        "@babel/helper-plugin-utils": "^7.14.5"750      },751      "engines": {752        "node": ">=6.9.0"753      },754      "peerDependencies": {755        "@babel/core": "^7.0.0-0"756      }757    },758    "node_modules/@babel/plugin-syntax-dynamic-import": {759      "version": "7.8.3",760      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",761      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",762      "dependencies": {763        "@babel/helper-plugin-utils": "^7.8.0"764      },765      "peerDependencies": {766        "@babel/core": "^7.0.0-0"767      }768    },769    "node_modules/@babel/plugin-syntax-export-namespace-from": {770      "version": "7.8.3",771      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",772      "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",773      "dependencies": {774        "@babel/helper-plugin-utils": "^7.8.3"775      },776      "peerDependencies": {777        "@babel/core": "^7.0.0-0"778      }779    },780    "node_modules/@babel/plugin-syntax-flow": {781      "version": "7.14.5",782      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz",783      "integrity": "sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==",784      "dependencies": {785        "@babel/helper-plugin-utils": "^7.14.5"786      },787      "engines": {788        "node": ">=6.9.0"789      },790      "peerDependencies": {791        "@babel/core": "^7.0.0-0"792      }793    },794    "node_modules/@babel/plugin-syntax-import-meta": {795      "version": "7.10.4",796      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",797      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",798      "dependencies": {799        "@babel/helper-plugin-utils": "^7.10.4"800      },801      "peerDependencies": {802        "@babel/core": "^7.0.0-0"803      }804    },805    "node_modules/@babel/plugin-syntax-json-strings": {806      "version": "7.8.3",807      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",808      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",809      "dependencies": {810        "@babel/helper-plugin-utils": "^7.8.0"811      },812      "peerDependencies": {813        "@babel/core": "^7.0.0-0"814      }815    },816    "node_modules/@babel/plugin-syntax-jsx": {817      "version": "7.14.5",818      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz",819      "integrity": "sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==",820      "dependencies": {821        "@babel/helper-plugin-utils": "^7.14.5"822      },823      "engines": {824        "node": ">=6.9.0"825      },826      "peerDependencies": {827        "@babel/core": "^7.0.0-0"828      }829    },830    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {831      "version": "7.10.4",832      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",833      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",834      "dependencies": {835        "@babel/helper-plugin-utils": "^7.10.4"836      },837      "peerDependencies": {838        "@babel/core": "^7.0.0-0"839      }840    },841    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {842      "version": "7.8.3",843      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",844      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",845      "dependencies": {846        "@babel/helper-plugin-utils": "^7.8.0"847      },848      "peerDependencies": {849        "@babel/core": "^7.0.0-0"850      }851    },852    "node_modules/@babel/plugin-syntax-numeric-separator": {853      "version": "7.10.4",854      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",855      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",856      "dependencies": {857        "@babel/helper-plugin-utils": "^7.10.4"858      },859      "peerDependencies": {860        "@babel/core": "^7.0.0-0"861      }862    },863    "node_modules/@babel/plugin-syntax-object-rest-spread": {864      "version": "7.8.3",865      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",866      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",867      "dependencies": {868        "@babel/helper-plugin-utils": "^7.8.0"869      },870      "peerDependencies": {871        "@babel/core": "^7.0.0-0"872      }873    },874    "node_modules/@babel/plugin-syntax-optional-catch-binding": {875      "version": "7.8.3",876      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",877      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",878      "dependencies": {879        "@babel/helper-plugin-utils": "^7.8.0"880      },881      "peerDependencies": {882        "@babel/core": "^7.0.0-0"883      }884    },885    "node_modules/@babel/plugin-syntax-optional-chaining": {886      "version": "7.8.3",887      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",888      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",889      "dependencies": {890        "@babel/helper-plugin-utils": "^7.8.0"891      },892      "peerDependencies": {893        "@babel/core": "^7.0.0-0"894      }895    },896    "node_modules/@babel/plugin-syntax-private-property-in-object": {897      "version": "7.14.5",898      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",899      "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",900      "dependencies": {901        "@babel/helper-plugin-utils": "^7.14.5"902      },903      "engines": {904        "node": ">=6.9.0"905      },906      "peerDependencies": {907        "@babel/core": "^7.0.0-0"908      }909    },910    "node_modules/@babel/plugin-syntax-top-level-await": {911      "version": "7.14.5",912      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",913      "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",914      "dependencies": {915        "@babel/helper-plugin-utils": "^7.14.5"916      },917      "engines": {918        "node": ">=6.9.0"919      },920      "peerDependencies": {921        "@babel/core": "^7.0.0-0"922      }923    },924    "node_modules/@babel/plugin-syntax-typescript": {925      "version": "7.14.5",926      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz",927      "integrity": "sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==",928      "dependencies": {929        "@babel/helper-plugin-utils": "^7.14.5"930      },931      "engines": {932        "node": ">=6.9.0"933      },934      "peerDependencies": {935        "@babel/core": "^7.0.0-0"936      }937    },938    "node_modules/@babel/plugin-transform-arrow-functions": {939      "version": "7.14.5",940      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz",941      "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==",942      "dependencies": {943        "@babel/helper-plugin-utils": "^7.14.5"944      },945      "engines": {946        "node": ">=6.9.0"947      },948      "peerDependencies": {949        "@babel/core": "^7.0.0-0"950      }951    },952    "node_modules/@babel/plugin-transform-async-to-generator": {953      "version": "7.14.5",954      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz",955      "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==",956      "dependencies": {957        "@babel/helper-module-imports": "^7.14.5",958        "@babel/helper-plugin-utils": "^7.14.5",959        "@babel/helper-remap-async-to-generator": "^7.14.5"960      },961      "engines": {962        "node": ">=6.9.0"963      },964      "peerDependencies": {965        "@babel/core": "^7.0.0-0"966      }967    },968    "node_modules/@babel/plugin-transform-block-scoped-functions": {969      "version": "7.14.5",970      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz",971      "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==",972      "dependencies": {973        "@babel/helper-plugin-utils": "^7.14.5"974      },975      "engines": {976        "node": ">=6.9.0"977      },978      "peerDependencies": {979        "@babel/core": "^7.0.0-0"980      }981    },982    "node_modules/@babel/plugin-transform-block-scoping": {983      "version": "7.15.3",984      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz",985      "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==",986      "dependencies": {987        "@babel/helper-plugin-utils": "^7.14.5"988      },989      "engines": {990        "node": ">=6.9.0"991      },992      "peerDependencies": {993        "@babel/core": "^7.0.0-0"994      }995    },996    "node_modules/@babel/plugin-transform-classes": {997      "version": "7.14.9",998      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz",999      "integrity": "sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==",1000      "dependencies": {1001        "@babel/helper-annotate-as-pure": "^7.14.5",1002        "@babel/helper-function-name": "^7.14.5",1003        "@babel/helper-optimise-call-expression": "^7.14.5",1004        "@babel/helper-plugin-utils": "^7.14.5",1005        "@babel/helper-replace-supers": "^7.14.5",1006        "@babel/helper-split-export-declaration": "^7.14.5",1007        "globals": "^11.1.0"1008      },1009      "engines": {1010        "node": ">=6.9.0"1011      },1012      "peerDependencies": {1013        "@babel/core": "^7.0.0-0"1014      }1015    },1016    "node_modules/@babel/plugin-transform-computed-properties": {1017      "version": "7.14.5",1018      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz",1019      "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==",1020      "dependencies": {1021        "@babel/helper-plugin-utils": "^7.14.5"1022      },1023      "engines": {1024        "node": ">=6.9.0"1025      },1026      "peerDependencies": {1027        "@babel/core": "^7.0.0-0"1028      }1029    },1030    "node_modules/@babel/plugin-transform-destructuring": {1031      "version": "7.14.7",1032      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz",1033      "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==",1034      "dependencies": {1035        "@babel/helper-plugin-utils": "^7.14.5"1036      },1037      "engines": {1038        "node": ">=6.9.0"1039      },1040      "peerDependencies": {1041        "@babel/core": "^7.0.0-0"1042      }1043    },1044    "node_modules/@babel/plugin-transform-dotall-regex": {1045      "version": "7.14.5",1046      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz",1047      "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==",1048      "dependencies": {1049        "@babel/helper-create-regexp-features-plugin": "^7.14.5",1050        "@babel/helper-plugin-utils": "^7.14.5"1051      },1052      "engines": {1053        "node": ">=6.9.0"1054      },1055      "peerDependencies": {1056        "@babel/core": "^7.0.0-0"1057      }1058    },1059    "node_modules/@babel/plugin-transform-duplicate-keys": {1060      "version": "7.14.5",1061      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz",1062      "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==",1063      "dependencies": {1064        "@babel/helper-plugin-utils": "^7.14.5"1065      },1066      "engines": {1067        "node": ">=6.9.0"1068      },1069      "peerDependencies": {1070        "@babel/core": "^7.0.0-0"1071      }1072    },1073    "node_modules/@babel/plugin-transform-exponentiation-operator": {1074      "version": "7.14.5",1075      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz",1076      "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==",1077      "dependencies": {1078        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5",1079        "@babel/helper-plugin-utils": "^7.14.5"1080      },1081      "engines": {1082        "node": ">=6.9.0"1083      },1084      "peerDependencies": {1085        "@babel/core": "^7.0.0-0"1086      }1087    },1088    "node_modules/@babel/plugin-transform-flow-strip-types": {1089      "version": "7.12.1",1090      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz",1091      "integrity": "sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==",1092      "dependencies": {1093        "@babel/helper-plugin-utils": "^7.10.4",1094        "@babel/plugin-syntax-flow": "^7.12.1"1095      },1096      "peerDependencies": {1097        "@babel/core": "^7.0.0-0"1098      }1099    },1100    "node_modules/@babel/plugin-transform-for-of": {1101      "version": "7.14.5",1102      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz",1103      "integrity": "sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==",1104      "dependencies": {1105        "@babel/helper-plugin-utils": "^7.14.5"1106      },1107      "engines": {1108        "node": ">=6.9.0"1109      },1110      "peerDependencies": {1111        "@babel/core": "^7.0.0-0"1112      }1113    },1114    "node_modules/@babel/plugin-transform-function-name": {1115      "version": "7.14.5",1116      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz",1117      "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==",1118      "dependencies": {1119        "@babel/helper-function-name": "^7.14.5",1120        "@babel/helper-plugin-utils": "^7.14.5"1121      },1122      "engines": {1123        "node": ">=6.9.0"1124      },1125      "peerDependencies": {1126        "@babel/core": "^7.0.0-0"1127      }1128    },1129    "node_modules/@babel/plugin-transform-literals": {1130      "version": "7.14.5",1131      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz",1132      "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==",1133      "dependencies": {1134        "@babel/helper-plugin-utils": "^7.14.5"1135      },1136      "engines": {1137        "node": ">=6.9.0"1138      },1139      "peerDependencies": {1140        "@babel/core": "^7.0.0-0"1141      }1142    },1143    "node_modules/@babel/plugin-transform-member-expression-literals": {1144      "version": "7.14.5",1145      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz",1146      "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==",1147      "dependencies": {1148        "@babel/helper-plugin-utils": "^7.14.5"1149      },1150      "engines": {1151        "node": ">=6.9.0"1152      },1153      "peerDependencies": {1154        "@babel/core": "^7.0.0-0"1155      }1156    },1157    "node_modules/@babel/plugin-transform-modules-amd": {1158      "version": "7.14.5",1159      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz",1160      "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==",1161      "dependencies": {1162        "@babel/helper-module-transforms": "^7.14.5",1163        "@babel/helper-plugin-utils": "^7.14.5",1164        "babel-plugin-dynamic-import-node": "^2.3.3"1165      },1166      "engines": {1167        "node": ">=6.9.0"1168      },1169      "peerDependencies": {1170        "@babel/core": "^7.0.0-0"1171      }1172    },1173    "node_modules/@babel/plugin-transform-modules-commonjs": {1174      "version": "7.15.0",1175      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz",1176      "integrity": "sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==",1177      "dependencies": {1178        "@babel/helper-module-transforms": "^7.15.0",1179        "@babel/helper-plugin-utils": "^7.14.5",1180        "@babel/helper-simple-access": "^7.14.8",1181        "babel-plugin-dynamic-import-node": "^2.3.3"1182      },1183      "engines": {1184        "node": ">=6.9.0"1185      },1186      "peerDependencies": {1187        "@babel/core": "^7.0.0-0"1188      }1189    },1190    "node_modules/@babel/plugin-transform-modules-systemjs": {1191      "version": "7.14.5",1192      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz",1193      "integrity": "sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==",1194      "dependencies": {1195        "@babel/helper-hoist-variables": "^7.14.5",1196        "@babel/helper-module-transforms": "^7.14.5",1197        "@babel/helper-plugin-utils": "^7.14.5",1198        "@babel/helper-validator-identifier": "^7.14.5",1199        "babel-plugin-dynamic-import-node": "^2.3.3"1200      },

Showing the first 1,200 of 21856 lines. Download the file for the rest.