CoolFace
Apppublic

SpacesExamples/fastapi-react-app

sourceHugging Faceupdated 3y agoView on Hugging Face
9likes
package-lock.json17928 linesDownload Raw Back to frontend
1{2  "name": "frontend",3  "version": "0.1.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "frontend",9      "version": "0.1.0",10      "dependencies": {11        "@testing-library/jest-dom": "^5.17.0",12        "@testing-library/react": "^13.4.0",13        "@testing-library/user-event": "^13.5.0",14        "http-proxy-middleware": "^2.0.6",15        "react": "^18.2.0",16        "react-dom": "^18.2.0",17        "react-scripts": "5.0.1",18        "web-vitals": "^2.1.4"19      }20    },21    "node_modules/@aashutoshrathi/word-wrap": {22      "version": "1.2.6",23      "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",24      "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",25      "engines": {26        "node": ">=0.10.0"27      }28    },29    "node_modules/@adobe/css-tools": {30      "version": "4.3.1",31      "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz",32      "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg=="33    },34    "node_modules/@alloc/quick-lru": {35      "version": "5.2.0",36      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",37      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",38      "engines": {39        "node": ">=10"40      },41      "funding": {42        "url": "https://github.com/sponsors/sindresorhus"43      }44    },45    "node_modules/@ampproject/remapping": {46      "version": "2.2.1",47      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",48      "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",49      "dependencies": {50        "@jridgewell/gen-mapping": "^0.3.0",51        "@jridgewell/trace-mapping": "^0.3.9"52      },53      "engines": {54        "node": ">=6.0.0"55      }56    },57    "node_modules/@babel/code-frame": {58      "version": "7.23.4",59      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.4.tgz",60      "integrity": "sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==",61      "dependencies": {62        "@babel/highlight": "^7.23.4",63        "chalk": "^2.4.2"64      },65      "engines": {66        "node": ">=6.9.0"67      }68    },69    "node_modules/@babel/compat-data": {70      "version": "7.23.3",71      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz",72      "integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==",73      "engines": {74        "node": ">=6.9.0"75      }76    },77    "node_modules/@babel/core": {78      "version": "7.23.3",79      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz",80      "integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==",81      "dependencies": {82        "@ampproject/remapping": "^2.2.0",83        "@babel/code-frame": "^7.22.13",84        "@babel/generator": "^7.23.3",85        "@babel/helper-compilation-targets": "^7.22.15",86        "@babel/helper-module-transforms": "^7.23.3",87        "@babel/helpers": "^7.23.2",88        "@babel/parser": "^7.23.3",89        "@babel/template": "^7.22.15",90        "@babel/traverse": "^7.23.3",91        "@babel/types": "^7.23.3",92        "convert-source-map": "^2.0.0",93        "debug": "^4.1.0",94        "gensync": "^1.0.0-beta.2",95        "json5": "^2.2.3",96        "semver": "^6.3.1"97      },98      "engines": {99        "node": ">=6.9.0"100      },101      "funding": {102        "type": "opencollective",103        "url": "https://opencollective.com/babel"104      }105    },106    "node_modules/@babel/core/node_modules/semver": {107      "version": "6.3.1",108      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",109      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",110      "bin": {111        "semver": "bin/semver.js"112      }113    },114    "node_modules/@babel/eslint-parser": {115      "version": "7.23.3",116      "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz",117      "integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==",118      "dependencies": {119        "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",120        "eslint-visitor-keys": "^2.1.0",121        "semver": "^6.3.1"122      },123      "engines": {124        "node": "^10.13.0 || ^12.13.0 || >=14.0.0"125      },126      "peerDependencies": {127        "@babel/core": "^7.11.0",128        "eslint": "^7.5.0 || ^8.0.0"129      }130    },131    "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {132      "version": "2.1.0",133      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",134      "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",135      "engines": {136        "node": ">=10"137      }138    },139    "node_modules/@babel/eslint-parser/node_modules/semver": {140      "version": "6.3.1",141      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",142      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",143      "bin": {144        "semver": "bin/semver.js"145      }146    },147    "node_modules/@babel/generator": {148      "version": "7.23.4",149      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.4.tgz",150      "integrity": "sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==",151      "dependencies": {152        "@babel/types": "^7.23.4",153        "@jridgewell/gen-mapping": "^0.3.2",154        "@jridgewell/trace-mapping": "^0.3.17",155        "jsesc": "^2.5.1"156      },157      "engines": {158        "node": ">=6.9.0"159      }160    },161    "node_modules/@babel/helper-annotate-as-pure": {162      "version": "7.22.5",163      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",164      "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",165      "dependencies": {166        "@babel/types": "^7.22.5"167      },168      "engines": {169        "node": ">=6.9.0"170      }171    },172    "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {173      "version": "7.22.15",174      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",175      "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",176      "dependencies": {177        "@babel/types": "^7.22.15"178      },179      "engines": {180        "node": ">=6.9.0"181      }182    },183    "node_modules/@babel/helper-compilation-targets": {184      "version": "7.22.15",185      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",186      "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",187      "dependencies": {188        "@babel/compat-data": "^7.22.9",189        "@babel/helper-validator-option": "^7.22.15",190        "browserslist": "^4.21.9",191        "lru-cache": "^5.1.1",192        "semver": "^6.3.1"193      },194      "engines": {195        "node": ">=6.9.0"196      }197    },198    "node_modules/@babel/helper-compilation-targets/node_modules/semver": {199      "version": "6.3.1",200      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",201      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",202      "bin": {203        "semver": "bin/semver.js"204      }205    },206    "node_modules/@babel/helper-create-class-features-plugin": {207      "version": "7.22.15",208      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz",209      "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==",210      "dependencies": {211        "@babel/helper-annotate-as-pure": "^7.22.5",212        "@babel/helper-environment-visitor": "^7.22.5",213        "@babel/helper-function-name": "^7.22.5",214        "@babel/helper-member-expression-to-functions": "^7.22.15",215        "@babel/helper-optimise-call-expression": "^7.22.5",216        "@babel/helper-replace-supers": "^7.22.9",217        "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",218        "@babel/helper-split-export-declaration": "^7.22.6",219        "semver": "^6.3.1"220      },221      "engines": {222        "node": ">=6.9.0"223      },224      "peerDependencies": {225        "@babel/core": "^7.0.0"226      }227    },228    "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {229      "version": "6.3.1",230      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",231      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",232      "bin": {233        "semver": "bin/semver.js"234      }235    },236    "node_modules/@babel/helper-create-regexp-features-plugin": {237      "version": "7.22.15",238      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",239      "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",240      "dependencies": {241        "@babel/helper-annotate-as-pure": "^7.22.5",242        "regexpu-core": "^5.3.1",243        "semver": "^6.3.1"244      },245      "engines": {246        "node": ">=6.9.0"247      },248      "peerDependencies": {249        "@babel/core": "^7.0.0"250      }251    },252    "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {253      "version": "6.3.1",254      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",255      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",256      "bin": {257        "semver": "bin/semver.js"258      }259    },260    "node_modules/@babel/helper-define-polyfill-provider": {261      "version": "0.4.3",262      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz",263      "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==",264      "dependencies": {265        "@babel/helper-compilation-targets": "^7.22.6",266        "@babel/helper-plugin-utils": "^7.22.5",267        "debug": "^4.1.1",268        "lodash.debounce": "^4.0.8",269        "resolve": "^1.14.2"270      },271      "peerDependencies": {272        "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"273      }274    },275    "node_modules/@babel/helper-environment-visitor": {276      "version": "7.22.20",277      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",278      "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",279      "engines": {280        "node": ">=6.9.0"281      }282    },283    "node_modules/@babel/helper-function-name": {284      "version": "7.23.0",285      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",286      "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",287      "dependencies": {288        "@babel/template": "^7.22.15",289        "@babel/types": "^7.23.0"290      },291      "engines": {292        "node": ">=6.9.0"293      }294    },295    "node_modules/@babel/helper-hoist-variables": {296      "version": "7.22.5",297      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",298      "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",299      "dependencies": {300        "@babel/types": "^7.22.5"301      },302      "engines": {303        "node": ">=6.9.0"304      }305    },306    "node_modules/@babel/helper-member-expression-to-functions": {307      "version": "7.23.0",308      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",309      "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",310      "dependencies": {311        "@babel/types": "^7.23.0"312      },313      "engines": {314        "node": ">=6.9.0"315      }316    },317    "node_modules/@babel/helper-module-imports": {318      "version": "7.22.15",319      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",320      "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",321      "dependencies": {322        "@babel/types": "^7.22.15"323      },324      "engines": {325        "node": ">=6.9.0"326      }327    },328    "node_modules/@babel/helper-module-transforms": {329      "version": "7.23.3",330      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",331      "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",332      "dependencies": {333        "@babel/helper-environment-visitor": "^7.22.20",334        "@babel/helper-module-imports": "^7.22.15",335        "@babel/helper-simple-access": "^7.22.5",336        "@babel/helper-split-export-declaration": "^7.22.6",337        "@babel/helper-validator-identifier": "^7.22.20"338      },339      "engines": {340        "node": ">=6.9.0"341      },342      "peerDependencies": {343        "@babel/core": "^7.0.0"344      }345    },346    "node_modules/@babel/helper-optimise-call-expression": {347      "version": "7.22.5",348      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",349      "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",350      "dependencies": {351        "@babel/types": "^7.22.5"352      },353      "engines": {354        "node": ">=6.9.0"355      }356    },357    "node_modules/@babel/helper-plugin-utils": {358      "version": "7.22.5",359      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",360      "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",361      "engines": {362        "node": ">=6.9.0"363      }364    },365    "node_modules/@babel/helper-remap-async-to-generator": {366      "version": "7.22.20",367      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",368      "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",369      "dependencies": {370        "@babel/helper-annotate-as-pure": "^7.22.5",371        "@babel/helper-environment-visitor": "^7.22.20",372        "@babel/helper-wrap-function": "^7.22.20"373      },374      "engines": {375        "node": ">=6.9.0"376      },377      "peerDependencies": {378        "@babel/core": "^7.0.0"379      }380    },381    "node_modules/@babel/helper-replace-supers": {382      "version": "7.22.20",383      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",384      "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",385      "dependencies": {386        "@babel/helper-environment-visitor": "^7.22.20",387        "@babel/helper-member-expression-to-functions": "^7.22.15",388        "@babel/helper-optimise-call-expression": "^7.22.5"389      },390      "engines": {391        "node": ">=6.9.0"392      },393      "peerDependencies": {394        "@babel/core": "^7.0.0"395      }396    },397    "node_modules/@babel/helper-simple-access": {398      "version": "7.22.5",399      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",400      "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",401      "dependencies": {402        "@babel/types": "^7.22.5"403      },404      "engines": {405        "node": ">=6.9.0"406      }407    },408    "node_modules/@babel/helper-skip-transparent-expression-wrappers": {409      "version": "7.22.5",410      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",411      "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",412      "dependencies": {413        "@babel/types": "^7.22.5"414      },415      "engines": {416        "node": ">=6.9.0"417      }418    },419    "node_modules/@babel/helper-split-export-declaration": {420      "version": "7.22.6",421      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",422      "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",423      "dependencies": {424        "@babel/types": "^7.22.5"425      },426      "engines": {427        "node": ">=6.9.0"428      }429    },430    "node_modules/@babel/helper-string-parser": {431      "version": "7.23.4",432      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",433      "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",434      "engines": {435        "node": ">=6.9.0"436      }437    },438    "node_modules/@babel/helper-validator-identifier": {439      "version": "7.22.20",440      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",441      "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",442      "engines": {443        "node": ">=6.9.0"444      }445    },446    "node_modules/@babel/helper-validator-option": {447      "version": "7.22.15",448      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",449      "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",450      "engines": {451        "node": ">=6.9.0"452      }453    },454    "node_modules/@babel/helper-wrap-function": {455      "version": "7.22.20",456      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",457      "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",458      "dependencies": {459        "@babel/helper-function-name": "^7.22.5",460        "@babel/template": "^7.22.15",461        "@babel/types": "^7.22.19"462      },463      "engines": {464        "node": ">=6.9.0"465      }466    },467    "node_modules/@babel/helpers": {468      "version": "7.23.4",469      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.4.tgz",470      "integrity": "sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==",471      "dependencies": {472        "@babel/template": "^7.22.15",473        "@babel/traverse": "^7.23.4",474        "@babel/types": "^7.23.4"475      },476      "engines": {477        "node": ">=6.9.0"478      }479    },480    "node_modules/@babel/highlight": {481      "version": "7.23.4",482      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",483      "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",484      "dependencies": {485        "@babel/helper-validator-identifier": "^7.22.20",486        "chalk": "^2.4.2",487        "js-tokens": "^4.0.0"488      },489      "engines": {490        "node": ">=6.9.0"491      }492    },493    "node_modules/@babel/parser": {494      "version": "7.23.4",495      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.4.tgz",496      "integrity": "sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==",497      "bin": {498        "parser": "bin/babel-parser.js"499      },500      "engines": {501        "node": ">=6.0.0"502      }503    },504    "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {505      "version": "7.23.3",506      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",507      "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",508      "dependencies": {509        "@babel/helper-plugin-utils": "^7.22.5"510      },511      "engines": {512        "node": ">=6.9.0"513      },514      "peerDependencies": {515        "@babel/core": "^7.0.0"516      }517    },518    "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {519      "version": "7.23.3",520      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",521      "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",522      "dependencies": {523        "@babel/helper-plugin-utils": "^7.22.5",524        "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",525        "@babel/plugin-transform-optional-chaining": "^7.23.3"526      },527      "engines": {528        "node": ">=6.9.0"529      },530      "peerDependencies": {531        "@babel/core": "^7.13.0"532      }533    },534    "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {535      "version": "7.23.3",536      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz",537      "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==",538      "dependencies": {539        "@babel/helper-environment-visitor": "^7.22.20",540        "@babel/helper-plugin-utils": "^7.22.5"541      },542      "engines": {543        "node": ">=6.9.0"544      },545      "peerDependencies": {546        "@babel/core": "^7.0.0"547      }548    },549    "node_modules/@babel/plugin-proposal-class-properties": {550      "version": "7.18.6",551      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",552      "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",553      "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.",554      "dependencies": {555        "@babel/helper-create-class-features-plugin": "^7.18.6",556        "@babel/helper-plugin-utils": "^7.18.6"557      },558      "engines": {559        "node": ">=6.9.0"560      },561      "peerDependencies": {562        "@babel/core": "^7.0.0-0"563      }564    },565    "node_modules/@babel/plugin-proposal-decorators": {566      "version": "7.23.3",567      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.3.tgz",568      "integrity": "sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==",569      "dependencies": {570        "@babel/helper-create-class-features-plugin": "^7.22.15",571        "@babel/helper-plugin-utils": "^7.22.5",572        "@babel/helper-replace-supers": "^7.22.20",573        "@babel/helper-split-export-declaration": "^7.22.6",574        "@babel/plugin-syntax-decorators": "^7.23.3"575      },576      "engines": {577        "node": ">=6.9.0"578      },579      "peerDependencies": {580        "@babel/core": "^7.0.0-0"581      }582    },583    "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {584      "version": "7.18.6",585      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",586      "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",587      "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.",588      "dependencies": {589        "@babel/helper-plugin-utils": "^7.18.6",590        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"591      },592      "engines": {593        "node": ">=6.9.0"594      },595      "peerDependencies": {596        "@babel/core": "^7.0.0-0"597      }598    },599    "node_modules/@babel/plugin-proposal-numeric-separator": {600      "version": "7.18.6",601      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",602      "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",603      "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.",604      "dependencies": {605        "@babel/helper-plugin-utils": "^7.18.6",606        "@babel/plugin-syntax-numeric-separator": "^7.10.4"607      },608      "engines": {609        "node": ">=6.9.0"610      },611      "peerDependencies": {612        "@babel/core": "^7.0.0-0"613      }614    },615    "node_modules/@babel/plugin-proposal-optional-chaining": {616      "version": "7.21.0",617      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",618      "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",619      "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.",620      "dependencies": {621        "@babel/helper-plugin-utils": "^7.20.2",622        "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",623        "@babel/plugin-syntax-optional-chaining": "^7.8.3"624      },625      "engines": {626        "node": ">=6.9.0"627      },628      "peerDependencies": {629        "@babel/core": "^7.0.0-0"630      }631    },632    "node_modules/@babel/plugin-proposal-private-methods": {633      "version": "7.18.6",634      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",635      "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",636      "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.",637      "dependencies": {638        "@babel/helper-create-class-features-plugin": "^7.18.6",639        "@babel/helper-plugin-utils": "^7.18.6"640      },641      "engines": {642        "node": ">=6.9.0"643      },644      "peerDependencies": {645        "@babel/core": "^7.0.0-0"646      }647    },648    "node_modules/@babel/plugin-proposal-private-property-in-object": {649      "version": "7.21.0-placeholder-for-preset-env.2",650      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",651      "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",652      "engines": {653        "node": ">=6.9.0"654      },655      "peerDependencies": {656        "@babel/core": "^7.0.0-0"657      }658    },659    "node_modules/@babel/plugin-syntax-async-generators": {660      "version": "7.8.4",661      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",662      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",663      "dependencies": {664        "@babel/helper-plugin-utils": "^7.8.0"665      },666      "peerDependencies": {667        "@babel/core": "^7.0.0-0"668      }669    },670    "node_modules/@babel/plugin-syntax-bigint": {671      "version": "7.8.3",672      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",673      "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",674      "dependencies": {675        "@babel/helper-plugin-utils": "^7.8.0"676      },677      "peerDependencies": {678        "@babel/core": "^7.0.0-0"679      }680    },681    "node_modules/@babel/plugin-syntax-class-properties": {682      "version": "7.12.13",683      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",684      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",685      "dependencies": {686        "@babel/helper-plugin-utils": "^7.12.13"687      },688      "peerDependencies": {689        "@babel/core": "^7.0.0-0"690      }691    },692    "node_modules/@babel/plugin-syntax-class-static-block": {693      "version": "7.14.5",694      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",695      "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",696      "dependencies": {697        "@babel/helper-plugin-utils": "^7.14.5"698      },699      "engines": {700        "node": ">=6.9.0"701      },702      "peerDependencies": {703        "@babel/core": "^7.0.0-0"704      }705    },706    "node_modules/@babel/plugin-syntax-decorators": {707      "version": "7.23.3",708      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz",709      "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==",710      "dependencies": {711        "@babel/helper-plugin-utils": "^7.22.5"712      },713      "engines": {714        "node": ">=6.9.0"715      },716      "peerDependencies": {717        "@babel/core": "^7.0.0-0"718      }719    },720    "node_modules/@babel/plugin-syntax-dynamic-import": {721      "version": "7.8.3",722      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",723      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",724      "dependencies": {725        "@babel/helper-plugin-utils": "^7.8.0"726      },727      "peerDependencies": {728        "@babel/core": "^7.0.0-0"729      }730    },731    "node_modules/@babel/plugin-syntax-export-namespace-from": {732      "version": "7.8.3",733      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",734      "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",735      "dependencies": {736        "@babel/helper-plugin-utils": "^7.8.3"737      },738      "peerDependencies": {739        "@babel/core": "^7.0.0-0"740      }741    },742    "node_modules/@babel/plugin-syntax-flow": {743      "version": "7.23.3",744      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz",745      "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==",746      "dependencies": {747        "@babel/helper-plugin-utils": "^7.22.5"748      },749      "engines": {750        "node": ">=6.9.0"751      },752      "peerDependencies": {753        "@babel/core": "^7.0.0-0"754      }755    },756    "node_modules/@babel/plugin-syntax-import-assertions": {757      "version": "7.23.3",758      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",759      "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",760      "dependencies": {761        "@babel/helper-plugin-utils": "^7.22.5"762      },763      "engines": {764        "node": ">=6.9.0"765      },766      "peerDependencies": {767        "@babel/core": "^7.0.0-0"768      }769    },770    "node_modules/@babel/plugin-syntax-import-attributes": {771      "version": "7.23.3",772      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",773      "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",774      "dependencies": {775        "@babel/helper-plugin-utils": "^7.22.5"776      },777      "engines": {778        "node": ">=6.9.0"779      },780      "peerDependencies": {781        "@babel/core": "^7.0.0-0"782      }783    },784    "node_modules/@babel/plugin-syntax-import-meta": {785      "version": "7.10.4",786      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",787      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",788      "dependencies": {789        "@babel/helper-plugin-utils": "^7.10.4"790      },791      "peerDependencies": {792        "@babel/core": "^7.0.0-0"793      }794    },795    "node_modules/@babel/plugin-syntax-json-strings": {796      "version": "7.8.3",797      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",798      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",799      "dependencies": {800        "@babel/helper-plugin-utils": "^7.8.0"801      },802      "peerDependencies": {803        "@babel/core": "^7.0.0-0"804      }805    },806    "node_modules/@babel/plugin-syntax-jsx": {807      "version": "7.23.3",808      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",809      "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",810      "dependencies": {811        "@babel/helper-plugin-utils": "^7.22.5"812      },813      "engines": {814        "node": ">=6.9.0"815      },816      "peerDependencies": {817        "@babel/core": "^7.0.0-0"818      }819    },820    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {821      "version": "7.10.4",822      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",823      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",824      "dependencies": {825        "@babel/helper-plugin-utils": "^7.10.4"826      },827      "peerDependencies": {828        "@babel/core": "^7.0.0-0"829      }830    },831    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {832      "version": "7.8.3",833      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",834      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",835      "dependencies": {836        "@babel/helper-plugin-utils": "^7.8.0"837      },838      "peerDependencies": {839        "@babel/core": "^7.0.0-0"840      }841    },842    "node_modules/@babel/plugin-syntax-numeric-separator": {843      "version": "7.10.4",844      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",845      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",846      "dependencies": {847        "@babel/helper-plugin-utils": "^7.10.4"848      },849      "peerDependencies": {850        "@babel/core": "^7.0.0-0"851      }852    },853    "node_modules/@babel/plugin-syntax-object-rest-spread": {854      "version": "7.8.3",855      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",856      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",857      "dependencies": {858        "@babel/helper-plugin-utils": "^7.8.0"859      },860      "peerDependencies": {861        "@babel/core": "^7.0.0-0"862      }863    },864    "node_modules/@babel/plugin-syntax-optional-catch-binding": {865      "version": "7.8.3",866      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",867      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",868      "dependencies": {869        "@babel/helper-plugin-utils": "^7.8.0"870      },871      "peerDependencies": {872        "@babel/core": "^7.0.0-0"873      }874    },875    "node_modules/@babel/plugin-syntax-optional-chaining": {876      "version": "7.8.3",877      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",878      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",879      "dependencies": {880        "@babel/helper-plugin-utils": "^7.8.0"881      },882      "peerDependencies": {883        "@babel/core": "^7.0.0-0"884      }885    },886    "node_modules/@babel/plugin-syntax-private-property-in-object": {887      "version": "7.14.5",888      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",889      "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",890      "dependencies": {891        "@babel/helper-plugin-utils": "^7.14.5"892      },893      "engines": {894        "node": ">=6.9.0"895      },896      "peerDependencies": {897        "@babel/core": "^7.0.0-0"898      }899    },900    "node_modules/@babel/plugin-syntax-top-level-await": {901      "version": "7.14.5",902      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",903      "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",904      "dependencies": {905        "@babel/helper-plugin-utils": "^7.14.5"906      },907      "engines": {908        "node": ">=6.9.0"909      },910      "peerDependencies": {911        "@babel/core": "^7.0.0-0"912      }913    },914    "node_modules/@babel/plugin-syntax-typescript": {915      "version": "7.23.3",916      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",917      "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",918      "dependencies": {919        "@babel/helper-plugin-utils": "^7.22.5"920      },921      "engines": {922        "node": ">=6.9.0"923      },924      "peerDependencies": {925        "@babel/core": "^7.0.0-0"926      }927    },928    "node_modules/@babel/plugin-syntax-unicode-sets-regex": {929      "version": "7.18.6",930      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",931      "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",932      "dependencies": {933        "@babel/helper-create-regexp-features-plugin": "^7.18.6",934        "@babel/helper-plugin-utils": "^7.18.6"935      },936      "engines": {937        "node": ">=6.9.0"938      },939      "peerDependencies": {940        "@babel/core": "^7.0.0"941      }942    },943    "node_modules/@babel/plugin-transform-arrow-functions": {944      "version": "7.23.3",945      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",946      "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",947      "dependencies": {948        "@babel/helper-plugin-utils": "^7.22.5"949      },950      "engines": {951        "node": ">=6.9.0"952      },953      "peerDependencies": {954        "@babel/core": "^7.0.0-0"955      }956    },957    "node_modules/@babel/plugin-transform-async-generator-functions": {958      "version": "7.23.4",959      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz",960      "integrity": "sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==",961      "dependencies": {962        "@babel/helper-environment-visitor": "^7.22.20",963        "@babel/helper-plugin-utils": "^7.22.5",964        "@babel/helper-remap-async-to-generator": "^7.22.20",965        "@babel/plugin-syntax-async-generators": "^7.8.4"966      },967      "engines": {968        "node": ">=6.9.0"969      },970      "peerDependencies": {971        "@babel/core": "^7.0.0-0"972      }973    },974    "node_modules/@babel/plugin-transform-async-to-generator": {975      "version": "7.23.3",976      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",977      "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",978      "dependencies": {979        "@babel/helper-module-imports": "^7.22.15",980        "@babel/helper-plugin-utils": "^7.22.5",981        "@babel/helper-remap-async-to-generator": "^7.22.20"982      },983      "engines": {984        "node": ">=6.9.0"985      },986      "peerDependencies": {987        "@babel/core": "^7.0.0-0"988      }989    },990    "node_modules/@babel/plugin-transform-block-scoped-functions": {991      "version": "7.23.3",992      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",993      "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",994      "dependencies": {995        "@babel/helper-plugin-utils": "^7.22.5"996      },997      "engines": {998        "node": ">=6.9.0"999      },1000      "peerDependencies": {1001        "@babel/core": "^7.0.0-0"1002      }1003    },1004    "node_modules/@babel/plugin-transform-block-scoping": {1005      "version": "7.23.4",1006      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",1007      "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",1008      "dependencies": {1009        "@babel/helper-plugin-utils": "^7.22.5"1010      },1011      "engines": {1012        "node": ">=6.9.0"1013      },1014      "peerDependencies": {1015        "@babel/core": "^7.0.0-0"1016      }1017    },1018    "node_modules/@babel/plugin-transform-class-properties": {1019      "version": "7.23.3",1020      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",1021      "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",1022      "dependencies": {1023        "@babel/helper-create-class-features-plugin": "^7.22.15",1024        "@babel/helper-plugin-utils": "^7.22.5"1025      },1026      "engines": {1027        "node": ">=6.9.0"1028      },1029      "peerDependencies": {1030        "@babel/core": "^7.0.0-0"1031      }1032    },1033    "node_modules/@babel/plugin-transform-class-static-block": {1034      "version": "7.23.4",1035      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",1036      "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",1037      "dependencies": {1038        "@babel/helper-create-class-features-plugin": "^7.22.15",1039        "@babel/helper-plugin-utils": "^7.22.5",1040        "@babel/plugin-syntax-class-static-block": "^7.14.5"1041      },1042      "engines": {1043        "node": ">=6.9.0"1044      },1045      "peerDependencies": {1046        "@babel/core": "^7.12.0"1047      }1048    },1049    "node_modules/@babel/plugin-transform-classes": {1050      "version": "7.23.3",1051      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz",1052      "integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==",1053      "dependencies": {1054        "@babel/helper-annotate-as-pure": "^7.22.5",1055        "@babel/helper-compilation-targets": "^7.22.15",1056        "@babel/helper-environment-visitor": "^7.22.20",1057        "@babel/helper-function-name": "^7.23.0",1058        "@babel/helper-optimise-call-expression": "^7.22.5",1059        "@babel/helper-plugin-utils": "^7.22.5",1060        "@babel/helper-replace-supers": "^7.22.20",1061        "@babel/helper-split-export-declaration": "^7.22.6",1062        "globals": "^11.1.0"1063      },1064      "engines": {1065        "node": ">=6.9.0"1066      },1067      "peerDependencies": {1068        "@babel/core": "^7.0.0-0"1069      }1070    },1071    "node_modules/@babel/plugin-transform-computed-properties": {1072      "version": "7.23.3",1073      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",1074      "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",1075      "dependencies": {1076        "@babel/helper-plugin-utils": "^7.22.5",1077        "@babel/template": "^7.22.15"1078      },1079      "engines": {1080        "node": ">=6.9.0"1081      },1082      "peerDependencies": {1083        "@babel/core": "^7.0.0-0"1084      }1085    },1086    "node_modules/@babel/plugin-transform-destructuring": {1087      "version": "7.23.3",1088      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",1089      "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",1090      "dependencies": {1091        "@babel/helper-plugin-utils": "^7.22.5"1092      },1093      "engines": {1094        "node": ">=6.9.0"1095      },1096      "peerDependencies": {1097        "@babel/core": "^7.0.0-0"1098      }1099    },1100    "node_modules/@babel/plugin-transform-dotall-regex": {1101      "version": "7.23.3",1102      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",1103      "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",1104      "dependencies": {1105        "@babel/helper-create-regexp-features-plugin": "^7.22.15",1106        "@babel/helper-plugin-utils": "^7.22.5"1107      },1108      "engines": {1109        "node": ">=6.9.0"1110      },1111      "peerDependencies": {1112        "@babel/core": "^7.0.0-0"1113      }1114    },1115    "node_modules/@babel/plugin-transform-duplicate-keys": {1116      "version": "7.23.3",1117      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",1118      "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",1119      "dependencies": {1120        "@babel/helper-plugin-utils": "^7.22.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-dynamic-import": {1130      "version": "7.23.4",1131      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",1132      "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",1133      "dependencies": {1134        "@babel/helper-plugin-utils": "^7.22.5",1135        "@babel/plugin-syntax-dynamic-import": "^7.8.3"1136      },1137      "engines": {1138        "node": ">=6.9.0"1139      },1140      "peerDependencies": {1141        "@babel/core": "^7.0.0-0"1142      }1143    },1144    "node_modules/@babel/plugin-transform-exponentiation-operator": {1145      "version": "7.23.3",1146      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",1147      "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",1148      "dependencies": {1149        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",1150        "@babel/helper-plugin-utils": "^7.22.5"1151      },1152      "engines": {1153        "node": ">=6.9.0"1154      },1155      "peerDependencies": {1156        "@babel/core": "^7.0.0-0"1157      }1158    },1159    "node_modules/@babel/plugin-transform-export-namespace-from": {1160      "version": "7.23.4",1161      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",1162      "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",1163      "dependencies": {1164        "@babel/helper-plugin-utils": "^7.22.5",1165        "@babel/plugin-syntax-export-namespace-from": "^7.8.3"1166      },1167      "engines": {1168        "node": ">=6.9.0"1169      },1170      "peerDependencies": {1171        "@babel/core": "^7.0.0-0"1172      }1173    },1174    "node_modules/@babel/plugin-transform-flow-strip-types": {1175      "version": "7.23.3",1176      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz",1177      "integrity": "sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==",1178      "dependencies": {1179        "@babel/helper-plugin-utils": "^7.22.5",1180        "@babel/plugin-syntax-flow": "^7.23.3"1181      },1182      "engines": {1183        "node": ">=6.9.0"1184      },1185      "peerDependencies": {1186        "@babel/core": "^7.0.0-0"1187      }1188    },1189    "node_modules/@babel/plugin-transform-for-of": {1190      "version": "7.23.3",1191      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz",1192      "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==",1193      "dependencies": {1194        "@babel/helper-plugin-utils": "^7.22.5"1195      },1196      "engines": {1197        "node": ">=6.9.0"1198      },1199      "peerDependencies": {1200        "@babel/core": "^7.0.0-0"

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