package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "whatwg-fetch@3.6.18",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-fetch@3.6.18",
  10. "_id": "whatwg-fetch@3.6.18",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==",
  13. "_location": "/whatwg-fetch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-fetch@3.6.18",
  19. "name": "whatwg-fetch",
  20. "escapedName": "whatwg-fetch",
  21. "rawSpec": "3.6.18",
  22. "saveSpec": null,
  23. "fetchSpec": "3.6.18"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz",
  29. "_spec": "3.6.18",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "bugs": {
  32. "url": "https://github.com/github/fetch/issues"
  33. },
  34. "description": "A window.fetch polyfill.",
  35. "devDependencies": {
  36. "abortcontroller-polyfill": "^1.1.9",
  37. "auto-changelog": "^2.4.0",
  38. "chai": "^4.1.2",
  39. "eslint": "^7.20.0",
  40. "karma": "^3.0.0",
  41. "karma-chai": "^0.1.0",
  42. "karma-chrome-launcher": "^2.2.0",
  43. "karma-detect-browsers": "^2.3.2",
  44. "karma-firefox-launcher": "^1.1.0",
  45. "karma-mocha": "^1.3.0",
  46. "karma-safari-launcher": "^1.0.0",
  47. "karma-safaritechpreview-launcher": "0.0.6",
  48. "mocha": "^4.0.1",
  49. "prettier": "^1.19.1",
  50. "promise-polyfill": "6.0.2",
  51. "rollup": "^0.59.1",
  52. "url-search-params": "0.6.1"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "dist/fetch.umd.js",
  57. "dist/fetch.umd.js.flow",
  58. "fetch.js",
  59. "fetch.js.flow"
  60. ],
  61. "homepage": "https://github.com/github/fetch#readme",
  62. "license": "MIT",
  63. "main": "./dist/fetch.umd.js",
  64. "module": "./fetch.js",
  65. "name": "whatwg-fetch",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/github/fetch.git"
  69. },
  70. "scripts": {
  71. "karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",
  72. "prepare": "make dist/fetch.umd.js dist/fetch.umd.js.flow",
  73. "pretest": "make",
  74. "test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js",
  75. "version": "auto-changelog -p && git add CHANGELOG.md"
  76. },
  77. "version": "3.6.18"
  78. }