content-type.dep.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ---
  2. name: content-type
  3. version: 2.0.0
  4. type: npm
  5. summary: Create and parse HTTP Content-Type header
  6. homepage:
  7. license: mit
  8. licenses:
  9. - sources: LICENSE
  10. text: |
  11. (The MIT License)
  12. Copyright (c) 2015 Douglas Christopher Wilson
  13. Permission is hereby granted, free of charge, to any person obtaining
  14. a copy of this software and associated documentation files (the
  15. 'Software'), to deal in the Software without restriction, including
  16. without limitation the rights to use, copy, modify, merge, publish,
  17. distribute, sublicense, and/or sell copies of the Software, and to
  18. permit persons to whom the Software is furnished to do so, subject to
  19. the following conditions:
  20. The above copyright notice and this permission notice shall be
  21. included in all copies or substantial portions of the Software.
  22. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  23. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  24. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  25. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  26. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  27. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  28. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  29. - sources: README.md
  30. text: |-
  31. [MIT](LICENSE)
  32. [npm-image]: https://img.shields.io/npm/v/content-type
  33. [npm-url]: https://npmjs.org/package/content-type
  34. [downloads-image]: https://img.shields.io/npm/dm/content-type
  35. [downloads-url]: https://npmjs.org/package/content-type
  36. [build-image]: https://img.shields.io/github/actions/workflow/status/jshttp/content-type/ci.yml?branch=master
  37. [build-url]: https://github.com/jshttp/content-type/actions/workflows/ci.yml?query=branch%3Amaster
  38. [coverage-image]: https://img.shields.io/codecov/c/gh/jshttp/content-type
  39. [coverage-url]: https://codecov.io/gh/jshttp/content-type
  40. [license-image]: http://img.shields.io/npm/l/content-type.svg?style=flat
  41. [license-url]: LICENSE
  42. notices: []