| 
									
										
										
										
											2021-05-16 23:39:25 +00:00
										 |  |  | // node native scope
 | 
					
						
							| 
									
										
										
										
											2018-07-19 16:16:02 +02:00
										 |  |  | import * as fs from 'fs'; | 
					
						
							| 
									
										
										
										
											2018-06-13 22:34:49 +02:00
										 |  |  | import * as http from 'http'; | 
					
						
							|  |  |  | import * as https from 'https'; | 
					
						
							| 
									
										
										
										
											2018-07-19 16:16:02 +02:00
										 |  |  | import * as path from 'path'; | 
					
						
							| 
									
										
										
										
											2017-01-29 00:51:47 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-16 23:39:25 +00:00
										 |  |  | export { http, https, fs, path }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // pushrocks scope
 | 
					
						
							| 
									
										
										
										
											2023-07-12 00:24:36 +02:00
										 |  |  | import * as smartpromise from '@push.rocks/smartpromise'; | 
					
						
							|  |  |  | import * as smarturl from '@push.rocks/smarturl'; | 
					
						
							| 
									
										
										
										
											2017-01-29 00:51:47 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-16 23:39:25 +00:00
										 |  |  | export { smartpromise, smarturl }; | 
					
						
							| 
									
										
										
										
											2019-09-28 22:50:35 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | // third party scope
 | 
					
						
							| 
									
										
										
										
											2025-07-28 14:30:27 +00:00
										 |  |  | import { HttpAgent, HttpsAgent } from 'agentkeepalive'; | 
					
						
							|  |  |  | const agentkeepalive = { HttpAgent, HttpsAgent }; | 
					
						
							| 
									
										
										
										
											2021-05-16 23:39:25 +00:00
										 |  |  | import formData from 'form-data'; | 
					
						
							| 
									
										
										
										
											2019-09-28 22:50:35 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-18 00:21:14 +00:00
										 |  |  | export { agentkeepalive, formData }; |