fdy-scraping
Version:
`fdy-scraping` is a versatile HTTP client designed for making API requests with support for proxy configuration, debugging, and detailed error handling. It utilizes the [`got-scraping`](https://github.com/apify/got-scraping) library for HTTP operations.
46 lines (45 loc) • 904 B
JSON
{
"name": "fdy-scraping",
"version": "1.0.3",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs",
"types": "./index.d.ts"
},
"./*": "./*.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Freddywhest/fdy.git"
},
"author": "Alfred Nti",
"license": "MIT",
"bugs": {
"url": "https://github.com/Freddywhest/fdy/issues"
},
"homepage": "https://github.com/Freddywhest/fdy#readme",
"description": "",
"dependencies": {
"got-scraping": "^4.0.6"
},
"engines": {
"node": ">=16"
},
"keywords": [
"clouldflare-bypass",
"cloudflare",
"bypass",
"cf-bypass",
"web-scraping",
"scraping",
"fdy",
"fdy-scraping",
"fdy-scraping-client"
]
}