merge completed... now to fix all the bugs...

This commit is contained in:
howlingsails 2021-12-12 23:02:38 -08:00
commit 87c4d80fbc
3472 changed files with 466748 additions and 6517 deletions

26
node_modules/confusing-browser-globals/package.json generated vendored Normal file
View file

@ -0,0 +1,26 @@
{
"name": "confusing-browser-globals",
"version": "1.0.10",
"description": "A list of browser globals that are often used by mistake instead of local variables",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/create-react-app.git",
"directory": "packages/confusing-browser-globals"
},
"keywords": [
"eslint",
"globals"
],
"files": [
"index.js"
],
"devDependencies": {
"jest": "26.6.0"
},
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
}