25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

77 lines
2.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "whatwg-fetch@3.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "whatwg-fetch@3.0.0",
  9. "_id": "whatwg-fetch@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==",
  12. "_location": "/whatwg-fetch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "whatwg-fetch@3.0.0",
  18. "name": "whatwg-fetch",
  19. "escapedName": "whatwg-fetch",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/isomorphic-fetch",
  26. "/react-app-polyfill"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "chai": "^4.1.2",
  38. "eslint": "^4.19.1",
  39. "eslint-plugin-github": "^1.0.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. "promise-polyfill": "6.0.2",
  50. "rollup": "^0.59.1",
  51. "url-search-params": "0.6.1"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "dist/fetch.umd.js",
  56. "dist/fetch.umd.js.flow",
  57. "fetch.js",
  58. "fetch.js.flow"
  59. ],
  60. "homepage": "https://github.com/github/fetch#readme",
  61. "license": "MIT",
  62. "main": "./dist/fetch.umd.js",
  63. "module": "./fetch.js",
  64. "name": "whatwg-fetch",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/github/fetch.git"
  68. },
  69. "scripts": {
  70. "karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",
  71. "prepare": "make dist/fetch.umd.js dist/fetch.umd.js.flow",
  72. "pretest": "make",
  73. "test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js"
  74. },
  75. "version": "3.0.0"
  76. }