pokeedex 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,1548 +0,0 @@
1
- microsoft/playwright-core
2
-
3
- THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4
-
5
- This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
6
-
7
- - @types/node@17.0.24 (https://github.com/DefinitelyTyped/DefinitelyTyped)
8
- - @types/yauzl@2.10.0 (https://github.com/DefinitelyTyped/DefinitelyTyped)
9
- - agent-base@6.0.2 (https://github.com/TooTallNate/node-agent-base)
10
- - balanced-match@1.0.2 (https://github.com/juliangruber/balanced-match)
11
- - brace-expansion@1.1.11 (https://github.com/juliangruber/brace-expansion)
12
- - buffer-crc32@0.2.13 (https://github.com/brianloveswords/buffer-crc32)
13
- - codemirror-shadow-1@0.0.1 (https://github.com/codemirror/CodeMirror)
14
- - colors@1.4.0 (https://github.com/Marak/colors.js)
15
- - commander@8.3.0 (https://github.com/tj/commander.js)
16
- - concat-map@0.0.1 (https://github.com/substack/node-concat-map)
17
- - debug@4.3.4 (https://github.com/debug-js/debug)
18
- - define-lazy-prop@2.0.0 (https://github.com/sindresorhus/define-lazy-prop)
19
- - dotenv@16.4.5 (https://github.com/motdotla/dotenv)
20
- - end-of-stream@1.4.4 (https://github.com/mafintosh/end-of-stream)
21
- - escape-string-regexp@2.0.0 (https://github.com/sindresorhus/escape-string-regexp)
22
- - extract-zip@2.0.1 (https://github.com/maxogden/extract-zip)
23
- - fd-slicer@1.1.0 (https://github.com/andrewrk/node-fd-slicer)
24
- - get-stream@5.2.0 (https://github.com/sindresorhus/get-stream)
25
- - graceful-fs@4.2.10 (https://github.com/isaacs/node-graceful-fs)
26
- - https-proxy-agent@5.0.0 (https://github.com/TooTallNate/node-https-proxy-agent)
27
- - ip-address@9.0.5 (https://github.com/beaugunderson/ip-address)
28
- - is-docker@2.2.1 (https://github.com/sindresorhus/is-docker)
29
- - is-wsl@2.2.0 (https://github.com/sindresorhus/is-wsl)
30
- - jpeg-js@0.4.4 (https://github.com/eugeneware/jpeg-js)
31
- - jsbn@1.1.0 (https://github.com/andyperlitch/jsbn)
32
- - mime@3.0.0 (https://github.com/broofa/mime)
33
- - minimatch@3.1.2 (https://github.com/isaacs/minimatch)
34
- - ms@2.1.2 (https://github.com/zeit/ms)
35
- - once@1.4.0 (https://github.com/isaacs/once)
36
- - open@8.4.0 (https://github.com/sindresorhus/open)
37
- - pend@1.2.0 (https://github.com/andrewrk/node-pend)
38
- - pngjs@6.0.0 (https://github.com/lukeapage/pngjs)
39
- - progress@2.0.3 (https://github.com/visionmedia/node-progress)
40
- - proxy-from-env@1.1.0 (https://github.com/Rob--W/proxy-from-env)
41
- - pump@3.0.0 (https://github.com/mafintosh/pump)
42
- - retry@0.12.0 (https://github.com/tim-kos/node-retry)
43
- - signal-exit@3.0.7 (https://github.com/tapjs/signal-exit)
44
- - smart-buffer@4.2.0 (https://github.com/JoshGlazebrook/smart-buffer)
45
- - socks-proxy-agent@6.1.1 (https://github.com/TooTallNate/node-socks-proxy-agent)
46
- - socks@2.8.3 (https://github.com/JoshGlazebrook/socks)
47
- - sprintf-js@1.1.3 (https://github.com/alexei/sprintf.js)
48
- - stack-utils@2.0.5 (https://github.com/tapjs/stack-utils)
49
- - wrappy@1.0.2 (https://github.com/npm/wrappy)
50
- - ws@8.17.1 (https://github.com/websockets/ws)
51
- - yauzl@2.10.0 (https://github.com/thejoshwolfe/yauzl)
52
- - yazl@2.5.1 (https://github.com/thejoshwolfe/yazl)
53
-
54
- %% @types/node@17.0.24 NOTICES AND INFORMATION BEGIN HERE
55
- =========================================
56
- MIT License
57
-
58
- Copyright (c) Microsoft Corporation.
59
-
60
- Permission is hereby granted, free of charge, to any person obtaining a copy
61
- of this software and associated documentation files (the "Software"), to deal
62
- in the Software without restriction, including without limitation the rights
63
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64
- copies of the Software, and to permit persons to whom the Software is
65
- furnished to do so, subject to the following conditions:
66
-
67
- The above copyright notice and this permission notice shall be included in all
68
- copies or substantial portions of the Software.
69
-
70
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
- SOFTWARE
77
- =========================================
78
- END OF @types/node@17.0.24 AND INFORMATION
79
-
80
- %% @types/yauzl@2.10.0 NOTICES AND INFORMATION BEGIN HERE
81
- =========================================
82
- MIT License
83
-
84
- Copyright (c) Microsoft Corporation.
85
-
86
- Permission is hereby granted, free of charge, to any person obtaining a copy
87
- of this software and associated documentation files (the "Software"), to deal
88
- in the Software without restriction, including without limitation the rights
89
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90
- copies of the Software, and to permit persons to whom the Software is
91
- furnished to do so, subject to the following conditions:
92
-
93
- The above copyright notice and this permission notice shall be included in all
94
- copies or substantial portions of the Software.
95
-
96
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
102
- SOFTWARE
103
- =========================================
104
- END OF @types/yauzl@2.10.0 AND INFORMATION
105
-
106
- %% agent-base@6.0.2 NOTICES AND INFORMATION BEGIN HERE
107
- =========================================
108
- agent-base
109
- ==========
110
- ### Turn a function into an [`http.Agent`][http.Agent] instance
111
- [![Build Status](https://github.com/TooTallNate/node-agent-base/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-agent-base/actions?workflow=Node+CI)
112
-
113
- This module provides an `http.Agent` generator. That is, you pass it an async
114
- callback function, and it returns a new `http.Agent` instance that will invoke the
115
- given callback function when sending outbound HTTP requests.
116
-
117
- #### Some subclasses:
118
-
119
- Here's some more interesting uses of `agent-base`.
120
- Send a pull request to list yours!
121
-
122
- * [`http-proxy-agent`][http-proxy-agent]: An HTTP(s) proxy `http.Agent` implementation for HTTP endpoints
123
- * [`https-proxy-agent`][https-proxy-agent]: An HTTP(s) proxy `http.Agent` implementation for HTTPS endpoints
124
- * [`pac-proxy-agent`][pac-proxy-agent]: A PAC file proxy `http.Agent` implementation for HTTP and HTTPS
125
- * [`socks-proxy-agent`][socks-proxy-agent]: A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
126
-
127
-
128
- Installation
129
- ------------
130
-
131
- Install with `npm`:
132
-
133
- ``` bash
134
- $ npm install agent-base
135
- ```
136
-
137
-
138
- Example
139
- -------
140
-
141
- Here's a minimal example that creates a new `net.Socket` connection to the server
142
- for every HTTP request (i.e. the equivalent of `agent: false` option):
143
-
144
- ```js
145
- var net = require('net');
146
- var tls = require('tls');
147
- var url = require('url');
148
- var http = require('http');
149
- var agent = require('agent-base');
150
-
151
- var endpoint = 'http://nodejs.org/api/';
152
- var parsed = url.parse(endpoint);
153
-
154
- // This is the important part!
155
- parsed.agent = agent(function (req, opts) {
156
- var socket;
157
- // `secureEndpoint` is true when using the https module
158
- if (opts.secureEndpoint) {
159
- socket = tls.connect(opts);
160
- } else {
161
- socket = net.connect(opts);
162
- }
163
- return socket;
164
- });
165
-
166
- // Everything else works just like normal...
167
- http.get(parsed, function (res) {
168
- console.log('"response" event!', res.headers);
169
- res.pipe(process.stdout);
170
- });
171
- ```
172
-
173
- Returning a Promise or using an `async` function is also supported:
174
-
175
- ```js
176
- agent(async function (req, opts) {
177
- await sleep(1000);
178
- // etc…
179
- });
180
- ```
181
-
182
- Return another `http.Agent` instance to "pass through" the responsibility
183
- for that HTTP request to that agent:
184
-
185
- ```js
186
- agent(function (req, opts) {
187
- return opts.secureEndpoint ? https.globalAgent : http.globalAgent;
188
- });
189
- ```
190
-
191
-
192
- API
193
- ---
194
-
195
- ## Agent(Function callback[, Object options]) → [http.Agent][]
196
-
197
- Creates a base `http.Agent` that will execute the callback function `callback`
198
- for every HTTP request that it is used as the `agent` for. The callback function
199
- is responsible for creating a `stream.Duplex` instance of some kind that will be
200
- used as the underlying socket in the HTTP request.
201
-
202
- The `options` object accepts the following properties:
203
-
204
- * `timeout` - Number - Timeout for the `callback()` function in milliseconds. Defaults to Infinity (optional).
205
-
206
- The callback function should have the following signature:
207
-
208
- ### callback(http.ClientRequest req, Object options, Function cb) → undefined
209
-
210
- The ClientRequest `req` can be accessed to read request headers and
211
- and the path, etc. The `options` object contains the options passed
212
- to the `http.request()`/`https.request()` function call, and is formatted
213
- to be directly passed to `net.connect()`/`tls.connect()`, or however
214
- else you want a Socket to be created. Pass the created socket to
215
- the callback function `cb` once created, and the HTTP request will
216
- continue to proceed.
217
-
218
- If the `https` module is used to invoke the HTTP request, then the
219
- `secureEndpoint` property on `options` _will be set to `true`_.
220
-
221
-
222
- License
223
- -------
224
-
225
- (The MIT License)
226
-
227
- Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
228
-
229
- Permission is hereby granted, free of charge, to any person obtaining
230
- a copy of this software and associated documentation files (the
231
- 'Software'), to deal in the Software without restriction, including
232
- without limitation the rights to use, copy, modify, merge, publish,
233
- distribute, sublicense, and/or sell copies of the Software, and to
234
- permit persons to whom the Software is furnished to do so, subject to
235
- the following conditions:
236
-
237
- The above copyright notice and this permission notice shall be
238
- included in all copies or substantial portions of the Software.
239
-
240
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
241
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
242
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
243
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
244
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
245
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
246
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
247
-
248
- [http-proxy-agent]: https://github.com/TooTallNate/node-http-proxy-agent
249
- [https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent
250
- [pac-proxy-agent]: https://github.com/TooTallNate/node-pac-proxy-agent
251
- [socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent
252
- [http.Agent]: https://nodejs.org/api/http.html#http_class_http_agent
253
- =========================================
254
- END OF agent-base@6.0.2 AND INFORMATION
255
-
256
- %% balanced-match@1.0.2 NOTICES AND INFORMATION BEGIN HERE
257
- =========================================
258
- (MIT)
259
-
260
- Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
261
-
262
- Permission is hereby granted, free of charge, to any person obtaining a copy of
263
- this software and associated documentation files (the "Software"), to deal in
264
- the Software without restriction, including without limitation the rights to
265
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
266
- of the Software, and to permit persons to whom the Software is furnished to do
267
- so, subject to the following conditions:
268
-
269
- The above copyright notice and this permission notice shall be included in all
270
- copies or substantial portions of the Software.
271
-
272
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
273
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
274
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
275
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
276
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
277
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
278
- SOFTWARE.
279
- =========================================
280
- END OF balanced-match@1.0.2 AND INFORMATION
281
-
282
- %% brace-expansion@1.1.11 NOTICES AND INFORMATION BEGIN HERE
283
- =========================================
284
- MIT License
285
-
286
- Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
287
-
288
- Permission is hereby granted, free of charge, to any person obtaining a copy
289
- of this software and associated documentation files (the "Software"), to deal
290
- in the Software without restriction, including without limitation the rights
291
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
292
- copies of the Software, and to permit persons to whom the Software is
293
- furnished to do so, subject to the following conditions:
294
-
295
- The above copyright notice and this permission notice shall be included in all
296
- copies or substantial portions of the Software.
297
-
298
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
299
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
300
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
301
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
302
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
303
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
304
- SOFTWARE.
305
- =========================================
306
- END OF brace-expansion@1.1.11 AND INFORMATION
307
-
308
- %% buffer-crc32@0.2.13 NOTICES AND INFORMATION BEGIN HERE
309
- =========================================
310
- The MIT License
311
-
312
- Copyright (c) 2013 Brian J. Brennan
313
-
314
- Permission is hereby granted, free of charge, to any person obtaining a copy
315
- of this software and associated documentation files (the "Software"), to deal in
316
- the Software without restriction, including without limitation the rights to use,
317
- copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
318
- Software, and to permit persons to whom the Software is furnished to do so,
319
- subject to the following conditions:
320
-
321
- The above copyright notice and this permission notice shall be included in all
322
- copies or substantial portions of the Software.
323
-
324
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
325
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
326
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
327
- FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
328
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
329
- =========================================
330
- END OF buffer-crc32@0.2.13 AND INFORMATION
331
-
332
- %% codemirror-shadow-1@0.0.1 NOTICES AND INFORMATION BEGIN HERE
333
- =========================================
334
- MIT License
335
-
336
- Copyright (C) 2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
337
-
338
- Permission is hereby granted, free of charge, to any person obtaining a copy
339
- of this software and associated documentation files (the "Software"), to deal
340
- in the Software without restriction, including without limitation the rights
341
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
342
- copies of the Software, and to permit persons to whom the Software is
343
- furnished to do so, subject to the following conditions:
344
-
345
- The above copyright notice and this permission notice shall be included in
346
- all copies or substantial portions of the Software.
347
-
348
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
349
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
350
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
351
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
352
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
353
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
354
- THE SOFTWARE.
355
- =========================================
356
- END OF codemirror-shadow-1@0.0.1 AND INFORMATION
357
-
358
- %% colors@1.4.0 NOTICES AND INFORMATION BEGIN HERE
359
- =========================================
360
- MIT License
361
-
362
- Original Library
363
- - Copyright (c) Marak Squires
364
-
365
- Additional Functionality
366
- - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
367
-
368
- Permission is hereby granted, free of charge, to any person obtaining a copy
369
- of this software and associated documentation files (the "Software"), to deal
370
- in the Software without restriction, including without limitation the rights
371
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372
- copies of the Software, and to permit persons to whom the Software is
373
- furnished to do so, subject to the following conditions:
374
-
375
- The above copyright notice and this permission notice shall be included in
376
- all copies or substantial portions of the Software.
377
-
378
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
384
- THE SOFTWARE.
385
- =========================================
386
- END OF colors@1.4.0 AND INFORMATION
387
-
388
- %% commander@8.3.0 NOTICES AND INFORMATION BEGIN HERE
389
- =========================================
390
- (The MIT License)
391
-
392
- Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
393
-
394
- Permission is hereby granted, free of charge, to any person obtaining
395
- a copy of this software and associated documentation files (the
396
- 'Software'), to deal in the Software without restriction, including
397
- without limitation the rights to use, copy, modify, merge, publish,
398
- distribute, sublicense, and/or sell copies of the Software, and to
399
- permit persons to whom the Software is furnished to do so, subject to
400
- the following conditions:
401
-
402
- The above copyright notice and this permission notice shall be
403
- included in all copies or substantial portions of the Software.
404
-
405
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
406
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
407
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
408
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
409
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
410
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
411
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
412
- =========================================
413
- END OF commander@8.3.0 AND INFORMATION
414
-
415
- %% concat-map@0.0.1 NOTICES AND INFORMATION BEGIN HERE
416
- =========================================
417
- This software is released under the MIT license:
418
-
419
- Permission is hereby granted, free of charge, to any person obtaining a copy of
420
- this software and associated documentation files (the "Software"), to deal in
421
- the Software without restriction, including without limitation the rights to
422
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
423
- the Software, and to permit persons to whom the Software is furnished to do so,
424
- subject to the following conditions:
425
-
426
- The above copyright notice and this permission notice shall be included in all
427
- copies or substantial portions of the Software.
428
-
429
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
430
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
431
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
432
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
433
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
434
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
435
- =========================================
436
- END OF concat-map@0.0.1 AND INFORMATION
437
-
438
- %% debug@4.3.4 NOTICES AND INFORMATION BEGIN HERE
439
- =========================================
440
- (The MIT License)
441
-
442
- Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
443
- Copyright (c) 2018-2021 Josh Junon
444
-
445
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
446
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
447
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
448
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
449
- subject to the following conditions:
450
-
451
- The above copyright notice and this permission notice shall be included in all copies or substantial
452
- portions of the Software.
453
-
454
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
455
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
456
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
457
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
458
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
459
- =========================================
460
- END OF debug@4.3.4 AND INFORMATION
461
-
462
- %% define-lazy-prop@2.0.0 NOTICES AND INFORMATION BEGIN HERE
463
- =========================================
464
- MIT License
465
-
466
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
467
-
468
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
469
-
470
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
471
-
472
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
473
- =========================================
474
- END OF define-lazy-prop@2.0.0 AND INFORMATION
475
-
476
- %% dotenv@16.4.5 NOTICES AND INFORMATION BEGIN HERE
477
- =========================================
478
- Copyright (c) 2015, Scott Motte
479
- All rights reserved.
480
-
481
- Redistribution and use in source and binary forms, with or without
482
- modification, are permitted provided that the following conditions are met:
483
-
484
- * Redistributions of source code must retain the above copyright notice, this
485
- list of conditions and the following disclaimer.
486
-
487
- * Redistributions in binary form must reproduce the above copyright notice,
488
- this list of conditions and the following disclaimer in the documentation
489
- and/or other materials provided with the distribution.
490
-
491
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
492
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
493
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
494
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
495
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
496
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
497
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
498
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
499
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
500
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
501
- =========================================
502
- END OF dotenv@16.4.5 AND INFORMATION
503
-
504
- %% end-of-stream@1.4.4 NOTICES AND INFORMATION BEGIN HERE
505
- =========================================
506
- The MIT License (MIT)
507
-
508
- Copyright (c) 2014 Mathias Buus
509
-
510
- Permission is hereby granted, free of charge, to any person obtaining a copy
511
- of this software and associated documentation files (the "Software"), to deal
512
- in the Software without restriction, including without limitation the rights
513
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
514
- copies of the Software, and to permit persons to whom the Software is
515
- furnished to do so, subject to the following conditions:
516
-
517
- The above copyright notice and this permission notice shall be included in
518
- all copies or substantial portions of the Software.
519
-
520
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
521
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
522
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
523
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
524
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
525
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
526
- THE SOFTWARE.
527
- =========================================
528
- END OF end-of-stream@1.4.4 AND INFORMATION
529
-
530
- %% escape-string-regexp@2.0.0 NOTICES AND INFORMATION BEGIN HERE
531
- =========================================
532
- MIT License
533
-
534
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
535
-
536
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
537
-
538
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
539
-
540
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
541
- =========================================
542
- END OF escape-string-regexp@2.0.0 AND INFORMATION
543
-
544
- %% extract-zip@2.0.1 NOTICES AND INFORMATION BEGIN HERE
545
- =========================================
546
- Copyright (c) 2014 Max Ogden and other contributors
547
- All rights reserved.
548
-
549
- Redistribution and use in source and binary forms, with or without
550
- modification, are permitted provided that the following conditions are met:
551
-
552
- * Redistributions of source code must retain the above copyright notice, this
553
- list of conditions and the following disclaimer.
554
-
555
- * Redistributions in binary form must reproduce the above copyright notice,
556
- this list of conditions and the following disclaimer in the documentation
557
- and/or other materials provided with the distribution.
558
-
559
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
560
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
561
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
562
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
563
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
564
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
565
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
566
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
567
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
568
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
569
- =========================================
570
- END OF extract-zip@2.0.1 AND INFORMATION
571
-
572
- %% fd-slicer@1.1.0 NOTICES AND INFORMATION BEGIN HERE
573
- =========================================
574
- Copyright (c) 2014 Andrew Kelley
575
-
576
- Permission is hereby granted, free of charge, to any person
577
- obtaining a copy of this software and associated documentation files
578
- (the "Software"), to deal in the Software without restriction,
579
- including without limitation the rights to use, copy, modify, merge,
580
- publish, distribute, sublicense, and/or sell copies of the Software,
581
- and to permit persons to whom the Software is furnished to do so,
582
- subject to the following conditions:
583
-
584
- The above copyright notice and this permission notice shall be
585
- included in all copies or substantial portions of the Software.
586
-
587
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
588
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
589
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
590
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
591
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
592
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
593
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
594
- SOFTWARE.
595
- =========================================
596
- END OF fd-slicer@1.1.0 AND INFORMATION
597
-
598
- %% get-stream@5.2.0 NOTICES AND INFORMATION BEGIN HERE
599
- =========================================
600
- MIT License
601
-
602
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
603
-
604
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
605
-
606
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
607
-
608
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
609
- =========================================
610
- END OF get-stream@5.2.0 AND INFORMATION
611
-
612
- %% graceful-fs@4.2.10 NOTICES AND INFORMATION BEGIN HERE
613
- =========================================
614
- The ISC License
615
-
616
- Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
617
-
618
- Permission to use, copy, modify, and/or distribute this software for any
619
- purpose with or without fee is hereby granted, provided that the above
620
- copyright notice and this permission notice appear in all copies.
621
-
622
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
623
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
624
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
625
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
626
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
627
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
628
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
629
- =========================================
630
- END OF graceful-fs@4.2.10 AND INFORMATION
631
-
632
- %% https-proxy-agent@5.0.0 NOTICES AND INFORMATION BEGIN HERE
633
- =========================================
634
- https-proxy-agent
635
- ================
636
- ### An HTTP(s) proxy `http.Agent` implementation for HTTPS
637
- [![Build Status](https://github.com/TooTallNate/node-https-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-https-proxy-agent/actions?workflow=Node+CI)
638
-
639
- This module provides an `http.Agent` implementation that connects to a specified
640
- HTTP or HTTPS proxy server, and can be used with the built-in `https` module.
641
-
642
- Specifically, this `Agent` implementation connects to an intermediary "proxy"
643
- server and issues the [CONNECT HTTP method][CONNECT], which tells the proxy to
644
- open a direct TCP connection to the destination server.
645
-
646
- Since this agent implements the CONNECT HTTP method, it also works with other
647
- protocols that use this method when connecting over proxies (i.e. WebSockets).
648
- See the "Examples" section below for more.
649
-
650
-
651
- Installation
652
- ------------
653
-
654
- Install with `npm`:
655
-
656
- ``` bash
657
- $ npm install https-proxy-agent
658
- ```
659
-
660
-
661
- Examples
662
- --------
663
-
664
- #### `https` module example
665
-
666
- ``` js
667
- var url = require('url');
668
- var https = require('https');
669
- var HttpsProxyAgent = require('https-proxy-agent');
670
-
671
- // HTTP/HTTPS proxy to connect to
672
- var proxy = process.env.http_proxy || 'http://168.63.76.32:3128';
673
- console.log('using proxy server %j', proxy);
674
-
675
- // HTTPS endpoint for the proxy to connect to
676
- var endpoint = process.argv[2] || 'https://graph.facebook.com/tootallnate';
677
- console.log('attempting to GET %j', endpoint);
678
- var options = url.parse(endpoint);
679
-
680
- // create an instance of the `HttpsProxyAgent` class with the proxy server information
681
- var agent = new HttpsProxyAgent(proxy);
682
- options.agent = agent;
683
-
684
- https.get(options, function (res) {
685
- console.log('"response" event!', res.headers);
686
- res.pipe(process.stdout);
687
- });
688
- ```
689
-
690
- #### `ws` WebSocket connection example
691
-
692
- ``` js
693
- var url = require('url');
694
- var WebSocket = require('ws');
695
- var HttpsProxyAgent = require('https-proxy-agent');
696
-
697
- // HTTP/HTTPS proxy to connect to
698
- var proxy = process.env.http_proxy || 'http://168.63.76.32:3128';
699
- console.log('using proxy server %j', proxy);
700
-
701
- // WebSocket endpoint for the proxy to connect to
702
- var endpoint = process.argv[2] || 'ws://echo.websocket.org';
703
- var parsed = url.parse(endpoint);
704
- console.log('attempting to connect to WebSocket %j', endpoint);
705
-
706
- // create an instance of the `HttpsProxyAgent` class with the proxy server information
707
- var options = url.parse(proxy);
708
-
709
- var agent = new HttpsProxyAgent(options);
710
-
711
- // finally, initiate the WebSocket connection
712
- var socket = new WebSocket(endpoint, { agent: agent });
713
-
714
- socket.on('open', function () {
715
- console.log('"open" event!');
716
- socket.send('hello world');
717
- });
718
-
719
- socket.on('message', function (data, flags) {
720
- console.log('"message" event! %j %j', data, flags);
721
- socket.close();
722
- });
723
- ```
724
-
725
- API
726
- ---
727
-
728
- ### new HttpsProxyAgent(Object options)
729
-
730
- The `HttpsProxyAgent` class implements an `http.Agent` subclass that connects
731
- to the specified "HTTP(s) proxy server" in order to proxy HTTPS and/or WebSocket
732
- requests. This is achieved by using the [HTTP `CONNECT` method][CONNECT].
733
-
734
- The `options` argument may either be a string URI of the proxy server to use, or an
735
- "options" object with more specific properties:
736
-
737
- * `host` - String - Proxy host to connect to (may use `hostname` as well). Required.
738
- * `port` - Number - Proxy port to connect to. Required.
739
- * `protocol` - String - If `https:`, then use TLS to connect to the proxy.
740
- * `headers` - Object - Additional HTTP headers to be sent on the HTTP CONNECT method.
741
- * Any other options given are passed to the `net.connect()`/`tls.connect()` functions.
742
-
743
-
744
- License
745
- -------
746
-
747
- (The MIT License)
748
-
749
- Copyright (c) 2013 Nathan Rajlich &lt;nathan@tootallnate.net&gt;
750
-
751
- Permission is hereby granted, free of charge, to any person obtaining
752
- a copy of this software and associated documentation files (the
753
- 'Software'), to deal in the Software without restriction, including
754
- without limitation the rights to use, copy, modify, merge, publish,
755
- distribute, sublicense, and/or sell copies of the Software, and to
756
- permit persons to whom the Software is furnished to do so, subject to
757
- the following conditions:
758
-
759
- The above copyright notice and this permission notice shall be
760
- included in all copies or substantial portions of the Software.
761
-
762
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
763
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
764
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
765
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
766
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
767
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
768
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
769
-
770
- [CONNECT]: http://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_Tunneling
771
- =========================================
772
- END OF https-proxy-agent@5.0.0 AND INFORMATION
773
-
774
- %% ip-address@9.0.5 NOTICES AND INFORMATION BEGIN HERE
775
- =========================================
776
- Copyright (C) 2011 by Beau Gunderson
777
-
778
- Permission is hereby granted, free of charge, to any person obtaining a copy
779
- of this software and associated documentation files (the "Software"), to deal
780
- in the Software without restriction, including without limitation the rights
781
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
782
- copies of the Software, and to permit persons to whom the Software is
783
- furnished to do so, subject to the following conditions:
784
-
785
- The above copyright notice and this permission notice shall be included in
786
- all copies or substantial portions of the Software.
787
-
788
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
789
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
790
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
791
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
792
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
793
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
794
- THE SOFTWARE.
795
- =========================================
796
- END OF ip-address@9.0.5 AND INFORMATION
797
-
798
- %% is-docker@2.2.1 NOTICES AND INFORMATION BEGIN HERE
799
- =========================================
800
- MIT License
801
-
802
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
803
-
804
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
805
-
806
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
807
-
808
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
809
- =========================================
810
- END OF is-docker@2.2.1 AND INFORMATION
811
-
812
- %% is-wsl@2.2.0 NOTICES AND INFORMATION BEGIN HERE
813
- =========================================
814
- MIT License
815
-
816
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
817
-
818
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
819
-
820
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
821
-
822
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
823
- =========================================
824
- END OF is-wsl@2.2.0 AND INFORMATION
825
-
826
- %% jpeg-js@0.4.4 NOTICES AND INFORMATION BEGIN HERE
827
- =========================================
828
- Copyright (c) 2014, Eugene Ware
829
- All rights reserved.
830
-
831
- Redistribution and use in source and binary forms, with or without
832
- modification, are permitted provided that the following conditions are met:
833
-
834
- 1. Redistributions of source code must retain the above copyright
835
- notice, this list of conditions and the following disclaimer.
836
- 2. Redistributions in binary form must reproduce the above copyright
837
- notice, this list of conditions and the following disclaimer in the
838
- documentation and/or other materials provided with the distribution.
839
- 3. Neither the name of Eugene Ware nor the names of its contributors
840
- may be used to endorse or promote products derived from this software
841
- without specific prior written permission.
842
-
843
- THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
844
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
845
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
846
- DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
847
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
848
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
849
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
850
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
851
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
852
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
853
- =========================================
854
- END OF jpeg-js@0.4.4 AND INFORMATION
855
-
856
- %% jsbn@1.1.0 NOTICES AND INFORMATION BEGIN HERE
857
- =========================================
858
- Licensing
859
- ---------
860
-
861
- This software is covered under the following copyright:
862
-
863
- /*
864
- * Copyright (c) 2003-2005 Tom Wu
865
- * All Rights Reserved.
866
- *
867
- * Permission is hereby granted, free of charge, to any person obtaining
868
- * a copy of this software and associated documentation files (the
869
- * "Software"), to deal in the Software without restriction, including
870
- * without limitation the rights to use, copy, modify, merge, publish,
871
- * distribute, sublicense, and/or sell copies of the Software, and to
872
- * permit persons to whom the Software is furnished to do so, subject to
873
- * the following conditions:
874
- *
875
- * The above copyright notice and this permission notice shall be
876
- * included in all copies or substantial portions of the Software.
877
- *
878
- * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
879
- * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
880
- * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
881
- *
882
- * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
883
- * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
884
- * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
885
- * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
886
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
887
- *
888
- * In addition, the following condition applies:
889
- *
890
- * All redistributions must retain an intact copy of this copyright notice
891
- * and disclaimer.
892
- */
893
-
894
- Address all questions regarding this license to:
895
-
896
- Tom Wu
897
- tjw@cs.Stanford.EDU
898
- =========================================
899
- END OF jsbn@1.1.0 AND INFORMATION
900
-
901
- %% mime@3.0.0 NOTICES AND INFORMATION BEGIN HERE
902
- =========================================
903
- The MIT License (MIT)
904
-
905
- Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
906
-
907
- Permission is hereby granted, free of charge, to any person obtaining a copy
908
- of this software and associated documentation files (the "Software"), to deal
909
- in the Software without restriction, including without limitation the rights
910
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
911
- copies of the Software, and to permit persons to whom the Software is
912
- furnished to do so, subject to the following conditions:
913
-
914
- The above copyright notice and this permission notice shall be included in
915
- all copies or substantial portions of the Software.
916
-
917
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
918
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
920
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
921
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
922
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
923
- THE SOFTWARE.
924
- =========================================
925
- END OF mime@3.0.0 AND INFORMATION
926
-
927
- %% minimatch@3.1.2 NOTICES AND INFORMATION BEGIN HERE
928
- =========================================
929
- The ISC License
930
-
931
- Copyright (c) Isaac Z. Schlueter and Contributors
932
-
933
- Permission to use, copy, modify, and/or distribute this software for any
934
- purpose with or without fee is hereby granted, provided that the above
935
- copyright notice and this permission notice appear in all copies.
936
-
937
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
938
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
939
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
940
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
941
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
942
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
943
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
944
- =========================================
945
- END OF minimatch@3.1.2 AND INFORMATION
946
-
947
- %% ms@2.1.2 NOTICES AND INFORMATION BEGIN HERE
948
- =========================================
949
- The MIT License (MIT)
950
-
951
- Copyright (c) 2016 Zeit, Inc.
952
-
953
- Permission is hereby granted, free of charge, to any person obtaining a copy
954
- of this software and associated documentation files (the "Software"), to deal
955
- in the Software without restriction, including without limitation the rights
956
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
957
- copies of the Software, and to permit persons to whom the Software is
958
- furnished to do so, subject to the following conditions:
959
-
960
- The above copyright notice and this permission notice shall be included in all
961
- copies or substantial portions of the Software.
962
-
963
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
964
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
965
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
966
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
967
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
968
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
969
- SOFTWARE.
970
- =========================================
971
- END OF ms@2.1.2 AND INFORMATION
972
-
973
- %% once@1.4.0 NOTICES AND INFORMATION BEGIN HERE
974
- =========================================
975
- The ISC License
976
-
977
- Copyright (c) Isaac Z. Schlueter and Contributors
978
-
979
- Permission to use, copy, modify, and/or distribute this software for any
980
- purpose with or without fee is hereby granted, provided that the above
981
- copyright notice and this permission notice appear in all copies.
982
-
983
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
984
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
985
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
986
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
987
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
988
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
989
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
990
- =========================================
991
- END OF once@1.4.0 AND INFORMATION
992
-
993
- %% open@8.4.0 NOTICES AND INFORMATION BEGIN HERE
994
- =========================================
995
- MIT License
996
-
997
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
998
-
999
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1000
-
1001
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1002
-
1003
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1004
- =========================================
1005
- END OF open@8.4.0 AND INFORMATION
1006
-
1007
- %% pend@1.2.0 NOTICES AND INFORMATION BEGIN HERE
1008
- =========================================
1009
- The MIT License (Expat)
1010
-
1011
- Copyright (c) 2014 Andrew Kelley
1012
-
1013
- Permission is hereby granted, free of charge, to any person
1014
- obtaining a copy of this software and associated documentation files
1015
- (the "Software"), to deal in the Software without restriction,
1016
- including without limitation the rights to use, copy, modify, merge,
1017
- publish, distribute, sublicense, and/or sell copies of the Software,
1018
- and to permit persons to whom the Software is furnished to do so,
1019
- subject to the following conditions:
1020
-
1021
- The above copyright notice and this permission notice shall be
1022
- included in all copies or substantial portions of the Software.
1023
-
1024
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1025
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1026
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1027
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
1028
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
1029
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1030
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1031
- SOFTWARE.
1032
- =========================================
1033
- END OF pend@1.2.0 AND INFORMATION
1034
-
1035
- %% pngjs@6.0.0 NOTICES AND INFORMATION BEGIN HERE
1036
- =========================================
1037
- pngjs2 original work Copyright (c) 2015 Luke Page & Original Contributors
1038
- pngjs derived work Copyright (c) 2012 Kuba Niegowski
1039
-
1040
- Permission is hereby granted, free of charge, to any person obtaining a copy
1041
- of this software and associated documentation files (the "Software"), to deal
1042
- in the Software without restriction, including without limitation the rights
1043
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1044
- copies of the Software, and to permit persons to whom the Software is
1045
- furnished to do so, subject to the following conditions:
1046
-
1047
- The above copyright notice and this permission notice shall be included in
1048
- all copies or substantial portions of the Software.
1049
-
1050
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1051
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1052
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1053
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1054
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1055
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1056
- THE SOFTWARE.
1057
- =========================================
1058
- END OF pngjs@6.0.0 AND INFORMATION
1059
-
1060
- %% progress@2.0.3 NOTICES AND INFORMATION BEGIN HERE
1061
- =========================================
1062
- (The MIT License)
1063
-
1064
- Copyright (c) 2017 TJ Holowaychuk <tj@vision-media.ca>
1065
-
1066
- Permission is hereby granted, free of charge, to any person obtaining
1067
- a copy of this software and associated documentation files (the
1068
- 'Software'), to deal in the Software without restriction, including
1069
- without limitation the rights to use, copy, modify, merge, publish,
1070
- distribute, sublicense, and/or sell copies of the Software, and to
1071
- permit persons to whom the Software is furnished to do so, subject to
1072
- the following conditions:
1073
-
1074
- The above copyright notice and this permission notice shall be
1075
- included in all copies or substantial portions of the Software.
1076
-
1077
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1078
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1079
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1080
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1081
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1082
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1083
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1084
- =========================================
1085
- END OF progress@2.0.3 AND INFORMATION
1086
-
1087
- %% proxy-from-env@1.1.0 NOTICES AND INFORMATION BEGIN HERE
1088
- =========================================
1089
- The MIT License
1090
-
1091
- Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
1092
-
1093
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1094
- this software and associated documentation files (the "Software"), to deal in
1095
- the Software without restriction, including without limitation the rights to
1096
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1097
- of the Software, and to permit persons to whom the Software is furnished to do
1098
- so, subject to the following conditions:
1099
-
1100
- The above copyright notice and this permission notice shall be included in all
1101
- copies or substantial portions of the Software.
1102
-
1103
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1104
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1105
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1106
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1107
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1108
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1109
- =========================================
1110
- END OF proxy-from-env@1.1.0 AND INFORMATION
1111
-
1112
- %% pump@3.0.0 NOTICES AND INFORMATION BEGIN HERE
1113
- =========================================
1114
- The MIT License (MIT)
1115
-
1116
- Copyright (c) 2014 Mathias Buus
1117
-
1118
- Permission is hereby granted, free of charge, to any person obtaining a copy
1119
- of this software and associated documentation files (the "Software"), to deal
1120
- in the Software without restriction, including without limitation the rights
1121
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1122
- copies of the Software, and to permit persons to whom the Software is
1123
- furnished to do so, subject to the following conditions:
1124
-
1125
- The above copyright notice and this permission notice shall be included in
1126
- all copies or substantial portions of the Software.
1127
-
1128
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1129
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1130
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1131
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1132
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1133
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1134
- THE SOFTWARE.
1135
- =========================================
1136
- END OF pump@3.0.0 AND INFORMATION
1137
-
1138
- %% retry@0.12.0 NOTICES AND INFORMATION BEGIN HERE
1139
- =========================================
1140
- Copyright (c) 2011:
1141
- Tim Koschützki (tim@debuggable.com)
1142
- Felix Geisendörfer (felix@debuggable.com)
1143
-
1144
- Permission is hereby granted, free of charge, to any person obtaining a copy
1145
- of this software and associated documentation files (the "Software"), to deal
1146
- in the Software without restriction, including without limitation the rights
1147
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1148
- copies of the Software, and to permit persons to whom the Software is
1149
- furnished to do so, subject to the following conditions:
1150
-
1151
- The above copyright notice and this permission notice shall be included in
1152
- all copies or substantial portions of the Software.
1153
-
1154
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1155
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1156
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1157
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1158
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1159
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1160
- THE SOFTWARE.
1161
- =========================================
1162
- END OF retry@0.12.0 AND INFORMATION
1163
-
1164
- %% signal-exit@3.0.7 NOTICES AND INFORMATION BEGIN HERE
1165
- =========================================
1166
- The ISC License
1167
-
1168
- Copyright (c) 2015, Contributors
1169
-
1170
- Permission to use, copy, modify, and/or distribute this software
1171
- for any purpose with or without fee is hereby granted, provided
1172
- that the above copyright notice and this permission notice
1173
- appear in all copies.
1174
-
1175
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1176
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1177
- OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
1178
- LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
1179
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1180
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1181
- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1182
- =========================================
1183
- END OF signal-exit@3.0.7 AND INFORMATION
1184
-
1185
- %% smart-buffer@4.2.0 NOTICES AND INFORMATION BEGIN HERE
1186
- =========================================
1187
- The MIT License (MIT)
1188
-
1189
- Copyright (c) 2013-2017 Josh Glazebrook
1190
-
1191
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1192
- this software and associated documentation files (the "Software"), to deal in
1193
- the Software without restriction, including without limitation the rights to
1194
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1195
- the Software, and to permit persons to whom the Software is furnished to do so,
1196
- subject to the following conditions:
1197
-
1198
- The above copyright notice and this permission notice shall be included in all
1199
- copies or substantial portions of the Software.
1200
-
1201
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1202
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1203
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1204
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1205
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1206
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1207
- =========================================
1208
- END OF smart-buffer@4.2.0 AND INFORMATION
1209
-
1210
- %% socks-proxy-agent@6.1.1 NOTICES AND INFORMATION BEGIN HERE
1211
- =========================================
1212
- socks-proxy-agent
1213
- ================
1214
- ### A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
1215
- [![Build Status](https://github.com/TooTallNate/node-socks-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-socks-proxy-agent/actions?workflow=Node+CI)
1216
-
1217
- This module provides an `http.Agent` implementation that connects to a
1218
- specified SOCKS proxy server, and can be used with the built-in `http`
1219
- and `https` modules.
1220
-
1221
- It can also be used in conjunction with the `ws` module to establish a WebSocket
1222
- connection over a SOCKS proxy. See the "Examples" section below.
1223
-
1224
- Installation
1225
- ------------
1226
-
1227
- Install with `npm`:
1228
-
1229
- ``` bash
1230
- $ npm install socks-proxy-agent
1231
- ```
1232
-
1233
-
1234
- Examples
1235
- --------
1236
-
1237
- #### TypeScript example
1238
-
1239
- ```ts
1240
- import https from 'https';
1241
- import { SocksProxyAgent } from 'socks-proxy-agent';
1242
-
1243
- const info = {
1244
- host: 'br41.nordvpn.com',
1245
- userId: 'your-name@gmail.com',
1246
- password: 'abcdef12345124'
1247
- };
1248
- const agent = new SocksProxyAgent(info);
1249
-
1250
- https.get('https://jsonip.org', { agent }, (res) => {
1251
- console.log(res.headers);
1252
- res.pipe(process.stdout);
1253
- });
1254
- ```
1255
-
1256
- #### `http` module example
1257
-
1258
- ```js
1259
- var url = require('url');
1260
- var http = require('http');
1261
- var SocksProxyAgent = require('socks-proxy-agent');
1262
-
1263
- // SOCKS proxy to connect to
1264
- var proxy = process.env.socks_proxy || 'socks://127.0.0.1:1080';
1265
- console.log('using proxy server %j', proxy);
1266
-
1267
- // HTTP endpoint for the proxy to connect to
1268
- var endpoint = process.argv[2] || 'http://nodejs.org/api/';
1269
- console.log('attempting to GET %j', endpoint);
1270
- var opts = url.parse(endpoint);
1271
-
1272
- // create an instance of the `SocksProxyAgent` class with the proxy server information
1273
- var agent = new SocksProxyAgent(proxy);
1274
- opts.agent = agent;
1275
-
1276
- http.get(opts, function (res) {
1277
- console.log('"response" event!', res.headers);
1278
- res.pipe(process.stdout);
1279
- });
1280
- ```
1281
-
1282
- #### `https` module example
1283
-
1284
- ```js
1285
- var url = require('url');
1286
- var https = require('https');
1287
- var SocksProxyAgent = require('socks-proxy-agent');
1288
-
1289
- // SOCKS proxy to connect to
1290
- var proxy = process.env.socks_proxy || 'socks://127.0.0.1:1080';
1291
- console.log('using proxy server %j', proxy);
1292
-
1293
- // HTTP endpoint for the proxy to connect to
1294
- var endpoint = process.argv[2] || 'https://encrypted.google.com/';
1295
- console.log('attempting to GET %j', endpoint);
1296
- var opts = url.parse(endpoint);
1297
-
1298
- // create an instance of the `SocksProxyAgent` class with the proxy server information
1299
- var agent = new SocksProxyAgent(proxy);
1300
- opts.agent = agent;
1301
-
1302
- https.get(opts, function (res) {
1303
- console.log('"response" event!', res.headers);
1304
- res.pipe(process.stdout);
1305
- });
1306
- ```
1307
-
1308
- #### `ws` WebSocket connection example
1309
-
1310
- ``` js
1311
- var WebSocket = require('ws');
1312
- var SocksProxyAgent = require('socks-proxy-agent');
1313
-
1314
- // SOCKS proxy to connect to
1315
- var proxy = process.env.socks_proxy || 'socks://127.0.0.1:1080';
1316
- console.log('using proxy server %j', proxy);
1317
-
1318
- // WebSocket endpoint for the proxy to connect to
1319
- var endpoint = process.argv[2] || 'ws://echo.websocket.org';
1320
- console.log('attempting to connect to WebSocket %j', endpoint);
1321
-
1322
- // create an instance of the `SocksProxyAgent` class with the proxy server information
1323
- var agent = new SocksProxyAgent(proxy);
1324
-
1325
- // initiate the WebSocket connection
1326
- var socket = new WebSocket(endpoint, { agent: agent });
1327
-
1328
- socket.on('open', function () {
1329
- console.log('"open" event!');
1330
- socket.send('hello world');
1331
- });
1332
-
1333
- socket.on('message', function (data, flags) {
1334
- console.log('"message" event! %j %j', data, flags);
1335
- socket.close();
1336
- });
1337
- ```
1338
-
1339
- License
1340
- -------
1341
-
1342
- (The MIT License)
1343
-
1344
- Copyright (c) 2013 Nathan Rajlich &lt;nathan@tootallnate.net&gt;
1345
-
1346
- Permission is hereby granted, free of charge, to any person obtaining
1347
- a copy of this software and associated documentation files (the
1348
- 'Software'), to deal in the Software without restriction, including
1349
- without limitation the rights to use, copy, modify, merge, publish,
1350
- distribute, sublicense, and/or sell copies of the Software, and to
1351
- permit persons to whom the Software is furnished to do so, subject to
1352
- the following conditions:
1353
-
1354
- The above copyright notice and this permission notice shall be
1355
- included in all copies or substantial portions of the Software.
1356
-
1357
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1358
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1359
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1360
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1361
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1362
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1363
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1364
- =========================================
1365
- END OF socks-proxy-agent@6.1.1 AND INFORMATION
1366
-
1367
- %% socks@2.8.3 NOTICES AND INFORMATION BEGIN HERE
1368
- =========================================
1369
- The MIT License (MIT)
1370
-
1371
- Copyright (c) 2013 Josh Glazebrook
1372
-
1373
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1374
- this software and associated documentation files (the "Software"), to deal in
1375
- the Software without restriction, including without limitation the rights to
1376
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1377
- the Software, and to permit persons to whom the Software is furnished to do so,
1378
- subject to the following conditions:
1379
-
1380
- The above copyright notice and this permission notice shall be included in all
1381
- copies or substantial portions of the Software.
1382
-
1383
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1384
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1385
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1386
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1387
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1388
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1389
- =========================================
1390
- END OF socks@2.8.3 AND INFORMATION
1391
-
1392
- %% sprintf-js@1.1.3 NOTICES AND INFORMATION BEGIN HERE
1393
- =========================================
1394
- Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>
1395
- All rights reserved.
1396
-
1397
- Redistribution and use in source and binary forms, with or without
1398
- modification, are permitted provided that the following conditions are met:
1399
- * Redistributions of source code must retain the above copyright
1400
- notice, this list of conditions and the following disclaimer.
1401
- * Redistributions in binary form must reproduce the above copyright
1402
- notice, this list of conditions and the following disclaimer in the
1403
- documentation and/or other materials provided with the distribution.
1404
- * Neither the name of this software nor the names of its contributors may be
1405
- used to endorse or promote products derived from this software without
1406
- specific prior written permission.
1407
-
1408
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1409
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1410
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1411
- DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1412
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1413
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1414
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1415
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1416
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1417
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1418
- =========================================
1419
- END OF sprintf-js@1.1.3 AND INFORMATION
1420
-
1421
- %% stack-utils@2.0.5 NOTICES AND INFORMATION BEGIN HERE
1422
- =========================================
1423
- The MIT License (MIT)
1424
-
1425
- Copyright (c) Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors
1426
-
1427
- Permission is hereby granted, free of charge, to any person obtaining a copy
1428
- of this software and associated documentation files (the "Software"), to deal
1429
- in the Software without restriction, including without limitation the rights
1430
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1431
- copies of the Software, and to permit persons to whom the Software is
1432
- furnished to do so, subject to the following conditions:
1433
-
1434
- The above copyright notice and this permission notice shall be included in
1435
- all copies or substantial portions of the Software.
1436
-
1437
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1438
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1439
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1440
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1441
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1442
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1443
- THE SOFTWARE.
1444
- =========================================
1445
- END OF stack-utils@2.0.5 AND INFORMATION
1446
-
1447
- %% wrappy@1.0.2 NOTICES AND INFORMATION BEGIN HERE
1448
- =========================================
1449
- The ISC License
1450
-
1451
- Copyright (c) Isaac Z. Schlueter and Contributors
1452
-
1453
- Permission to use, copy, modify, and/or distribute this software for any
1454
- purpose with or without fee is hereby granted, provided that the above
1455
- copyright notice and this permission notice appear in all copies.
1456
-
1457
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1458
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1459
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1460
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1461
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1462
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1463
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1464
- =========================================
1465
- END OF wrappy@1.0.2 AND INFORMATION
1466
-
1467
- %% ws@8.17.1 NOTICES AND INFORMATION BEGIN HERE
1468
- =========================================
1469
- Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1470
- Copyright (c) 2013 Arnout Kazemier and contributors
1471
- Copyright (c) 2016 Luigi Pinca and contributors
1472
-
1473
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1474
- this software and associated documentation files (the "Software"), to deal in
1475
- the Software without restriction, including without limitation the rights to
1476
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1477
- the Software, and to permit persons to whom the Software is furnished to do so,
1478
- subject to the following conditions:
1479
-
1480
- The above copyright notice and this permission notice shall be included in all
1481
- copies or substantial portions of the Software.
1482
-
1483
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1484
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1485
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1486
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1487
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1488
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1489
- =========================================
1490
- END OF ws@8.17.1 AND INFORMATION
1491
-
1492
- %% yauzl@2.10.0 NOTICES AND INFORMATION BEGIN HERE
1493
- =========================================
1494
- The MIT License (MIT)
1495
-
1496
- Copyright (c) 2014 Josh Wolfe
1497
-
1498
- Permission is hereby granted, free of charge, to any person obtaining a copy
1499
- of this software and associated documentation files (the "Software"), to deal
1500
- in the Software without restriction, including without limitation the rights
1501
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1502
- copies of the Software, and to permit persons to whom the Software is
1503
- furnished to do so, subject to the following conditions:
1504
-
1505
- The above copyright notice and this permission notice shall be included in all
1506
- copies or substantial portions of the Software.
1507
-
1508
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1509
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1510
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1511
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1512
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1513
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1514
- SOFTWARE.
1515
- =========================================
1516
- END OF yauzl@2.10.0 AND INFORMATION
1517
-
1518
- %% yazl@2.5.1 NOTICES AND INFORMATION BEGIN HERE
1519
- =========================================
1520
- The MIT License (MIT)
1521
-
1522
- Copyright (c) 2014 Josh Wolfe
1523
-
1524
- Permission is hereby granted, free of charge, to any person obtaining a copy
1525
- of this software and associated documentation files (the "Software"), to deal
1526
- in the Software without restriction, including without limitation the rights
1527
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1528
- copies of the Software, and to permit persons to whom the Software is
1529
- furnished to do so, subject to the following conditions:
1530
-
1531
- The above copyright notice and this permission notice shall be included in all
1532
- copies or substantial portions of the Software.
1533
-
1534
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1535
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1536
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1537
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1538
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1539
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1540
- SOFTWARE.
1541
- =========================================
1542
- END OF yazl@2.5.1 AND INFORMATION
1543
-
1544
- SUMMARY BEGIN HERE
1545
- =========================================
1546
- Total Packages: 46
1547
- =========================================
1548
- END OF SUMMARY