package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "whatwg-fetch@^3.4.1",
  3. "_id": "whatwg-fetch@3.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==",
  6. "_location": "/whatwg-fetch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-fetch@^3.4.1",
  12. "name": "whatwg-fetch",
  13. "escapedName": "whatwg-fetch",
  14. "rawSpec": "^3.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.4.1"
  17. },
  18. "_requiredBy": [
  19. "/react-app-polyfill"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  22. "_shasum": "dced24f37f2624ed0281725d51d0e2e3fe677f8c",
  23. "_spec": "whatwg-fetch@^3.4.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-app-polyfill",
  25. "bugs": {
  26. "url": "https://github.com/github/fetch/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A window.fetch polyfill.",
  31. "devDependencies": {
  32. "abortcontroller-polyfill": "^1.1.9",
  33. "chai": "^4.1.2",
  34. "eslint": "^7.20.0",
  35. "eslint-plugin-github": "^4.1.1",
  36. "karma": "^3.0.0",
  37. "karma-chai": "^0.1.0",
  38. "karma-chrome-launcher": "^2.2.0",
  39. "karma-detect-browsers": "^2.3.2",
  40. "karma-firefox-launcher": "^1.1.0",
  41. "karma-mocha": "^1.3.0",
  42. "karma-safari-launcher": "^1.0.0",
  43. "karma-safaritechpreview-launcher": "0.0.6",
  44. "mocha": "^4.0.1",
  45. "prettier": "^1.19.1",
  46. "promise-polyfill": "6.0.2",
  47. "rollup": "^0.59.1",
  48. "url-search-params": "0.6.1"
  49. },
  50. "files": [
  51. "LICENSE",
  52. "dist/fetch.umd.js",
  53. "dist/fetch.umd.js.flow",
  54. "fetch.js",
  55. "fetch.js.flow"
  56. ],
  57. "homepage": "https://github.com/github/fetch#readme",
  58. "license": "MIT",
  59. "main": "./dist/fetch.umd.js",
  60. "module": "./fetch.js",
  61. "name": "whatwg-fetch",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/github/fetch.git"
  65. },
  66. "scripts": {
  67. "karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",
  68. "prepare": "make dist/fetch.umd.js dist/fetch.umd.js.flow",
  69. "pretest": "make",
  70. "test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js"
  71. },
  72. "version": "3.6.2"
  73. }