@browserless/goto
Version:
Navigate to web pages with built-in ad blocking, device emulation, and optimized loading for faster automation.
71 lines (70 loc) • 1.65 kB
JSON
{
"name": "@browserless/goto",
"description": "Navigate to web pages with built-in ad blocking, device emulation, and optimized loading for faster automation.",
"homepage": "https://browserless.js.org/#/?id=gotopage-options",
"version": "10.10.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
"url": "https://microlink.io"
},
"repository": {
"directory": "packages/goto",
"type": "git",
"url": "git+https://github.com/microlinkhq/browserless.git#master"
},
"bugs": {
"url": "https://github.com/microlinkhq/browserless/issues"
},
"keywords": [
"browserless",
"goto",
"navigation",
"headless",
"chrome",
"puppeteer",
"adblock",
"automation",
"device-emulation",
"performance"
],
"dependencies": {
"@browserless/devices": "^10.9.18",
"@duckduckgo/autoconsent": "~14.53.0",
"@ghostery/adblocker-puppeteer": "~2.13.4",
"debug-logfmt": "~1.4.7",
"got": "~11.8.6",
"is-url-http": "~2.3.13",
"p-reflect": "~2.1.0",
"p-timeout": "~4.1.0",
"shallow-equal": "~3.1.0",
"tough-cookie": "~6.0.0"
},
"devDependencies": {
"@browserless/test": "^10.9.18",
"ava": "5",
"p-wait-for": "3"
},
"engines": {
"node": ">= 12"
},
"files": [
"scripts",
"src"
],
"scripts": {
"postinstall": "node scripts/postinstall",
"test": "ava"
},
"license": "MIT",
"ava": {
"serial": true,
"files": [
"!test/fixtures"
],
"timeout": "2m",
"workerThreads": false
},
"gitHead": "9b80e677418f2defb804d39043680fe65e3e277b"
}