CoolFace
Apppublic

itsprasun/pythonic-rag-fastapi-react

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package-lock.json16372 linesDownload Raw Back to frontend
1{2  "name": "chat-frontend",3  "version": "0.1.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "chat-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        "@types/jest": "^27.5.2",15        "@types/node": "^16.18.0",16        "react": "^18.2.0",17        "react-dom": "^18.2.0",18        "react-scripts": "5.0.1",19        "typescript": "^4.9.5",20        "web-vitals": "^2.1.4"21      },22      "devDependencies": {23        "@types/react": "^19.0.8",24        "@types/react-dom": "^19.0.3",25        "autoprefixer": "^10.4.16",26        "postcss": "^8.4.31",27        "tailwindcss": "^3.3.5"28      }29    },30    "node_modules/@adobe/css-tools": {31      "version": "4.4.1",32      "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.1.tgz",33      "integrity": "sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ=="34    },35    "node_modules/@alloc/quick-lru": {36      "version": "5.2.0",37      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",38      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",39      "engines": {40        "node": ">=10"41      },42      "funding": {43        "url": "https://github.com/sponsors/sindresorhus"44      }45    },46    "node_modules/@ampproject/remapping": {47      "version": "2.3.0",48      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",49      "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",50      "dependencies": {51        "@jridgewell/gen-mapping": "^0.3.5",52        "@jridgewell/trace-mapping": "^0.3.24"53      },54      "engines": {55        "node": ">=6.0.0"56      }57    },58    "node_modules/@babel/code-frame": {59      "version": "7.26.2",60      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",61      "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",62      "dependencies": {63        "@babel/helper-validator-identifier": "^7.25.9",64        "js-tokens": "^4.0.0",65        "picocolors": "^1.0.0"66      },67      "engines": {68        "node": ">=6.9.0"69      }70    },71    "node_modules/@babel/compat-data": {72      "version": "7.26.5",73      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz",74      "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==",75      "engines": {76        "node": ">=6.9.0"77      }78    },79    "node_modules/@babel/core": {80      "version": "7.26.7",81      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz",82      "integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==",83      "dependencies": {84        "@ampproject/remapping": "^2.2.0",85        "@babel/code-frame": "^7.26.2",86        "@babel/generator": "^7.26.5",87        "@babel/helper-compilation-targets": "^7.26.5",88        "@babel/helper-module-transforms": "^7.26.0",89        "@babel/helpers": "^7.26.7",90        "@babel/parser": "^7.26.7",91        "@babel/template": "^7.25.9",92        "@babel/traverse": "^7.26.7",93        "@babel/types": "^7.26.7",94        "convert-source-map": "^2.0.0",95        "debug": "^4.1.0",96        "gensync": "^1.0.0-beta.2",97        "json5": "^2.2.3",98        "semver": "^6.3.1"99      },100      "engines": {101        "node": ">=6.9.0"102      },103      "funding": {104        "type": "opencollective",105        "url": "https://opencollective.com/babel"106      }107    },108    "node_modules/@babel/core/node_modules/semver": {109      "version": "6.3.1",110      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",111      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",112      "bin": {113        "semver": "bin/semver.js"114      }115    },116    "node_modules/@babel/eslint-parser": {117      "version": "7.26.5",118      "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",119      "integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",120      "dependencies": {121        "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",122        "eslint-visitor-keys": "^2.1.0",123        "semver": "^6.3.1"124      },125      "engines": {126        "node": "^10.13.0 || ^12.13.0 || >=14.0.0"127      },128      "peerDependencies": {129        "@babel/core": "^7.11.0",130        "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"131      }132    },133    "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {134      "version": "2.1.0",135      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",136      "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",137      "engines": {138        "node": ">=10"139      }140    },141    "node_modules/@babel/eslint-parser/node_modules/semver": {142      "version": "6.3.1",143      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",144      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",145      "bin": {146        "semver": "bin/semver.js"147      }148    },149    "node_modules/@babel/generator": {150      "version": "7.26.5",151      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz",152      "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==",153      "dependencies": {154        "@babel/parser": "^7.26.5",155        "@babel/types": "^7.26.5",156        "@jridgewell/gen-mapping": "^0.3.5",157        "@jridgewell/trace-mapping": "^0.3.25",158        "jsesc": "^3.0.2"159      },160      "engines": {161        "node": ">=6.9.0"162      }163    },164    "node_modules/@babel/helper-annotate-as-pure": {165      "version": "7.25.9",166      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",167      "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",168      "dependencies": {169        "@babel/types": "^7.25.9"170      },171      "engines": {172        "node": ">=6.9.0"173      }174    },175    "node_modules/@babel/helper-compilation-targets": {176      "version": "7.26.5",177      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",178      "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",179      "dependencies": {180        "@babel/compat-data": "^7.26.5",181        "@babel/helper-validator-option": "^7.25.9",182        "browserslist": "^4.24.0",183        "lru-cache": "^5.1.1",184        "semver": "^6.3.1"185      },186      "engines": {187        "node": ">=6.9.0"188      }189    },190    "node_modules/@babel/helper-compilation-targets/node_modules/semver": {191      "version": "6.3.1",192      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",193      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",194      "bin": {195        "semver": "bin/semver.js"196      }197    },198    "node_modules/@babel/helper-create-class-features-plugin": {199      "version": "7.25.9",200      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",201      "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",202      "dependencies": {203        "@babel/helper-annotate-as-pure": "^7.25.9",204        "@babel/helper-member-expression-to-functions": "^7.25.9",205        "@babel/helper-optimise-call-expression": "^7.25.9",206        "@babel/helper-replace-supers": "^7.25.9",207        "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",208        "@babel/traverse": "^7.25.9",209        "semver": "^6.3.1"210      },211      "engines": {212        "node": ">=6.9.0"213      },214      "peerDependencies": {215        "@babel/core": "^7.0.0"216      }217    },218    "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {219      "version": "6.3.1",220      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",221      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",222      "bin": {223        "semver": "bin/semver.js"224      }225    },226    "node_modules/@babel/helper-create-regexp-features-plugin": {227      "version": "7.26.3",228      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",229      "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",230      "dependencies": {231        "@babel/helper-annotate-as-pure": "^7.25.9",232        "regexpu-core": "^6.2.0",233        "semver": "^6.3.1"234      },235      "engines": {236        "node": ">=6.9.0"237      },238      "peerDependencies": {239        "@babel/core": "^7.0.0"240      }241    },242    "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {243      "version": "6.3.1",244      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",245      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",246      "bin": {247        "semver": "bin/semver.js"248      }249    },250    "node_modules/@babel/helper-define-polyfill-provider": {251      "version": "0.6.3",252      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",253      "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",254      "dependencies": {255        "@babel/helper-compilation-targets": "^7.22.6",256        "@babel/helper-plugin-utils": "^7.22.5",257        "debug": "^4.1.1",258        "lodash.debounce": "^4.0.8",259        "resolve": "^1.14.2"260      },261      "peerDependencies": {262        "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"263      }264    },265    "node_modules/@babel/helper-member-expression-to-functions": {266      "version": "7.25.9",267      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",268      "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",269      "dependencies": {270        "@babel/traverse": "^7.25.9",271        "@babel/types": "^7.25.9"272      },273      "engines": {274        "node": ">=6.9.0"275      }276    },277    "node_modules/@babel/helper-module-imports": {278      "version": "7.25.9",279      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",280      "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",281      "dependencies": {282        "@babel/traverse": "^7.25.9",283        "@babel/types": "^7.25.9"284      },285      "engines": {286        "node": ">=6.9.0"287      }288    },289    "node_modules/@babel/helper-module-transforms": {290      "version": "7.26.0",291      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",292      "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",293      "dependencies": {294        "@babel/helper-module-imports": "^7.25.9",295        "@babel/helper-validator-identifier": "^7.25.9",296        "@babel/traverse": "^7.25.9"297      },298      "engines": {299        "node": ">=6.9.0"300      },301      "peerDependencies": {302        "@babel/core": "^7.0.0"303      }304    },305    "node_modules/@babel/helper-optimise-call-expression": {306      "version": "7.25.9",307      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",308      "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",309      "dependencies": {310        "@babel/types": "^7.25.9"311      },312      "engines": {313        "node": ">=6.9.0"314      }315    },316    "node_modules/@babel/helper-plugin-utils": {317      "version": "7.26.5",318      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",319      "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",320      "engines": {321        "node": ">=6.9.0"322      }323    },324    "node_modules/@babel/helper-remap-async-to-generator": {325      "version": "7.25.9",326      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",327      "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",328      "dependencies": {329        "@babel/helper-annotate-as-pure": "^7.25.9",330        "@babel/helper-wrap-function": "^7.25.9",331        "@babel/traverse": "^7.25.9"332      },333      "engines": {334        "node": ">=6.9.0"335      },336      "peerDependencies": {337        "@babel/core": "^7.0.0"338      }339    },340    "node_modules/@babel/helper-replace-supers": {341      "version": "7.26.5",342      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",343      "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",344      "dependencies": {345        "@babel/helper-member-expression-to-functions": "^7.25.9",346        "@babel/helper-optimise-call-expression": "^7.25.9",347        "@babel/traverse": "^7.26.5"348      },349      "engines": {350        "node": ">=6.9.0"351      },352      "peerDependencies": {353        "@babel/core": "^7.0.0"354      }355    },356    "node_modules/@babel/helper-skip-transparent-expression-wrappers": {357      "version": "7.25.9",358      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",359      "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",360      "dependencies": {361        "@babel/traverse": "^7.25.9",362        "@babel/types": "^7.25.9"363      },364      "engines": {365        "node": ">=6.9.0"366      }367    },368    "node_modules/@babel/helper-string-parser": {369      "version": "7.25.9",370      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",371      "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",372      "engines": {373        "node": ">=6.9.0"374      }375    },376    "node_modules/@babel/helper-validator-identifier": {377      "version": "7.25.9",378      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",379      "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",380      "engines": {381        "node": ">=6.9.0"382      }383    },384    "node_modules/@babel/helper-validator-option": {385      "version": "7.25.9",386      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",387      "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",388      "engines": {389        "node": ">=6.9.0"390      }391    },392    "node_modules/@babel/helper-wrap-function": {393      "version": "7.25.9",394      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",395      "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",396      "dependencies": {397        "@babel/template": "^7.25.9",398        "@babel/traverse": "^7.25.9",399        "@babel/types": "^7.25.9"400      },401      "engines": {402        "node": ">=6.9.0"403      }404    },405    "node_modules/@babel/helpers": {406      "version": "7.26.7",407      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz",408      "integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==",409      "dependencies": {410        "@babel/template": "^7.25.9",411        "@babel/types": "^7.26.7"412      },413      "engines": {414        "node": ">=6.9.0"415      }416    },417    "node_modules/@babel/parser": {418      "version": "7.26.7",419      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz",420      "integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==",421      "dependencies": {422        "@babel/types": "^7.26.7"423      },424      "bin": {425        "parser": "bin/babel-parser.js"426      },427      "engines": {428        "node": ">=6.0.0"429      }430    },431    "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {432      "version": "7.25.9",433      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",434      "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",435      "dependencies": {436        "@babel/helper-plugin-utils": "^7.25.9",437        "@babel/traverse": "^7.25.9"438      },439      "engines": {440        "node": ">=6.9.0"441      },442      "peerDependencies": {443        "@babel/core": "^7.0.0"444      }445    },446    "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {447      "version": "7.25.9",448      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",449      "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",450      "dependencies": {451        "@babel/helper-plugin-utils": "^7.25.9"452      },453      "engines": {454        "node": ">=6.9.0"455      },456      "peerDependencies": {457        "@babel/core": "^7.0.0"458      }459    },460    "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {461      "version": "7.25.9",462      "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.25.9.tgz",463      "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",464      "dependencies": {465        "@babel/helper-plugin-utils": "^7.25.9"466      },467      "engines": {468        "node": ">=6.9.0"469      },470      "peerDependencies": {471        "@babel/core": "^7.0.0"472      }473    },474    "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {475      "version": "7.25.9",476      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",477      "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",478      "dependencies": {479        "@babel/helper-plugin-utils": "^7.25.9",480        "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",481        "@babel/plugin-transform-optional-chaining": "^7.25.9"482      },483      "engines": {484        "node": ">=6.9.0"485      },486      "peerDependencies": {487        "@babel/core": "^7.13.0"488      }489    },490    "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {491      "version": "7.25.9",492      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",493      "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",494      "dependencies": {495        "@babel/helper-plugin-utils": "^7.25.9",496        "@babel/traverse": "^7.25.9"497      },498      "engines": {499        "node": ">=6.9.0"500      },501      "peerDependencies": {502        "@babel/core": "^7.0.0"503      }504    },505    "node_modules/@babel/plugin-proposal-class-properties": {506      "version": "7.18.6",507      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",508      "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",509      "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.",510      "dependencies": {511        "@babel/helper-create-class-features-plugin": "^7.18.6",512        "@babel/helper-plugin-utils": "^7.18.6"513      },514      "engines": {515        "node": ">=6.9.0"516      },517      "peerDependencies": {518        "@babel/core": "^7.0.0-0"519      }520    },521    "node_modules/@babel/plugin-proposal-decorators": {522      "version": "7.25.9",523      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",524      "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",525      "dependencies": {526        "@babel/helper-create-class-features-plugin": "^7.25.9",527        "@babel/helper-plugin-utils": "^7.25.9",528        "@babel/plugin-syntax-decorators": "^7.25.9"529      },530      "engines": {531        "node": ">=6.9.0"532      },533      "peerDependencies": {534        "@babel/core": "^7.0.0-0"535      }536    },537    "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {538      "version": "7.18.6",539      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",540      "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",541      "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.",542      "dependencies": {543        "@babel/helper-plugin-utils": "^7.18.6",544        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"545      },546      "engines": {547        "node": ">=6.9.0"548      },549      "peerDependencies": {550        "@babel/core": "^7.0.0-0"551      }552    },553    "node_modules/@babel/plugin-proposal-numeric-separator": {554      "version": "7.18.6",555      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",556      "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",557      "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.",558      "dependencies": {559        "@babel/helper-plugin-utils": "^7.18.6",560        "@babel/plugin-syntax-numeric-separator": "^7.10.4"561      },562      "engines": {563        "node": ">=6.9.0"564      },565      "peerDependencies": {566        "@babel/core": "^7.0.0-0"567      }568    },569    "node_modules/@babel/plugin-proposal-optional-chaining": {570      "version": "7.21.0",571      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",572      "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",573      "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.",574      "dependencies": {575        "@babel/helper-plugin-utils": "^7.20.2",576        "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",577        "@babel/plugin-syntax-optional-chaining": "^7.8.3"578      },579      "engines": {580        "node": ">=6.9.0"581      },582      "peerDependencies": {583        "@babel/core": "^7.0.0-0"584      }585    },586    "node_modules/@babel/plugin-proposal-private-methods": {587      "version": "7.18.6",588      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",589      "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",590      "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.",591      "dependencies": {592        "@babel/helper-create-class-features-plugin": "^7.18.6",593        "@babel/helper-plugin-utils": "^7.18.6"594      },595      "engines": {596        "node": ">=6.9.0"597      },598      "peerDependencies": {599        "@babel/core": "^7.0.0-0"600      }601    },602    "node_modules/@babel/plugin-proposal-private-property-in-object": {603      "version": "7.21.0-placeholder-for-preset-env.2",604      "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",605      "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",606      "engines": {607        "node": ">=6.9.0"608      },609      "peerDependencies": {610        "@babel/core": "^7.0.0-0"611      }612    },613    "node_modules/@babel/plugin-syntax-async-generators": {614      "version": "7.8.4",615      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",616      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",617      "dependencies": {618        "@babel/helper-plugin-utils": "^7.8.0"619      },620      "peerDependencies": {621        "@babel/core": "^7.0.0-0"622      }623    },624    "node_modules/@babel/plugin-syntax-bigint": {625      "version": "7.8.3",626      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",627      "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",628      "dependencies": {629        "@babel/helper-plugin-utils": "^7.8.0"630      },631      "peerDependencies": {632        "@babel/core": "^7.0.0-0"633      }634    },635    "node_modules/@babel/plugin-syntax-class-properties": {636      "version": "7.12.13",637      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",638      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",639      "dependencies": {640        "@babel/helper-plugin-utils": "^7.12.13"641      },642      "peerDependencies": {643        "@babel/core": "^7.0.0-0"644      }645    },646    "node_modules/@babel/plugin-syntax-class-static-block": {647      "version": "7.14.5",648      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",649      "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",650      "dependencies": {651        "@babel/helper-plugin-utils": "^7.14.5"652      },653      "engines": {654        "node": ">=6.9.0"655      },656      "peerDependencies": {657        "@babel/core": "^7.0.0-0"658      }659    },660    "node_modules/@babel/plugin-syntax-decorators": {661      "version": "7.25.9",662      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",663      "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",664      "dependencies": {665        "@babel/helper-plugin-utils": "^7.25.9"666      },667      "engines": {668        "node": ">=6.9.0"669      },670      "peerDependencies": {671        "@babel/core": "^7.0.0-0"672      }673    },674    "node_modules/@babel/plugin-syntax-flow": {675      "version": "7.26.0",676      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz",677      "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==",678      "dependencies": {679        "@babel/helper-plugin-utils": "^7.25.9"680      },681      "engines": {682        "node": ">=6.9.0"683      },684      "peerDependencies": {685        "@babel/core": "^7.0.0-0"686      }687    },688    "node_modules/@babel/plugin-syntax-import-assertions": {689      "version": "7.26.0",690      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",691      "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",692      "dependencies": {693        "@babel/helper-plugin-utils": "^7.25.9"694      },695      "engines": {696        "node": ">=6.9.0"697      },698      "peerDependencies": {699        "@babel/core": "^7.0.0-0"700      }701    },702    "node_modules/@babel/plugin-syntax-import-attributes": {703      "version": "7.26.0",704      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",705      "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",706      "dependencies": {707        "@babel/helper-plugin-utils": "^7.25.9"708      },709      "engines": {710        "node": ">=6.9.0"711      },712      "peerDependencies": {713        "@babel/core": "^7.0.0-0"714      }715    },716    "node_modules/@babel/plugin-syntax-import-meta": {717      "version": "7.10.4",718      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",719      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",720      "dependencies": {721        "@babel/helper-plugin-utils": "^7.10.4"722      },723      "peerDependencies": {724        "@babel/core": "^7.0.0-0"725      }726    },727    "node_modules/@babel/plugin-syntax-json-strings": {728      "version": "7.8.3",729      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",730      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",731      "dependencies": {732        "@babel/helper-plugin-utils": "^7.8.0"733      },734      "peerDependencies": {735        "@babel/core": "^7.0.0-0"736      }737    },738    "node_modules/@babel/plugin-syntax-jsx": {739      "version": "7.25.9",740      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",741      "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",742      "dependencies": {743        "@babel/helper-plugin-utils": "^7.25.9"744      },745      "engines": {746        "node": ">=6.9.0"747      },748      "peerDependencies": {749        "@babel/core": "^7.0.0-0"750      }751    },752    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {753      "version": "7.10.4",754      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",755      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",756      "dependencies": {757        "@babel/helper-plugin-utils": "^7.10.4"758      },759      "peerDependencies": {760        "@babel/core": "^7.0.0-0"761      }762    },763    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {764      "version": "7.8.3",765      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",766      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",767      "dependencies": {768        "@babel/helper-plugin-utils": "^7.8.0"769      },770      "peerDependencies": {771        "@babel/core": "^7.0.0-0"772      }773    },774    "node_modules/@babel/plugin-syntax-numeric-separator": {775      "version": "7.10.4",776      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",777      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",778      "dependencies": {779        "@babel/helper-plugin-utils": "^7.10.4"780      },781      "peerDependencies": {782        "@babel/core": "^7.0.0-0"783      }784    },785    "node_modules/@babel/plugin-syntax-object-rest-spread": {786      "version": "7.8.3",787      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",788      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",789      "dependencies": {790        "@babel/helper-plugin-utils": "^7.8.0"791      },792      "peerDependencies": {793        "@babel/core": "^7.0.0-0"794      }795    },796    "node_modules/@babel/plugin-syntax-optional-catch-binding": {797      "version": "7.8.3",798      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",799      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",800      "dependencies": {801        "@babel/helper-plugin-utils": "^7.8.0"802      },803      "peerDependencies": {804        "@babel/core": "^7.0.0-0"805      }806    },807    "node_modules/@babel/plugin-syntax-optional-chaining": {808      "version": "7.8.3",809      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",810      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",811      "dependencies": {812        "@babel/helper-plugin-utils": "^7.8.0"813      },814      "peerDependencies": {815        "@babel/core": "^7.0.0-0"816      }817    },818    "node_modules/@babel/plugin-syntax-private-property-in-object": {819      "version": "7.14.5",820      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",821      "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",822      "dependencies": {823        "@babel/helper-plugin-utils": "^7.14.5"824      },825      "engines": {826        "node": ">=6.9.0"827      },828      "peerDependencies": {829        "@babel/core": "^7.0.0-0"830      }831    },832    "node_modules/@babel/plugin-syntax-top-level-await": {833      "version": "7.14.5",834      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",835      "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",836      "dependencies": {837        "@babel/helper-plugin-utils": "^7.14.5"838      },839      "engines": {840        "node": ">=6.9.0"841      },842      "peerDependencies": {843        "@babel/core": "^7.0.0-0"844      }845    },846    "node_modules/@babel/plugin-syntax-typescript": {847      "version": "7.25.9",848      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",849      "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",850      "dependencies": {851        "@babel/helper-plugin-utils": "^7.25.9"852      },853      "engines": {854        "node": ">=6.9.0"855      },856      "peerDependencies": {857        "@babel/core": "^7.0.0-0"858      }859    },860    "node_modules/@babel/plugin-syntax-unicode-sets-regex": {861      "version": "7.18.6",862      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",863      "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",864      "dependencies": {865        "@babel/helper-create-regexp-features-plugin": "^7.18.6",866        "@babel/helper-plugin-utils": "^7.18.6"867      },868      "engines": {869        "node": ">=6.9.0"870      },871      "peerDependencies": {872        "@babel/core": "^7.0.0"873      }874    },875    "node_modules/@babel/plugin-transform-arrow-functions": {876      "version": "7.25.9",877      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",878      "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",879      "dependencies": {880        "@babel/helper-plugin-utils": "^7.25.9"881      },882      "engines": {883        "node": ">=6.9.0"884      },885      "peerDependencies": {886        "@babel/core": "^7.0.0-0"887      }888    },889    "node_modules/@babel/plugin-transform-async-generator-functions": {890      "version": "7.25.9",891      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",892      "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",893      "dependencies": {894        "@babel/helper-plugin-utils": "^7.25.9",895        "@babel/helper-remap-async-to-generator": "^7.25.9",896        "@babel/traverse": "^7.25.9"897      },898      "engines": {899        "node": ">=6.9.0"900      },901      "peerDependencies": {902        "@babel/core": "^7.0.0-0"903      }904    },905    "node_modules/@babel/plugin-transform-async-to-generator": {906      "version": "7.25.9",907      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",908      "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",909      "dependencies": {910        "@babel/helper-module-imports": "^7.25.9",911        "@babel/helper-plugin-utils": "^7.25.9",912        "@babel/helper-remap-async-to-generator": "^7.25.9"913      },914      "engines": {915        "node": ">=6.9.0"916      },917      "peerDependencies": {918        "@babel/core": "^7.0.0-0"919      }920    },921    "node_modules/@babel/plugin-transform-block-scoped-functions": {922      "version": "7.26.5",923      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",924      "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",925      "dependencies": {926        "@babel/helper-plugin-utils": "^7.26.5"927      },928      "engines": {929        "node": ">=6.9.0"930      },931      "peerDependencies": {932        "@babel/core": "^7.0.0-0"933      }934    },935    "node_modules/@babel/plugin-transform-block-scoping": {936      "version": "7.25.9",937      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",938      "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",939      "dependencies": {940        "@babel/helper-plugin-utils": "^7.25.9"941      },942      "engines": {943        "node": ">=6.9.0"944      },945      "peerDependencies": {946        "@babel/core": "^7.0.0-0"947      }948    },949    "node_modules/@babel/plugin-transform-class-properties": {950      "version": "7.25.9",951      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",952      "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",953      "dependencies": {954        "@babel/helper-create-class-features-plugin": "^7.25.9",955        "@babel/helper-plugin-utils": "^7.25.9"956      },957      "engines": {958        "node": ">=6.9.0"959      },960      "peerDependencies": {961        "@babel/core": "^7.0.0-0"962      }963    },964    "node_modules/@babel/plugin-transform-class-static-block": {965      "version": "7.26.0",966      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",967      "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",968      "dependencies": {969        "@babel/helper-create-class-features-plugin": "^7.25.9",970        "@babel/helper-plugin-utils": "^7.25.9"971      },972      "engines": {973        "node": ">=6.9.0"974      },975      "peerDependencies": {976        "@babel/core": "^7.12.0"977      }978    },979    "node_modules/@babel/plugin-transform-classes": {980      "version": "7.25.9",981      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",982      "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",983      "dependencies": {984        "@babel/helper-annotate-as-pure": "^7.25.9",985        "@babel/helper-compilation-targets": "^7.25.9",986        "@babel/helper-plugin-utils": "^7.25.9",987        "@babel/helper-replace-supers": "^7.25.9",988        "@babel/traverse": "^7.25.9",989        "globals": "^11.1.0"990      },991      "engines": {992        "node": ">=6.9.0"993      },994      "peerDependencies": {995        "@babel/core": "^7.0.0-0"996      }997    },998    "node_modules/@babel/plugin-transform-computed-properties": {999      "version": "7.25.9",1000      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",1001      "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",1002      "dependencies": {1003        "@babel/helper-plugin-utils": "^7.25.9",1004        "@babel/template": "^7.25.9"1005      },1006      "engines": {1007        "node": ">=6.9.0"1008      },1009      "peerDependencies": {1010        "@babel/core": "^7.0.0-0"1011      }1012    },1013    "node_modules/@babel/plugin-transform-destructuring": {1014      "version": "7.25.9",1015      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",1016      "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",1017      "dependencies": {1018        "@babel/helper-plugin-utils": "^7.25.9"1019      },1020      "engines": {1021        "node": ">=6.9.0"1022      },1023      "peerDependencies": {1024        "@babel/core": "^7.0.0-0"1025      }1026    },1027    "node_modules/@babel/plugin-transform-dotall-regex": {1028      "version": "7.25.9",1029      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",1030      "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",1031      "dependencies": {1032        "@babel/helper-create-regexp-features-plugin": "^7.25.9",1033        "@babel/helper-plugin-utils": "^7.25.9"1034      },1035      "engines": {1036        "node": ">=6.9.0"1037      },1038      "peerDependencies": {1039        "@babel/core": "^7.0.0-0"1040      }1041    },1042    "node_modules/@babel/plugin-transform-duplicate-keys": {1043      "version": "7.25.9",1044      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",1045      "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",1046      "dependencies": {1047        "@babel/helper-plugin-utils": "^7.25.9"1048      },1049      "engines": {1050        "node": ">=6.9.0"1051      },1052      "peerDependencies": {1053        "@babel/core": "^7.0.0-0"1054      }1055    },1056    "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {1057      "version": "7.25.9",1058      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",1059      "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",1060      "dependencies": {1061        "@babel/helper-create-regexp-features-plugin": "^7.25.9",1062        "@babel/helper-plugin-utils": "^7.25.9"1063      },1064      "engines": {1065        "node": ">=6.9.0"1066      },1067      "peerDependencies": {1068        "@babel/core": "^7.0.0"1069      }1070    },1071    "node_modules/@babel/plugin-transform-dynamic-import": {1072      "version": "7.25.9",1073      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",1074      "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",1075      "dependencies": {1076        "@babel/helper-plugin-utils": "^7.25.9"1077      },1078      "engines": {1079        "node": ">=6.9.0"1080      },1081      "peerDependencies": {1082        "@babel/core": "^7.0.0-0"1083      }1084    },1085    "node_modules/@babel/plugin-transform-exponentiation-operator": {1086      "version": "7.26.3",1087      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",1088      "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",1089      "dependencies": {1090        "@babel/helper-plugin-utils": "^7.25.9"1091      },1092      "engines": {1093        "node": ">=6.9.0"1094      },1095      "peerDependencies": {1096        "@babel/core": "^7.0.0-0"1097      }1098    },1099    "node_modules/@babel/plugin-transform-export-namespace-from": {1100      "version": "7.25.9",1101      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",1102      "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",1103      "dependencies": {1104        "@babel/helper-plugin-utils": "^7.25.9"1105      },1106      "engines": {1107        "node": ">=6.9.0"1108      },1109      "peerDependencies": {1110        "@babel/core": "^7.0.0-0"1111      }1112    },1113    "node_modules/@babel/plugin-transform-flow-strip-types": {1114      "version": "7.26.5",1115      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz",1116      "integrity": "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==",1117      "dependencies": {1118        "@babel/helper-plugin-utils": "^7.26.5",1119        "@babel/plugin-syntax-flow": "^7.26.0"1120      },1121      "engines": {1122        "node": ">=6.9.0"1123      },1124      "peerDependencies": {1125        "@babel/core": "^7.0.0-0"1126      }1127    },1128    "node_modules/@babel/plugin-transform-for-of": {1129      "version": "7.25.9",1130      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",1131      "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",1132      "dependencies": {1133        "@babel/helper-plugin-utils": "^7.25.9",1134        "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"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-function-name": {1144      "version": "7.25.9",1145      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",1146      "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",1147      "dependencies": {1148        "@babel/helper-compilation-targets": "^7.25.9",1149        "@babel/helper-plugin-utils": "^7.25.9",1150        "@babel/traverse": "^7.25.9"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-json-strings": {1160      "version": "7.25.9",1161      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",1162      "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",1163      "dependencies": {1164        "@babel/helper-plugin-utils": "^7.25.9"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-literals": {1174      "version": "7.25.9",1175      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",1176      "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",1177      "dependencies": {1178        "@babel/helper-plugin-utils": "^7.25.9"1179      },1180      "engines": {1181        "node": ">=6.9.0"1182      },1183      "peerDependencies": {1184        "@babel/core": "^7.0.0-0"1185      }1186    },1187    "node_modules/@babel/plugin-transform-logical-assignment-operators": {1188      "version": "7.25.9",1189      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",1190      "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",1191      "dependencies": {1192        "@babel/helper-plugin-utils": "^7.25.9"1193      },1194      "engines": {1195        "node": ">=6.9.0"1196      },1197      "peerDependencies": {1198        "@babel/core": "^7.0.0-0"1199      }1200    },

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