You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "node-fetch@1.7.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "node-fetch@1.7.3",
  9. "_id": "node-fetch@1.7.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
  12. "_location": "/node-fetch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-fetch@1.7.3",
  18. "name": "node-fetch",
  19. "escapedName": "node-fetch",
  20. "rawSpec": "1.7.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.7.3"
  23. },
  24. "_requiredBy": [
  25. "/isomorphic-fetch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
  28. "_spec": "1.7.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "David Frank"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/bitinn/node-fetch/issues"
  35. },
  36. "dependencies": {
  37. "encoding": "^0.1.11",
  38. "is-stream": "^1.0.1"
  39. },
  40. "description": "A light-weight module that brings window.fetch to node.js and io.js",
  41. "devDependencies": {
  42. "bluebird": "^3.3.4",
  43. "chai": "^3.5.0",
  44. "chai-as-promised": "^5.2.0",
  45. "codecov": "^1.0.1",
  46. "form-data": ">=1.0.0",
  47. "istanbul": "^0.4.2",
  48. "mocha": "^2.1.0",
  49. "parted": "^0.1.1",
  50. "promise": "^7.1.1",
  51. "resumer": "0.0.0"
  52. },
  53. "homepage": "https://github.com/bitinn/node-fetch",
  54. "keywords": [
  55. "fetch",
  56. "http",
  57. "promise"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "node-fetch",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/bitinn/node-fetch.git"
  65. },
  66. "scripts": {
  67. "coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov",
  68. "report": "istanbul cover _mocha -- -R spec test/test.js",
  69. "test": "mocha test/test.js"
  70. },
  71. "version": "1.7.3"
  72. }