forked from lix-project/lix-website
27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"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"
|
|
}
|