{"name":"puppeteer","version":"5.0.0","description":"A high-level API to control headless Chrome over the DevTools Protocol","main":"./cjs-entry.js","repository":{"type":"git","url":"git+https://github.com/puppeteer/puppeteer.git"},"engines":{"node":">=10.18.1"},"scripts":{"unit":"tsc --version && mocha --config mocha-config/puppeteer-unit-tests.js","unit-with-coverage":"cross-env COVERAGE=1 npm run unit","assert-unit-coverage":"cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js","funit":"PUPPETEER_PRODUCT=firefox npm run unit","debug-unit":"node --inspect-brk test/test.js","test-doclint":"mocha --config mocha-config/doclint-tests.js","test":"npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-doclint && npm run test-types","prepare":"node typescript-if-required.js","prepublishOnly":"npm run tsc","dev-install":"npm run tsc && node install.js","install":"node install.js","eslint":"([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)","eslint-fix":"eslint --ext js --ext ts --fix .","lint":"npm run eslint && npm run tsc && npm run doc","doc":"node utils/doclint/cli.js","clean-lib":"rm -rf lib","tsc":"npm run clean-lib && tsc --version && npm run tsc-cjs && npm run tsc-esm","tsc-cjs":"tsc -p . && cp src/protocol.d.ts lib/cjs","tsc-esm":"tsc --build tsconfig-esm.json && cp src/protocol.d.ts lib/esm","typecheck":"tsc -p . --noEmit","apply-next-version":"node utils/apply_next_version.js","update-protocol-d-ts":"node utils/protocol-types-generator update","compare-protocol-d-ts":"node utils/protocol-types-generator compare","test-install":"scripts/test-install.sh","generate-docs":"npm run tsc && api-extractor run --local --verbose && api-documenter markdown -i temp -o new-docs","ensure-new-docs-up-to-date":"npm run generate-docs && exit `git status --porcelain | head -255 | wc -l`","generate-dependency-graph":"echo 'Requires graphviz installed locally!' && depcruise --exclude 'api.ts' --do-not-follow '^node_modules' --output-type dot src/index.ts | dot -T png > dependency-chart.png"},"author":{"name":"The Chromium Authors"},"license":"Apache-2.0","dependencies":{"debug":"^4.1.0","extract-zip":"^2.0.0","https-proxy-agent":"^4.0.0","mime":"^2.0.3","mitt":"^2.0.1","pkg-dir":"^4.2.0","progress":"^2.0.1","proxy-from-env":"^1.0.0","rimraf":"^3.0.2","tar-fs":"^2.0.0","unbzip2-stream":"^1.3.3","ws":"^7.2.3"},"devDependencies":{"@microsoft/api-documenter":"7.8.14","@microsoft/api-extractor":"7.8.12","@types/debug":"0.0.31","@types/mime":"^2.0.0","@types/mocha":"^7.0.2","@types/node":"^14.0.13","@types/proxy-from-env":"^1.0.1","@types/rimraf":"^2.0.2","@types/tar-fs":"^1.16.2","@types/ws":"^7.2.4","@typescript-eslint/eslint-plugin":"^2.28.0","@typescript-eslint/parser":"^2.28.0","commonmark":"^0.28.1","cross-env":"^5.0.5","dependency-cruiser":"^9.7.0","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-mocha":"^6.3.0","eslint-plugin-prettier":"^3.1.3","eslint-plugin-unicorn":"^19.0.1","esprima":"^4.0.0","expect":"^25.2.7","jpeg-js":"^0.3.7","minimist":"^1.2.0","mocha":"^8.0.1","ncp":"^2.0.0","pixelmatch":"^4.0.2","pngjs":"^5.0.0","prettier":"^2.0.5","sinon":"^9.0.2","text-diff":"^1.0.1","ts-node":"^8.10.2","typescript":"3.9.5"},"browser":{"./lib/BrowserFetcher.js":false,"ws":"./utils/browser/WebSocket","fs":false,"child_process":false,"rimraf":false,"readline":false},"gitHead":"6d06adea10572d2667a9d1c5a48193903860341b","bugs":{"url":"https://github.com/puppeteer/puppeteer/issues"},"homepage":"https://github.com/puppeteer/puppeteer#readme","_id":"puppeteer@5.0.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"7cf1b1a5c5b6ce5d7abe4d9c9f206d4c52e214ff","size":357834,"noattachment":false,"key":"/puppeteer/-/puppeteer-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/puppeteer/download/puppeteer-5.0.0.tgz"},"maintainers":[{"name":"google-wombot","email":""},{"name":"mathias","email":""}],"_npmUser":{"name":"jackfranklin","email":"jack@jackfranklin.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/puppeteer_5.0.0_1593696926396_0.04001275709574914"},"_hasShrinkwrap":false,"publish_time":1593696926614,"_cnpm_publish_time":1593696926614,"deprecated":"< 24.15.0 is no longer supported","dist-tags":{"chrome-65":"1.0.0","chrome-66":"1.1.1","chrome-67":"1.3.0","chrome-68":"1.4.0","chrome-69":"1.6.2","chrome-70":"1.7.0","chrome-71":"1.9.0","chrome-72":"1.11.0","chrome-73":"1.12.2","chrome-74":"1.13.0","chrome-75":"1.15.0","chrome-76":"1.17.0","chrome-77":"1.19.0","chrome-78":"1.20.0","chrome-79":"2.0.0","chrome-80":"2.1.0","chrome-81":"3.0.0","chrome-83":"3.1.0","chrome-84":"5.1.0","chrome-85":"5.2.1","chrome-86":"5.3.1","latest":"24.36.1"}}