Gonna be a Linux-focused launcher at some point, just some scripts for now.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package-lock.json 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "download_rc2",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "node-fetch": "^3.3.0"
  9. }
  10. },
  11. "node_modules/data-uri-to-buffer": {
  12. "version": "4.0.1",
  13. "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
  14. "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
  15. "engines": {
  16. "node": ">= 12"
  17. }
  18. },
  19. "node_modules/fetch-blob": {
  20. "version": "3.2.0",
  21. "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
  22. "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
  23. "funding": [
  24. {
  25. "type": "github",
  26. "url": "https://github.com/sponsors/jimmywarting"
  27. },
  28. {
  29. "type": "paypal",
  30. "url": "https://paypal.me/jimmywarting"
  31. }
  32. ],
  33. "dependencies": {
  34. "node-domexception": "^1.0.0",
  35. "web-streams-polyfill": "^3.0.3"
  36. },
  37. "engines": {
  38. "node": "^12.20 || >= 14.13"
  39. }
  40. },
  41. "node_modules/formdata-polyfill": {
  42. "version": "4.0.10",
  43. "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
  44. "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
  45. "dependencies": {
  46. "fetch-blob": "^3.1.2"
  47. },
  48. "engines": {
  49. "node": ">=12.20.0"
  50. }
  51. },
  52. "node_modules/node-domexception": {
  53. "version": "1.0.0",
  54. "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
  55. "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
  56. "funding": [
  57. {
  58. "type": "github",
  59. "url": "https://github.com/sponsors/jimmywarting"
  60. },
  61. {
  62. "type": "github",
  63. "url": "https://paypal.me/jimmywarting"
  64. }
  65. ],
  66. "engines": {
  67. "node": ">=10.5.0"
  68. }
  69. },
  70. "node_modules/node-fetch": {
  71. "version": "3.3.0",
  72. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
  73. "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
  74. "dependencies": {
  75. "data-uri-to-buffer": "^4.0.0",
  76. "fetch-blob": "^3.1.4",
  77. "formdata-polyfill": "^4.0.10"
  78. },
  79. "engines": {
  80. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  81. },
  82. "funding": {
  83. "type": "opencollective",
  84. "url": "https://opencollective.com/node-fetch"
  85. }
  86. },
  87. "node_modules/web-streams-polyfill": {
  88. "version": "3.2.1",
  89. "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
  90. "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
  91. "engines": {
  92. "node": ">= 8"
  93. }
  94. }
  95. },
  96. "dependencies": {
  97. "data-uri-to-buffer": {
  98. "version": "4.0.1",
  99. "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
  100. "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A=="
  101. },
  102. "fetch-blob": {
  103. "version": "3.2.0",
  104. "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
  105. "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
  106. "requires": {
  107. "node-domexception": "^1.0.0",
  108. "web-streams-polyfill": "^3.0.3"
  109. }
  110. },
  111. "formdata-polyfill": {
  112. "version": "4.0.10",
  113. "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
  114. "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
  115. "requires": {
  116. "fetch-blob": "^3.1.2"
  117. }
  118. },
  119. "node-domexception": {
  120. "version": "1.0.0",
  121. "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
  122. "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
  123. },
  124. "node-fetch": {
  125. "version": "3.3.0",
  126. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
  127. "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
  128. "requires": {
  129. "data-uri-to-buffer": "^4.0.0",
  130. "fetch-blob": "^3.1.4",
  131. "formdata-polyfill": "^4.0.10"
  132. }
  133. },
  134. "web-streams-polyfill": {
  135. "version": "3.2.1",
  136. "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
  137. "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q=="
  138. }
  139. }
  140. }