package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "react-app-polyfill@^2.0.0",
  3. "_id": "react-app-polyfill@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==",
  6. "_location": "/react-app-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "react-app-polyfill@^2.0.0",
  12. "name": "react-app-polyfill",
  13. "escapedName": "react-app-polyfill",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz",
  22. "_shasum": "a0bea50f078b8a082970a9d853dc34b6dcc6a3cf",
  23. "_spec": "react-app-polyfill@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "bugs": {
  26. "url": "https://github.com/facebook/create-react-app/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "core-js": "^3.6.5",
  31. "object-assign": "^4.1.1",
  32. "promise": "^8.1.0",
  33. "raf": "^3.4.1",
  34. "regenerator-runtime": "^0.13.7",
  35. "whatwg-fetch": "^3.4.1"
  36. },
  37. "deprecated": false,
  38. "description": "Polyfills for various browsers including commonly used language features",
  39. "engines": {
  40. "node": ">=10"
  41. },
  42. "files": [
  43. "ie9.js",
  44. "ie11.js",
  45. "jsdom.js",
  46. "stable.js"
  47. ],
  48. "gitHead": "ed958938f642007645dd5ac3466db36202f8754e",
  49. "homepage": "https://github.com/facebook/create-react-app#readme",
  50. "license": "MIT",
  51. "name": "react-app-polyfill",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/facebook/create-react-app.git",
  55. "directory": "packages/react-app-polyfill"
  56. },
  57. "version": "2.0.0"
  58. }