package.json 598 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "confusing-browser-globals",
  3. "version": "1.0.11",
  4. "description": "A list of browser globals that are often used by mistake instead of local variables",
  5. "license": "MIT",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "jest"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/facebook/create-react-app.git",
  13. "directory": "packages/confusing-browser-globals"
  14. },
  15. "keywords": [
  16. "eslint",
  17. "globals"
  18. ],
  19. "files": [
  20. "index.js"
  21. ],
  22. "devDependencies": {
  23. "jest": "^27.4.3"
  24. },
  25. "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
  26. }