package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "confusing-browser-globals@^1.0.10",
  3. "_id": "confusing-browser-globals@1.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==",
  6. "_location": "/confusing-browser-globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "confusing-browser-globals@^1.0.10",
  12. "name": "confusing-browser-globals",
  13. "escapedName": "confusing-browser-globals",
  14. "rawSpec": "^1.0.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.10"
  17. },
  18. "_requiredBy": [
  19. "/eslint-config-react-app"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz",
  22. "_shasum": "30d1e7f3d1b882b25ec4933d1d1adac353d20a59",
  23. "_spec": "confusing-browser-globals@^1.0.10",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-config-react-app",
  25. "bugs": {
  26. "url": "https://github.com/facebook/create-react-app/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A list of browser globals that are often used by mistake instead of local variables",
  31. "devDependencies": {
  32. "jest": "26.6.0"
  33. },
  34. "files": [
  35. "index.js"
  36. ],
  37. "gitHead": "ed958938f642007645dd5ac3466db36202f8754e",
  38. "homepage": "https://github.com/facebook/create-react-app#readme",
  39. "keywords": [
  40. "eslint",
  41. "globals"
  42. ],
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "confusing-browser-globals",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/facebook/create-react-app.git",
  49. "directory": "packages/confusing-browser-globals"
  50. },
  51. "scripts": {
  52. "test": "jest"
  53. },
  54. "version": "1.0.10"
  55. }