27 lines
596 B
JSON
27 lines
596 B
JSON
{
|
|
"name": "confusing-browser-globals",
|
|
"version": "1.0.9",
|
|
"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": "24.9.0"
|
|
},
|
|
"gitHead": "a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3"
|
|
}
|