package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "whatwg-fetch@^3.6.2",
  3. "_id": "whatwg-fetch@3.6.20",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
  6. "_location": "/whatwg-fetch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-fetch@^3.6.2",
  12. "name": "whatwg-fetch",
  13. "escapedName": "whatwg-fetch",
  14. "rawSpec": "^3.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
  22. "_shasum": "580ce6d791facec91d37c72890995a0b48d31c70",
  23. "_spec": "whatwg-fetch@^3.6.2",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
  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. "auto-changelog": "^2.4.0",
  34. "chai": "^4.1.2",
  35. "eslint": "^7.20.0",
  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. "version": "auto-changelog -p && git add CHANGELOG.md"
  72. },
  73. "version": "3.6.20"
  74. }