package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "minipass-fetch@^1.3.2",
  3. "_id": "minipass-fetch@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
  6. "_location": "/minipass-fetch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass-fetch@^1.3.2",
  12. "name": "minipass-fetch",
  13. "escapedName": "minipass-fetch",
  14. "rawSpec": "^1.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.2"
  17. },
  18. "_requiredBy": [
  19. "/make-fetch-happen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
  22. "_shasum": "d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6",
  23. "_spec": "minipass-fetch@^1.3.2",
  24. "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
  25. "bugs": {
  26. "url": "https://github.com/npm/minipass-fetch/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "encoding": "^0.1.12",
  31. "minipass": "^3.1.0",
  32. "minipass-sized": "^1.0.3",
  33. "minizlib": "^2.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "An implementation of window.fetch in Node.js using Minipass streams",
  37. "devDependencies": {
  38. "@ungap/url-search-params": "^0.1.2",
  39. "abort-controller": "^3.0.0",
  40. "abortcontroller-polyfill": "~1.3.0",
  41. "form-data": "^2.5.1",
  42. "parted": "^0.1.1",
  43. "string-to-arraybuffer": "^1.0.2",
  44. "tap": "^15.0.9",
  45. "whatwg-url": "^7.0.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "lib/*.js"
  53. ],
  54. "homepage": "https://github.com/npm/minipass-fetch#readme",
  55. "keywords": [
  56. "fetch",
  57. "minipass",
  58. "node-fetch",
  59. "window.fetch"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/index.js",
  63. "name": "minipass-fetch",
  64. "optionalDependencies": {
  65. "encoding": "^0.1.12"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/npm/minipass-fetch.git"
  70. },
  71. "scripts": {
  72. "postpublish": "git push origin --follow-tags",
  73. "postversion": "npm publish",
  74. "preversion": "npm test",
  75. "snap": "tap",
  76. "test": "tap"
  77. },
  78. "tap": {
  79. "coverage-map": "map.js",
  80. "check-coverage": true
  81. },
  82. "version": "1.4.1"
  83. }