{"name":"lighthouse","version":"6.5.0","keywords":["google","chrome","devtools"],"author":{"name":"The Lighthouse Authors"},"license":"Apache-2.0","_id":"lighthouse@6.5.0","maintainers":[{"name":"paulirish","email":"npm@paul.irish"},{"name":"brendankenny","email":"bckenny@gmail.com"},{"name":"patrickhulce","email":"patrick.hulce@gmail.com"},{"name":"hoten","email":"cjamcl@gmail.com"},{"name":"exterkamp","email":"shaneexterkamp5@gmail.com"},{"name":"adamraine","email":"ad.st.raine@gmail.com"}],"contributors":[{"name":"Google LLC"},{"name":"Sebastian Kreft"}],"homepage":"https://github.com/GoogleChrome/lighthouse#readme","bugs":{"url":"https://github.com/GoogleChrome/lighthouse/issues"},"bin":{"lighthouse":"./lighthouse-cli/index.js","chrome-debug":"./lighthouse-core/scripts/manual-chrome-launcher.js"},"nyc":{"exclude":["**/third_party/**","**/test/","**/scripts/"],"include":["**/lighthouse-core/**/*.js","**/lighthouse-cli/**/*.js","**/lighthouse-viewer/**/*.js"],"reporter":["text-summary"],"tempDirectory":"./coverage"},"dist":{"shasum":"b59dde5ec35acd36e22457e19de33d4e14e2ef1c","tarball":"https://registry.npmjs.org/lighthouse/-/lighthouse-6.5.0.tgz","fileCount":645,"integrity":"sha512-d9J2V03WjvpJL2YvKlwZsz+KuCwrxXo/6uh1au74oNrVZm53w4CC3Xyaew82wz36frWToqN3k8dl06jFVziGrA==","signatures":[{"sig":"MEUCIAdnyRZx7/1PewXs2lYL2noDNHJ4pjvHkbGleSq332avAiEAmCF54eb/UqAp6kGbt6T/VP8prXMe9O5/BJnn6lw9pT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17393822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxmXZCRA9TVsSAnZWagAA+K8P/RKlSxTqP3+azAPfcjVi\nJTFcJwvVW6DsuRbyRIkeFfe8jIA9tIe5pd2+5xtnzZc2SnoMH+h2KJEjltrk\nuHrVYNDswGVbBxFrSNyGU22JCMSBSlc3xsRW0bXiwBZf7u3uqP2kVp9A9/O3\no5lpGwc59/tNnBsZ63gJpr50MVmdPpLmLgYSJOhRGiCDDuurjD+A8jFn/FUg\nOAYsprymtnNKClof8KXKzoztDlXObe+UaAUiBaind2ZIxrM1ItsCFKdrATN0\nF18HU6/xNlARuiy7lRh5DvdhSgOfnmVvM+u2Klfpku1F2ucp6J8G7ybGF8Ti\nlUSb6XMDc03mmJ51J4Qg8J1px9hBKEfyEvepjaCHf7cWd7F+2KCOPLTDfo1B\nI1jBnS6pi4OBu98HAh+wPXWUqQDGs9k99XAD2v2lLJ/mgrlbj9bmhuHY3r5L\nSzFHdvkREhY5tTB84CVI0eCKH5l+fXbUSBqE8vEE7zcADua9vuIxRkoyrb8g\nErDptTiuZR0nceU11gI7gfOvMwcZOknheB/thdt01ajhmuNqs+f2P3vCBfkT\nCiA9rbu1EbU1R8PG0OaVsitbX9J1ENK9H6gOjtQaRm+ofBHcrHbpiR2iLVf2\n9WDfE7q4svTCQ5O/B6aJ88tLh+9EIPqQRFmGUwiRFfQ1u06dtugNrmCZnssi\nufVb\r\n=L7IX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lighthouse-core/index.js","engines":{"node":">=10.13"},"gitHead":"f71cfc0ab431afbc2a2a4225c0222ba0fcda33e5","scripts":{"fast":"yarn start --emulated-form-factor=none --throttlingMethod=provided","lint":"[ \"$CI\" = true ] && eslint --quiet -f codeframe . || eslint .","test":"yarn diff:sample-json && yarn lint --quiet && yarn unit && yarn type-check","unit":"yarn unit-core && yarn unit-cli && yarn unit-viewer","clean":"rimraf dist proto/scripts/*.json proto/scripts/*_pb2.* proto/scripts/*_pb.* proto/scripts/__pycache__ proto/scripts/*.pyc *.report.html *.report.dom.html *.report.json *.devtoolslog.json *.trace.json lighthouse-core/lib/i18n/locales/*.ctc.json || true","debug":"node --inspect-brk ./lighthouse-cli/index.js","smoke":"node lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js","start":"node ./lighthouse-cli/index.js","watch":"yarn unit-core --watch","chrome":"node lighthouse-core/scripts/manual-chrome-launcher.js","codecov":"codecov -f unit-coverage.lcov -F unit && codecov -f smoke-coverage.lcov -F smoke","unit:ci":"npm run unit-core -- --runInBand --ci --coverage && npm run unit-cli -- --runInBand --ci --coverage && npm run unit-viewer -- --runInBand --ci --coverage","build-lr":"node ./build/build-lightrider-bundles.js","cli-unit":"yarn unit-cli","coverage":"yarn unit:cicoverage && nyc report --reporter html","devtools":"bash lighthouse-core/scripts/roll-to-devtools.sh","unit-cli":"jest \"lighthouse-cli/\"","build-all":"npm-run-posix-or-windows build-all:task","changelog":"conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file","core-unit":"yarn unit-core","coveralls":"cat unit-coverage.lcov | coveralls","now-build":"node lighthouse-core/scripts/build-report-for-autodeployment.js && yarn build-viewer && yarn build-treemap && cp -r dist/gh-pages dist/now/gh-pages","test-docs":"yarn --cwd docs/recipes/auth && jest docs/recipes/integration-test && yarn --cwd docs/recipes/custom-gatherer-puppeteer test","unit-core":"jest \"lighthouse-core/\"","build-pack":"bash build/build-pack.sh","serve-dist":"cd dist && python -m SimpleHTTPServer","test-proto":"yarn compile-proto && yarn build-proto-roundtrip","type-check":"tsc -p . && tsc -p lighthouse-viewer/ && tsc -p lighthouse-treemap/","i18n:checks":"./lighthouse-core/scripts/i18n/assert-strings-collected.sh","test-bundle":"yarn smoke --runner bundle -j=1 --retries=2 --invert-match forms","test-viewer":"yarn unit-viewer && jest lighthouse-viewer/test/viewer-test-pptr.js","unit-viewer":"jest \"lighthouse-viewer/.*-test.js\"","viewer-unit":"yarn unit-viewer","build-viewer":"node ./build/build-viewer.js","dogfood-lhci":"./lighthouse-core/scripts/dogfood-lhci.sh","run-devtools":"bash lighthouse-core/test/chromium-web-tests/test-page-devtools.sh","serve-viewer":"yarn serve-gh-pages","test-clients":"jest \"clients/\"","test-lantern":"bash lighthouse-core/scripts/test-lantern.sh","test-treemap":"jest lighthouse-treemap/test/treemap-test-pptr.js","timing-trace":"node lighthouse-core/scripts/generate-timing-trace.js","build-cdt-lib":"node ./build/build-cdt-lib.js","build-treemap":"node ./build/build-treemap.js","compile-proto":"protoc --python_out=./ ./proto/lighthouse-result.proto && mv ./proto/*_pb2.py ./proto/scripts || (echo \"❌ Install protobuf ≥ 3.7.1 to compile the proto file.\" && false)","deploy-viewer":"yarn build-viewer --deploy","open-devtools":"bash lighthouse-core/scripts/open-devtools.sh","serve-treemap":"yarn serve-gh-pages","static-server":"node lighthouse-cli/test/fixtures/static-server.js","test-devtools":"bash lighthouse-core/test/chromium-web-tests/test-locally.sh","build-all:task":"yarn build-cdt-lib && yarn build-devtools && (yarn build-extension & yarn build-lr & yarn build-viewer & yarn build-treemap & yarn build-smokehouse-bundle & wait) && yarn build-pack","build-devtools":"(yarn unlink || true) && yarn link && yarn link lighthouse && node ./build/build-bundle.js clients/devtools-entry.js dist/lighthouse-dt-bundle.js && node ./build/build-dt-report-resources.js","coverage:smoke":"yarn smoke:cicoverage && nyc report --reporter html","deploy-treemap":"yarn build-treemap --deploy","serve-gh-pages":"cd dist/gh-pages && python -m SimpleHTTPServer","build-extension":"yarn build-extension-chrome && yarn build-extension-firefox","save-latest-run":"./lighthouse-core/scripts/save-latest-run.sh","unit:cicoverage":"nyc --all --hook-run-in-context npm run unit:ci && nyc report --reporter text-lcov > unit-coverage.lcov","diff:sample-json":"yarn i18n:checks && bash lighthouse-core/scripts/assert-golden-lhr-unchanged.sh","smoke:cicoverage":"nyc npm run smoke -- -j=1 --retries=2 && nyc report --reporter text-lcov > smoke-coverage.lcov","minify-latest-run":"./lighthouse-core/scripts/lantern/minify-trace.js ./latest-run/defaultPass.trace.json ./latest-run/defaultPass.trace.min.json && ./lighthouse-core/scripts/lantern/minify-devtoolslog.js ./latest-run/defaultPass.devtoolslog.json ./latest-run/defaultPass.devtoolslog.min.json","update:sample-json":"yarn i18n:collect-strings && node ./lighthouse-cli -A=./lighthouse-core/test/results/artifacts --config-path=./lighthouse-core/test/results/sample-config.js --output=json --output-path=./lighthouse-core/test/results/sample_v2.json && node lighthouse-core/scripts/cleanup-LHR-for-diff.js ./lighthouse-core/test/results/sample_v2.json --only-remove-timing","i18n:collect-strings":"node lighthouse-core/scripts/i18n/collect-strings.js","update:test-devtools":"bash lighthouse-core/test/chromium-web-tests/test-locally.sh --reset-results","build-proto-roundtrip":"mkdir -p .tmp && cross-env PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2 python proto/scripts/json_roundtrip_via_proto.py","computeBenchmarkIndex":"./lighthouse-core/scripts/benchmark.js","update:lantern-master":"node lighthouse-core/scripts/lantern/update-master-lantern-values.js","build-all:task:windows":"yarn build-cdt-lib && yarn build-extension && yarn build-devtools && yarn build-lr && yarn build-viewer && yarn build-treemap && yarn build-smokehouse-bundle","build-extension-chrome":"node ./build/build-extension.js chrome","test-legacy-javascript":"bash lighthouse-core/scripts/test-legacy-javascript.sh","build-extension-firefox":"node ./build/build-extension.js firefox","build-smokehouse-bundle":"node ./build/build-smokehouse-bundle.js","update:sample-artifacts":"node lighthouse-core/scripts/update-report-fixtures.js"},"_npmUser":{"name":"patrickhulce","email":"patrick.hulce@gmail.com"},"repository":{"url":"git+https://github.com/GoogleChrome/lighthouse.git","type":"git"},"_npmVersion":"6.4.1","description":"Automated auditing, performance metrics, and best practices for the web.","directories":{},"_nodeVersion":"10.15.3","dependencies":{"ws":"3.3.2","intl":"^1.2.5","open":"^6.4.0","raven":"^2.2.1","yargs":"3.32.0","jsonld":"^1.5.0","rimraf":"^2.6.1","semver":"^5.3.0","jpeg-js":"^0.4.1","ps-list":"^7.2.0","axe-core":"3.5.5","cssstyle":"1.2.1","inquirer":"^7.3.3","lodash.get":"^4.4.2","lodash.set":"^4.3.2","configstore":"^5.0.1","jsonlint-mod":"^1.7.5","yargs-parser":"^18.1.3","robots-parser":"^2.0.1","lodash.isequal":"^4.5.0","speedline-core":"^1.4.3","chrome-launcher":"^0.13.4","third-party-web":"^0.12.2","update-notifier":"^4.1.0","http-link-header":"^0.8.0","intl-pluralrules":"^1.0.3","lighthouse-logger":"^1.2.0","intl-messageformat":"^4.4.0","js-library-detector":"^6.4.0","metaviewport-parser":"0.2.0","parse-cache-control":"1.0.1","lookup-closest-locale":"6.0.4","lighthouse-stack-packs":"^1.3.0","details-element-polyfill":"^2.4.0"},"_hasShrinkwrap":false,"devDependencies":{"cpy":"^7.0.1","nyc":"^13.3.0","glob":"^7.1.3","jest":"^24.9.0","chalk":"^2.4.1","jsdom":"^12.2.0","eslint":"^4.19.1","terser":"^4.2.0","angular":"^1.7.4","codecov":"^3.7.0","archiver":"^3.0.0","exorcist":"^1.0.1","gh-pages":"^2.0.1","prettier":"^1.14.3","@types/ws":"^4.0.1","coveralls":"^3.0.3","cross-env":"^7.0.2","puppeteer":"^1.19.0","@types/cpy":"^5.1.0","browserify":"^16.2.3","idb-keyval":"2.2.0","typescript":"4.1.2","@types/jest":"^24.0.9","@types/node":"*","@types/raven":"^2.5.1","@types/yargs":"^8.0.2","@types/chrome":"^0.0.60","@types/eslint":"^4.16.6","@types/rimraf":"^2.0.2","@types/semver":"^5.5.0","csv-validator":"^0.0.3","@firebase/util":"0.2.1","@types/jpeg-js":"^0.3.0","@wardpeet/brfs":"2.1.0","webtreemap-cdt":"^3.0.1","@types/archiver":"^2.1.2","@types/exorcist":"^0.4.5","@types/gh-pages":"^2.0.0","@types/inquirer":"^7.3.1","@types/puppeteer":"1.19.x","isomorphic-fetch":"^2.2.1","lodash.clonedeep":"^4.5.0","@types/browserify":"^12.0.36","@types/lodash.get":"^4.4.6","@types/lodash.set":"^4.3.6","browserify-banner":"^1.0.15","bundle-phobia-cli":"^0.14.6","devtools-protocol":"0.0.805376","@build-tracker/cli":"^1.0.0-beta.15","@types/configstore":"^4.0.0","@firebase/app-types":"0.3.1","@types/yargs-parser":"^15.0.0","@firebase/auth-types":"0.3.2","eslint-config-google":"^0.9.1","@types/lodash.isequal":"^4.5.2","pretty-json-stringify":"^0.0.2","@types/update-notifier":"^4.1.0","@types/google.analytics":"0.0.39","@types/lodash.clonedeep":"^4.5.6","package-json-versionify":"^1.0.4","chrome-devtools-frontend":"1.0.727089","npm-run-posix-or-windows":"^2.0.2","eslint-plugin-local-rules":"0.1.0","intl-messageformat-parser":"^1.8.1","conventional-changelog-cli":"^1.3.4","@types/css-font-loading-module":"^0.0.2","@types/resize-observer-browser":"^0.1.1","lighthouse-plugin-publisher-ads":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/lighthouse_6.5.0_1606837720801_0.9010683217443203","host":"s3://npm-registry-packages"}}