package-lock.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "test",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "node-fetch": "^2.6.7",
  9. "ws": "^8.17.1"
  10. }
  11. },
  12. "node_modules/node-fetch": {
  13. "version": "2.6.7",
  14. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  15. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  16. "dependencies": {
  17. "whatwg-url": "^5.0.0"
  18. },
  19. "engines": {
  20. "node": "4.x || >=6.0.0"
  21. },
  22. "peerDependencies": {
  23. "encoding": "^0.1.0"
  24. },
  25. "peerDependenciesMeta": {
  26. "encoding": {
  27. "optional": true
  28. }
  29. }
  30. },
  31. "node_modules/tr46": {
  32. "version": "0.0.3",
  33. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  34. "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
  35. },
  36. "node_modules/webidl-conversions": {
  37. "version": "3.0.1",
  38. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  39. "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
  40. },
  41. "node_modules/whatwg-url": {
  42. "version": "5.0.0",
  43. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  44. "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
  45. "dependencies": {
  46. "tr46": "~0.0.3",
  47. "webidl-conversions": "^3.0.0"
  48. }
  49. },
  50. "node_modules/ws": {
  51. "version": "8.17.1",
  52. "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
  53. "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
  54. "engines": {
  55. "node": ">=10.0.0"
  56. },
  57. "peerDependencies": {
  58. "bufferutil": "^4.0.1",
  59. "utf-8-validate": ">=5.0.2"
  60. },
  61. "peerDependenciesMeta": {
  62. "bufferutil": {
  63. "optional": true
  64. },
  65. "utf-8-validate": {
  66. "optional": true
  67. }
  68. }
  69. }
  70. },
  71. "dependencies": {
  72. "node-fetch": {
  73. "version": "2.6.7",
  74. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  75. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  76. "requires": {
  77. "whatwg-url": "^5.0.0"
  78. }
  79. },
  80. "tr46": {
  81. "version": "0.0.3",
  82. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  83. "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
  84. },
  85. "webidl-conversions": {
  86. "version": "3.0.1",
  87. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  88. "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
  89. },
  90. "whatwg-url": {
  91. "version": "5.0.0",
  92. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  93. "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
  94. "requires": {
  95. "tr46": "~0.0.3",
  96. "webidl-conversions": "^3.0.0"
  97. }
  98. },
  99. "ws": {
  100. "version": "8.17.1",
  101. "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
  102. "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
  103. "requires": {}
  104. }
  105. }
  106. }