package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "undici-types@~7.18.0",
  3. "_id": "undici-types@7.18.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
  6. "_location": "/undici-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "undici-types@~7.18.0",
  12. "name": "undici-types",
  13. "escapedName": "undici-types",
  14. "rawSpec": "~7.18.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~7.18.0"
  17. },
  18. "_requiredBy": [
  19. "/@types/node"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.18.2.tgz",
  22. "_shasum": "29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9",
  23. "_spec": "undici-types@~7.18.0",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@types\\node",
  25. "bugs": {
  26. "url": "https://github.com/nodejs/undici/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Daniele Belardi",
  32. "url": "https://github.com/dnlup"
  33. },
  34. {
  35. "name": "Ethan Arrowood",
  36. "url": "https://github.com/ethan-arrowood"
  37. },
  38. {
  39. "name": "Matteo Collina",
  40. "url": "https://github.com/mcollina"
  41. },
  42. {
  43. "name": "Matthew Aitken",
  44. "url": "https://github.com/KhafraDev"
  45. },
  46. {
  47. "name": "Robert Nagy",
  48. "url": "https://github.com/ronag"
  49. },
  50. {
  51. "name": "Szymon Marczak",
  52. "url": "https://github.com/szmarczak"
  53. },
  54. {
  55. "name": "Tomas Della Vedova",
  56. "url": "https://github.com/delvedor"
  57. }
  58. ],
  59. "deprecated": false,
  60. "description": "A stand-alone types package for Undici",
  61. "files": [
  62. "*.d.ts"
  63. ],
  64. "homepage": "https://undici.nodejs.org",
  65. "license": "MIT",
  66. "name": "undici-types",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/nodejs/undici.git"
  70. },
  71. "types": "index.d.ts",
  72. "version": "7.18.2"
  73. }