{"name":"puppeteer-core","version":"17.1.3","keywords":["puppeteer","chrome","headless","automation"],"author":{"name":"The Chromium Authors"},"license":"Apache-2.0","_id":"puppeteer-core@17.1.3","maintainers":[{"name":"mathias","email":"mathias@qiwi.be"},{"name":"google-wombot","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/puppeteer/puppeteer#readme","bugs":{"url":"https://github.com/puppeteer/puppeteer/issues"},"dist":{"shasum":"3a8e16c9a251f3592e1ad06a11edd9a813df9698","tarball":"https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-17.1.3.tgz","fileCount":619,"integrity":"sha512-gm3d5fTVEc+h7jVtT3Y1k8OL1awaOzln44UfsJhUJKH/tyO/wn/zOxyAHTQt9aX/yo37IS0dfisU3i3P8qvZnw==","signatures":[{"sig":"MEUCIA8JBV7THbeSe0lgvPagTkxK3GO1aM9+8US0J6ZhUbfIAiEAoBYOsvROKDmDjkMHvzeHYIRmFYnaLgUzNhRzdtW6M8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3452256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGev2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsbhAAoTCO4rGLOxvIlkKa8hwQESCguPpS7ULgXMeGI4rc6tR6cblD\r\n0r9P1XVQA2u8RWB+9raegTu2JsCrqjcsfFzd/8+U3CHoqlO053S6gn8Gm341\r\n9jqYzM7o1XhjtBISv5Kped+uF6M5zDt3+uKkWdJuF2KnyIaxU+8fOHHB81V/\r\nnxysJ3EMu6sE+aF4kfYibbH5dNrybYmd42hqDFqaTHFF5zkgAtYQLI+ojf5q\r\nJmsEy1YZHK5CUPwCdStLz26QCGxp6vPsgEU6/Jm001MViZVq6Jd0pXsw40y4\r\n/JsaC0/D4vK9fysHtre1LN0XX0WKBr1n8HfcKYcn3DWf9xfpeGRkY1MUTyYb\r\nyq6IGSpE/jJ1/Qh4N8PIUPjvR1qhn3i7iIgWurJm/6RBtsg7U7tvKzOMIH8P\r\njNA7NvESsZEIMIsCFLloug0SWllDCsV2g13CuKL89jWkEoJSIubtZ2RSmgbk\r\nSMvznnz8+36MjxgzLvPKztAurBsZ+3f7Dgae9WQ/2Kv59WfyQUE1GPj9nlvl\r\nJv19Kq7z6HwXd8R7+rURZvXex461iLVXfSueJhLERzadeKrgp7lfzvcLK6xn\r\np+l54ycIDhqBedd2g4FZwwxp5cPud0x994krw+ecSOEj/LWBq7svBDWYtof2\r\ntSfOCbzJiOAFR6a4N5r+86mDHyAghKrZeks=\r\n=4X37\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/puppeteer/puppeteer-core.js","type":"commonjs","types":"lib/types.d.ts","engines":{"node":">=14.1.0"},"exports":{".":{"types":"./lib/types.d.ts","import":"./lib/esm/puppeteer/puppeteer-core.js","require":"./lib/cjs/puppeteer/puppeteer-core.js"},"./*":{"import":"./*","require":"./*"}},"gitHead":"9b120f6c7be6f0001f0d2695cffae43b707cb29c","scripts":{"docs":"run-s build generate:markdown","lint":"run-s lint:prettier lint:eslint","test":"cross-env MOZ_WEBRENDER=0 PUPPETEER_DEFERRED_PROMISE_DEBUG_TIMEOUT=20000 c8 --check-coverage --lines 93 node utils/mochaRunner/lib/main.js","build":"npm run build:prod","check":"run-p check:*","clean":"rimraf lib && rimraf test/build","debug":"npm run build:dev && mocha --inspect-brk","format":"run-s format:*","prepare":"node typescript-if-required.js && husky install","build:dev":"run-s generate:sources build:tsc:dev generate:artifacts","build:prod":"run-s generate:sources build:tsc:prod generate:artifacts","commitlint":"commitlint --from=HEAD~1","test:types":"tsd","lint:eslint":"([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)","test:chrome":"run-s test:chrome:*","test:firefox":"npm run test -- --test-suite firefox-headless","test:install":"scripts/test-install.sh","build:tsc:dev":"tsc -b test","format:eslint":"eslint --ext js --ext ts --fix .","lint:prettier":"prettier --check .","build:tsc:prod":"tsc -b tsconfig.lib.json","prepublishOnly":"npm run build","format:prettier":"prettier --write .","generate:sources":"tsx utils/generate_sources.ts","check:pinned-deps":"tsx scripts/ensure-pinned-deps","generate:markdown":"tsx utils/generate_docs.ts","generate:artifacts":"tsx utils/generate_artifacts.ts","test:chrome:headful":"npm run test -- --test-suite chrome-headful","test:chrome:headless":"npm run test -- --test-suite chrome-headless","check:protocol-revision":"tsx scripts/ensure-correct-devtools-protocol-package","test:chrome:headless-chrome":"npm run test -- --test-suite chrome-new-headless"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/puppeteer/puppeteer.git","type":"git"},"_npmVersion":"8.15.0","description":"A high-level API to control headless Chrome over the DevTools Protocol","directories":{},"_nodeVersion":"16.17.0","dependencies":{"ws":"8.8.1","debug":"4.3.4","rimraf":"3.0.2","tar-fs":"2.1.1","progress":"2.0.3","cross-fetch":"3.1.5","extract-zip":"2.0.1","proxy-from-env":"1.1.0","unbzip2-stream":"1.4.3","devtools-protocol":"0.0.1036444","https-proxy-agent":"5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","gts":"4.0.0","ncp":"2.0.0","tsd":"0.22.0","tsx":"3.8.2","zod":"3.18.0","diff":"5.1.0","glob":"8.0.3","mime":"3.0.0","husky":"8.0.1","mocha":"10.0.0","pngjs":"6.0.0","sinon":"14.0.0","eslint":"8.21.0","expect":"25.2.7","semver":"7.3.7","esbuild":"0.15.5","esprima":"4.0.1","jpeg-js":"0.4.4","minimist":"1.2.6","prettier":"2.7.1","@types/ws":"8.5.3","cross-env":"7.0.3","text-diff":"1.0.1","commonmark":"0.30.0","pixelmatch":"5.3.0","typescript":"4.7.4","@types/diff":"5.0.2","@types/glob":"7.2.0","@types/mime":"3.0.1","@types/node":"18.7.1","npm-run-all":"4.1.5","@types/debug":"4.1.7","@types/mocha":"9.1.1","@types/pngjs":"6.0.1","@types/sinon":"10.0.13","@types/rimraf":"3.0.2","@types/semver":"7.3.11","@types/tar-fs":"2.0.1","@commitlint/cli":"17.0.3","@types/progress":"2.0.5","@types/pixelmatch":"5.2.4","source-map-support":"0.5.21","eslint-plugin-local":"1.0.0","eslint-plugin-mocha":"10.1.0","eslint-plugin-tsdoc":"0.2.16","eslint-plugin-import":"2.26.0","@types/proxy-from-env":"1.0.1","@types/unbzip2-stream":"1.4.0","eslint-config-prettier":"8.5.0","eslint-plugin-prettier":"4.2.1","@microsoft/api-extractor":"7.29.2","@microsoft/api-documenter":"7.19.4","@typescript-eslint/parser":"5.33.0","eslint-formatter-codeframe":"7.32.1","eslint-plugin-unused-imports":"2.0.0","@microsoft/api-extractor-model":"7.23.0","@commitlint/config-conventional":"17.0.3","@typescript-eslint/eslint-plugin":"5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-core_17.1.3_1662643190656_0.06268339940298273","host":"s3://npm-registry-packages"}}