package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "undici-types",
  3. "version": "5.26.5",
  4. "description": "A stand-alone types package for Undici",
  5. "homepage": "https://undici.nodejs.org",
  6. "bugs": {
  7. "url": "https://github.com/nodejs/undici/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/nodejs/undici.git"
  12. },
  13. "license": "MIT",
  14. "types": "index.d.ts",
  15. "files": [
  16. "*.d.ts"
  17. ],
  18. "contributors": [
  19. {
  20. "name": "Daniele Belardi",
  21. "url": "https://github.com/dnlup",
  22. "author": true
  23. },
  24. {
  25. "name": "Ethan Arrowood",
  26. "url": "https://github.com/ethan-arrowood",
  27. "author": true
  28. },
  29. {
  30. "name": "Matteo Collina",
  31. "url": "https://github.com/mcollina",
  32. "author": true
  33. },
  34. {
  35. "name": "Matthew Aitken",
  36. "url": "https://github.com/KhafraDev",
  37. "author": true
  38. },
  39. {
  40. "name": "Robert Nagy",
  41. "url": "https://github.com/ronag",
  42. "author": true
  43. },
  44. {
  45. "name": "Szymon Marczak",
  46. "url": "https://github.com/szmarczak",
  47. "author": true
  48. },
  49. {
  50. "name": "Tomas Della Vedova",
  51. "url": "https://github.com/delvedor",
  52. "author": true
  53. }
  54. ]
  55. }