You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
598 B
27 lines
598 B
1 year ago
|
{
|
||
|
"name": "confusing-browser-globals",
|
||
|
"version": "1.0.11",
|
||
|
"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": "^27.4.3"
|
||
|
},
|
||
|
"gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
|
||
|
}
|