package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "node-fetch-npm@^2.0.2",
  3. "_id": "node-fetch-npm@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==",
  6. "_location": "/node-fetch-npm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-fetch-npm@^2.0.2",
  12. "name": "node-fetch-npm",
  13. "escapedName": "node-fetch-npm",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/make-fetch-happen",
  20. "/npm-profile/make-fetch-happen",
  21. "/npm-registry-fetch/make-fetch-happen"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz",
  24. "_shasum": "7258c9046182dca345b4208eda918daf33697ff7",
  25. "_spec": "node-fetch-npm@^2.0.2",
  26. "_where": "/Users/rebecca/code/npm/node_modules/make-fetch-happen",
  27. "author": {
  28. "name": "David Frank"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/node-fetch-npm/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Rebecca Turner",
  37. "email": "me@re-becca.org"
  38. },
  39. {
  40. "name": "Kat Marchán",
  41. "email": "kzm@sykosomatic.org"
  42. }
  43. ],
  44. "dependencies": {
  45. "encoding": "^0.1.11",
  46. "json-parse-better-errors": "^1.0.0",
  47. "safe-buffer": "^5.1.1"
  48. },
  49. "deprecated": false,
  50. "description": "An npm cli-oriented fork of the excellent node-fetch",
  51. "devDependencies": {
  52. "chai": "^3.5.0",
  53. "chai-as-promised": "^6.0.0",
  54. "chai-iterator": "^1.1.1",
  55. "chai-string": "^1.4.0",
  56. "codecov": "^1.0.1",
  57. "cross-env": "^3.1.4",
  58. "form-data": "^2.2.0",
  59. "is-builtin-module": "^1.0.0",
  60. "mocha": "^3.5.0",
  61. "nyc": "^10.3.2",
  62. "parted": "^0.1.1",
  63. "promise": "^7.3.1",
  64. "resumer": "0.0.0",
  65. "standard": "^10.0.3",
  66. "standard-version": "^4.2.0",
  67. "weallbehave": "^1.2.0",
  68. "weallcontribute": "^1.0.8",
  69. "whatwg-url": "^4.8.0"
  70. },
  71. "engines": {
  72. "node": ">=4"
  73. },
  74. "files": [
  75. "src/*.js"
  76. ],
  77. "homepage": "https://github.com/npm/node-fetch-npm",
  78. "keywords": [
  79. "fetch",
  80. "http",
  81. "promise"
  82. ],
  83. "license": "MIT",
  84. "main": "src/index.js",
  85. "name": "node-fetch-npm",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/npm/node-fetch-npm.git"
  89. },
  90. "scripts": {
  91. "coverage": "nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
  92. "postrelease": "npm publish && git push --follow-tags",
  93. "prerelease": "npm t",
  94. "pretest": "standard src/*",
  95. "release": "standard-version -s",
  96. "report": "nyc --reporter lcov --reporter text mocha -R spec test/test.js",
  97. "test": "mocha test/test.js",
  98. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  99. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  100. },
  101. "version": "2.0.2"
  102. }