-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
54 lines (54 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "puppeteer-real-browser",
"version": "1.3.17",
"description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.mjs",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.mjs",
"types": "./typings.d.ts"
}
},
"typings": "typings.d.ts",
"scripts": {
"esm_test": "node ./test/esm/test.js",
"cjs_test": "node ./test/cjs/test.js"
},
"keywords": [
"cf-bypass",
"cloudflare-bypass",
"puppeteer-fingerprint",
"puppeteer-cloudflare",
"puppeteer-real-browser",
"undetectable-puppeteer",
"undetect",
"undetectable",
"puppeteer-undetectable",
"puppeteer-undetect",
"puppeteer-undetectable-bypass",
"puppeteer-undetect-bypass",
"puppeteer-undetectable-cloudflare",
"puppeteer-undetect-cloudflare",
"puppeteer-undetectable-cf",
"puppeteer-undetect-cf",
"puppeteer-undetectable-cf-bypass"
],
"author": "zfc-software",
"license": "ISC",
"dependencies": {
"chrome-launcher": "^1.1.2",
"ghost-cursor": "^1.3.0",
"puppeteer-extra": "^3.3.6",
"rebrowser-puppeteer-core": "^23.6.101",
"tree-kill": "^1.2.2",
"xvfb": "^0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zfcsoftware/puppeteer-real-browser"
},
"readme": "README.md",
"homepage": "https://github.com/zfcsoftware/puppeteer-real-browser"
}