node-fetch.dep.yml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ---
  2. name: node-fetch
  3. version: 2.6.7
  4. type: npm
  5. summary: A light-weight module that brings window.fetch to node.js
  6. homepage: https://github.com/bitinn/node-fetch
  7. license: mit
  8. licenses:
  9. - sources: LICENSE.md
  10. text: |+
  11. The MIT License (MIT)
  12. Copyright (c) 2016 David Frank
  13. Permission is hereby granted, free of charge, to any person obtaining a copy
  14. of this software and associated documentation files (the "Software"), to deal
  15. in the Software without restriction, including without limitation the rights
  16. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  17. copies of the Software, and to permit persons to whom the Software is
  18. furnished to do so, subject to the following conditions:
  19. The above copyright notice and this permission notice shall be included in all
  20. copies or substantial portions of the Software.
  21. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  22. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  23. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  24. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  25. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  26. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  27. SOFTWARE.
  28. - sources: README.md
  29. text: |-
  30. MIT
  31. [npm-image]: https://flat.badgen.net/npm/v/node-fetch
  32. [npm-url]: https://www.npmjs.com/package/node-fetch
  33. [travis-image]: https://flat.badgen.net/travis/bitinn/node-fetch
  34. [travis-url]: https://travis-ci.org/bitinn/node-fetch
  35. [codecov-image]: https://flat.badgen.net/codecov/c/github/bitinn/node-fetch/master
  36. [codecov-url]: https://codecov.io/gh/bitinn/node-fetch
  37. [install-size-image]: https://flat.badgen.net/packagephobia/install/node-fetch
  38. [install-size-url]: https://packagephobia.now.sh/result?p=node-fetch
  39. [discord-image]: https://img.shields.io/discord/619915844268326952?color=%237289DA&label=Discord&style=flat-square
  40. [discord-url]: https://discord.gg/Zxbndcm
  41. [opencollective-image]: https://opencollective.com/node-fetch/backers.svg
  42. [opencollective-url]: https://opencollective.com/node-fetch
  43. [whatwg-fetch]: https://fetch.spec.whatwg.org/
  44. [response-init]: https://fetch.spec.whatwg.org/#responseinit
  45. [node-readable]: https://nodejs.org/api/stream.html#stream_readable_streams
  46. [mdn-headers]: https://developer.mozilla.org/en-US/docs/Web/API/Headers
  47. [LIMITS.md]: https://github.com/bitinn/node-fetch/blob/master/LIMITS.md
  48. [ERROR-HANDLING.md]: https://github.com/bitinn/node-fetch/blob/master/ERROR-HANDLING.md
  49. [UPGRADE-GUIDE.md]: https://github.com/bitinn/node-fetch/blob/master/UPGRADE-GUIDE.md
  50. notices: []