package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "node-fetch@^2.6.7",
  3. "_id": "node-fetch@2.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  6. "_location": "/node-fetch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-fetch@^2.6.7",
  12. "name": "node-fetch",
  13. "escapedName": "node-fetch",
  14. "rawSpec": "^2.6.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.7"
  17. },
  18. "_requiredBy": [
  19. "/@microsoft/signalr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  22. "_shasum": "d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d",
  23. "_spec": "node-fetch@^2.6.7",
  24. "_where": "D:\\project\\czzn-app\\node_modules\\@microsoft\\signalr",
  25. "author": {
  26. "name": "David Frank"
  27. },
  28. "browser": "./browser.js",
  29. "bugs": {
  30. "url": "https://github.com/bitinn/node-fetch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "whatwg-url": "^5.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "A light-weight module that brings window.fetch to node.js",
  38. "devDependencies": {
  39. "@ungap/url-search-params": "^0.1.2",
  40. "abort-controller": "^1.1.0",
  41. "abortcontroller-polyfill": "^1.3.0",
  42. "babel-core": "^6.26.3",
  43. "babel-plugin-istanbul": "^4.1.6",
  44. "babel-plugin-transform-async-generator-functions": "^6.24.1",
  45. "babel-polyfill": "^6.26.0",
  46. "babel-preset-env": "1.4.0",
  47. "babel-register": "^6.16.3",
  48. "chai": "^3.5.0",
  49. "chai-as-promised": "^7.1.1",
  50. "chai-iterator": "^1.1.1",
  51. "chai-string": "~1.3.0",
  52. "codecov": "3.3.0",
  53. "cross-env": "^5.2.0",
  54. "form-data": "^2.3.3",
  55. "is-builtin-module": "^1.0.0",
  56. "mocha": "^5.0.0",
  57. "nyc": "11.9.0",
  58. "parted": "^0.1.1",
  59. "promise": "^8.0.3",
  60. "resumer": "0.0.0",
  61. "rollup": "^0.63.4",
  62. "rollup-plugin-babel": "^3.0.7",
  63. "string-to-arraybuffer": "^1.0.2",
  64. "teeny-request": "3.7.0"
  65. },
  66. "engines": {
  67. "node": "4.x || >=6.0.0"
  68. },
  69. "files": [
  70. "lib/index.js",
  71. "lib/index.mjs",
  72. "lib/index.es.js",
  73. "browser.js"
  74. ],
  75. "homepage": "https://github.com/bitinn/node-fetch",
  76. "keywords": [
  77. "fetch",
  78. "http",
  79. "promise"
  80. ],
  81. "license": "MIT",
  82. "main": "lib/index.js",
  83. "module": "lib/index.mjs",
  84. "name": "node-fetch",
  85. "peerDependencies": {
  86. "encoding": "^0.1.0"
  87. },
  88. "peerDependenciesMeta": {
  89. "encoding": {
  90. "optional": true
  91. }
  92. },
  93. "release": {
  94. "branches": [
  95. "+([0-9]).x",
  96. "main",
  97. "next",
  98. {
  99. "name": "beta",
  100. "prerelease": true
  101. }
  102. ]
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/bitinn/node-fetch.git"
  107. },
  108. "scripts": {
  109. "build": "cross-env BABEL_ENV=rollup rollup -c",
  110. "coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
  111. "prepare": "npm run build",
  112. "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
  113. "test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js"
  114. },
  115. "version": "2.7.0"
  116. }