{ "name": "confusing-browser-globals", "version": "1.0.2", "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": "facebook/create-react-app", "keywords": [ "eslint", "globals" ], "files": [ "index.js" ], "devDependencies": { "jest": "23.6.0" } }