{"_id":"puppeteer-screen-recorder","_rev":"26-c6d5a50f8eb110fe7a0876ea97a370ae","name":"puppeteer-screen-recorder","dist-tags":{"latest":"3.0.6"},"versions":{"1.0.3":{"name":"puppeteer-screen-recorder","version":"1.0.3","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.0.3","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://github.com/prasanaworld/puppeteer-screen-recorder","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"b9cd962c174f8627a9c104656cac57bf223a472a","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.0.3.tgz","fileCount":20,"integrity":"sha512-TH781Ad3zIHio9MAB+52MN4yi99iq6gDhhoXzAtforQUlXOSqAXMmTv4lVQUZjCDF8+ikWRSZ7jS/iE23//CKA==","signatures":[{"sig":"MEUCIQCTpOeplm/nV4TJ5GmORfcG1SnX4y+weNSg0/uzyHL+yQIgceU9r7LFaSuBNy+Mva5Te4XXxTMcIc6ApWNzvfT5z7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNCTVCRA9TVsSAnZWagAAOoAQAI0mV8Sl5apnPkqtsSI1\nhaMf2bh8fvfuyynCjBR55A9joaMblU63Fiy2hUMNpdHZkouRwxqCfpnmzy+z\n+BkEOuNnskEtbOS+gJq7FjtyiNiaolLWo+Tb4SVwnxhhUAITPrqqh5+gIHqw\nDAjoH5LXPBSSFoWOAN0P8xxKgjEDqo2BoTDASGvLA3FehUQ1BElSY2aLFjmn\nVUEOgJqxnDoFyf47qJ6TSVaZS8H2aQb0AARYr6Gk3EzJTMNF/yew67YIenzP\nVMTjzqbgg0dArkuOs130nNw2dfjpfVrRksKFUM89bV4zzlUeS4CxjruYMfUc\nQPe6V/KwzaDUUaDysLHtDBOCsUn7/3LVa0N5RAMEPKSz8GGDBUzfpqsG7311\nmk7768UNnUdMHXXxodh6U9Q9XpjgzdV49CYVXJHTfB8y++Sy5DEw+qQTiMb5\n5aBFVmAq5H4R7mnMJQCzcbe3R3O11r/ugpiWiuRoh72R/rGx8mn5dRQj7cgb\nJuSA1RTxwoQyfI5z0zl1KeRHcuURHBd26qlHVn/ZCs8d6proJkE+PFoHPrsh\n1ooPKRtpytgCeNSfdZ2douRuJnKLpNTyqYf7HjwBsMdra6137WxvW91Q1UL0\nlJUoSd5xOvNSzc3M/oJuVTLnwcS56rhQTNuYdWKphmN0Guz8V0ETJgo5yobi\nSCOp\r\n=Bt6y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"55d15ff4a4963da3ba244fcb67bc8ba00a79864b","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"An utility tool which is useful for capturing screen or record video using the puppeteer","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.0.3_1614030036630_0.42406056043893425","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"puppeteer-screen-recorder","version":"1.0.4","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.0.4","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://github.com/prasanaworld/puppeteer-screen-recorder","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"ec50ea4f59a836b8256286338a49ffb5abab9607","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.0.4.tgz","fileCount":20,"integrity":"sha512-Jzng+GJTo2xq1Ku3DEMom+ia8jzB29xVDQ9dxKXX8CkEzhHdHIMMVdn9z0S/biua0f2FTes8fYC95NIUvz+p3A==","signatures":[{"sig":"MEUCIHVw6clttTFGXgMgKUeUPcwpvu44XlkWncsLCkdEe1n4AiEA7zzxj63z2B9nYlMlw8dIzDtS2nI58QvetAt3XyX2pK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNOlyCRA9TVsSAnZWagAAeeAP/iUQK7+2s8LXfuv9/A/7\n6CCbEG308/1AChTio5LGgu6C1AujwAuuWhkm0sZ0NQZeya7Ev3bMKlV1txvD\nRnH6y9TqMh8GtLE/Z7jyXGczrINjNRQ98wY6p7cgUUiAM+L8+T+htxo1HzpA\ntzk11iwdE0bTR5wBT9AuTKnGGIlCuOWZkM1HMGDqdIjcY2YrhdTF2ma2tpU3\nWLgU5fjTv3RMgdzYq4HakZvufPQFKYyi5LUwX4SzAoT0mQUhCbI2zGYkOgFN\nEIRNJoSnz0JuLfnLOXFRCRrb8M87unb8fDRg0Cxl8U6RO8fzTsLKjE3z2aZL\nZE5yVZUByMA23EarqOFJhMgFhzlVxZAZLLzsBgWDOQC1uC2zB5f7lf7g6E79\nGyZKRqQvZc+4uVwN+zndNLbnOiPtrdF8xMXxqh6dD4HNu7OthJEj7eDNoSFY\nPAxKp0L7cORG64+R76/rhCraGmrYiemuF5sDHVVihaMHcCLaoIWxpHnnQkcz\nsR/h/8uB8C+v9iVBQ2MT+4jNGaNX6lXFsHnht4KVNBxKA1yGJWS38dCQ8wBA\ns4362VGZDzTNTP23XCvNmTb28xMUpu0XzS40F5LhZBvHLbFd49N/gsGBIF41\n+EF2YnaSDphgKNewYBzP9ldm5Dghw5jupZNbY7dqj/Q+PhsV4hTZYE0gch4A\nfCky\r\n=+N2N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"bf62985949e4d89218a0a3e7e009c178f5c56a7a","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"An utility tool which is useful for capturing screen or record video using the puppeteer","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.0.4_1614080369896_0.02607880808258356","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"puppeteer-screen-recorder","version":"1.1.0","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.0","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://github.com/prasanaworld/puppeteer-screen-recorder","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"016625f7a59eaf21fd6cfdb1ea967eb2793ac515","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.0.tgz","fileCount":20,"integrity":"sha512-IwpHxmVI6to7ndPoWB0Dg4UEZQnLVkMAeXy/Jc/Pc3dfWHf9RM72QtPnNKx8CgyLfhO7TJAHtn1jaimv933kzQ==","signatures":[{"sig":"MEUCIAswRNQtexFJ6FC5+2vpq9GKt/Dhwr4zGqvU/akuvaSlAiEA8EEAlEGJXfwthKOI4pm5RuumrXJaroB/Nuky6yItTEU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNOnuCRA9TVsSAnZWagAAOboQAJt+fnaXTWoEvOt4xT88\nTrFOMeENdUZ+YpQtOHt1fZ+CtxhegXY1pq7p7NdXuBwLyBmxsRV8gsJ8RtyT\nzo9ctw9ExZCz++iYd5PRC/46avr1wbTtZC2NXyMXAAdGt4cJ6cEFDaXyeSu+\nNgVIh8QPp2XkNflZzpFvgdtamk/VPbXoJxc0aPLnoPI59fAp6lXleUuWVJD2\nr/H5w5gGz4jtNHKBmd4WQb/4DMl+J4WKOx7YWRKCxcJA1rIzkxmgh+vqbUlX\nN26ODWhx3H6ZbdSPrzFUvjijUqTO76Pa20izS0Y/O+jsdsY96RemnusKhvJB\nmeLQPEM6XAF1VZhwbnyrkqBGkMYyJCMBfqMDRj9ihi49d0+asZ6ik4lpJnhk\nBr9j/shJ87Jp5U9iZJ+LqXuupQw1h5JKIcCOLjvnu2c1CY11XdCMX4+/Ukuq\nbiiVfuuZ2aoOWRln2TUCB/KZN2csxfCKTAFHDtWznkdgsKma/+FcIVa67fQ+\nZzyCX3b0C6qrzJkiwFz7py7SfcpNSX5RpaVoED2zbsw7MaICviJ48jss5jPj\ntZlMCAM1nBtbwiIq5bH1dF+VhnXKH/fCQcU1K5iAWMI6ZINZ8+fK1JPV6Q2H\nQX0HiIBp5Pe/uvCJG+SZmWzlgxvs7NO2y+WkGjX/WwFsUXAupbd+Wib+vHz1\nSR6+\r\n=RcSO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"834271a531738a29ded86ece0dfaea4b6bf0fd68","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"An utility tool which is useful for capturing screen or record video using the puppeteer","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.0_1614080494074_0.13378348735382373","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"puppeteer-screen-recorder","version":"1.1.1","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.1","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://github.com/prasanaworld/puppeteer-screen-recorder","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"e1326f2c1fb701b0fd98bf2b35fb09f59ab892d8","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.1.tgz","fileCount":20,"integrity":"sha512-aumQSbX9ivz9je6INHMDJEWxbzQVVqef83iOd6svWFUbeAniatoadkBxZGEmAbu0avK5GHJ4+yn8e8XAuDedxQ==","signatures":[{"sig":"MEYCIQCDG65xcGpbbegglVurhWJKN7jA2vnDe0pR5iu5TYMS/wIhAPETRrS5JIUVKHphWxSSV0tn2WYSyaU3lm4Yu2xRO8F9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNeq6CRA9TVsSAnZWagAAhw8P/3vtqKb2P6dFXflo4eKG\nPAIx01IH/Vo71VPBcu+uJK7dLWbM/L4+cdz3qcdUEjs0RK8e/D60z0QWctmB\n4boNnDZXQ4lORISQGfO4jF3I8cUZqaOAHaZ/ChwLMWqoMhkij1gMKo8tyuox\nxsXoAOnm1l/DKLNQrcBGThSu/qgJlfFyY7v7I36fNRU26k4L5dOrMkXEdZsG\nEwGUMIWCsJ5r6j1kNb4NmeAaEFU7cvY2xCVcSbNXR1bG8aGemR/HS0Nxqs7R\nZc49mSQ0Os5wrKJaY6BWNuhyu8qK6Ir+jUZK0Lq6WVu86P96Ii91/2T+4BJ7\nv1a/Qw3C1HjYoQBeFCoxvD1nIGQ6ZxzCwIc0ASaLed3Sup/wqdso3KqzX/73\nCDC8FSFd8iz/Klepiq8pAiUcc8Xk8WQ3yFBkUBVu08uUUWbT020l8YBLwgE4\noFtnv/JXAuZYPLgXKDgyEIcWbDQojk+f+f/7ub1kaRo5tp/NO7EcB8L4dRQd\nLsKwlkLymTrqt9jYZoOJpXn7EyWWrW8IZs3/qaVmchlim2pJ9BRteh++Fr8R\nobEk89QouV1kFll6OaCwATr3R52YcDm+HTCYu3lPU/076F3FsSwwztLK7hy7\naDKXhU5Uga9JoXLPyLS1V8djnBPsylBhA4NXtIpiu+rGpSDULv5Rwq2e59wb\nmrnL\r\n=VD54\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"36d49779bca7a866e841e1abbe498b02de080e41","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"An utility tool which is useful for capturing screen or record video using the puppeteer","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.1_1614146233898_0.4993970642072998","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"puppeteer-screen-recorder","version":"1.1.2","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.2","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"69d1ea2d6880eab7a0b8e2a390a76d5621563593","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.2.tgz","fileCount":20,"integrity":"sha512-iGSdZrZgzkDuHnontYc/7oLiomHBoCf+TOPU2Qhr9JX7AWkuESiHA10Gm6fcFcmOuUwRtsEG+8oDNhHpx13H3g==","signatures":[{"sig":"MEUCIBZ/RVbIQ1sL9trD6gX/0bErTc01N6EPTsharWZOOg4pAiEAuO/PujfyrOFXERQ3GyQAhCa8q2VPQXZVHoKewbL9haQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgN/dmCRA9TVsSAnZWagAA37AP/0Q4+3/O+WyoWto4doID\nIQ/l/Q4BmO2v0pkqVin31LRNNcWRU1jOcaG1JFEOOFkenR7Tf1RbHtqCDeLU\nhekK5AW5cjeaMwTL+uWD/3JETjeO7yY9qKWSOBpdnO0rNA0OR2ouJJXbTi7L\n/NlNjQycx262BKYivkRoeh2JwENhMr5Y8IsdtWVOzetz7NYAVHnaselgRTdZ\nrOvqp3Q7uUHyTdxP5q2OtWsvCR0UuX1lEkx/tWGmjd98QIe2oQoqO02hEJ6k\nhExw8r4d+nJRrm3zrB0kbHHo8OP5E7XtXtNsgHSBaaCiq0AdDMG1BV1ZWcXl\n3Gj7/cqYhvWxNy9arGTIgFhUPdhMG6noY0UFGcnr86TjeU6QzhXY1tn8OTkq\nqQmv7UZURTcARNZhW8Fb/0LhmhHU4OO8JxqJ51C5O4WNBY5pxXhJ8afgGSfe\nqHqSKoBHK5Dums9bvLrqDpVV37qfZABQVh909qlE5bvF1CRBJXtEFv66rvfG\nkyqcORy8Vo7envGg7exDTr64okypGJhUaeGh48J1ZpbC6UGbWYA1usuwO+z0\ncXG/lJ5rmuH6Mu2tiMdVjT52BHmVvUTZOblGEpyqkDP87+FkILWY7ZFVFq/y\ncS2lsJP5NPv0l4nC4F+yJwAmwpG+yvV++op93UQyhLqs3opkmhpsDaZhjzGN\n7Iyb\r\n=g1zV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"e6d9ddf8513ab823f04e46f11cc934ad8bdc327a","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin which uses the native [chrome devtool protocol](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-startScreencast) for capturing screen and record video frame by frame. Also support option to follow pages which are ope","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.2_1614280549359_0.9737537425380565","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"puppeteer-screen-recorder","version":"1.1.3","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.3","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"e826bba968eed00c7e1e4cb8b00c3621c1df5ab4","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.3.tgz","fileCount":20,"integrity":"sha512-BcbbO2MrXoQQPlMS2ESp1Ixa6h47vL4OaTtwYPeIXK7A2/hEh+ufbHoQ2HDmhzpOoCjy1Lzd+ITBjXXWRgruxg==","signatures":[{"sig":"MEYCIQDdBby9SkKuy1pU0hUOnBm42zw0g060gff3N1lcXMIanAIhAJisRzbOW4k4GNA7+x4gNbPK46/QSZcar1DQ3KoqWarT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgN/oDCRA9TVsSAnZWagAAP6QQAIYukB5AaS8mQ1ffufKe\n6Dr9kkKjlZTNgsZDi+LAWfO3pjwqamRvlYYFVZ/KaxV4qWnobRwlQOHqybg9\nJCxIrNlnIN33NNddaT7Q5NI563h5ZVfaebFOa5nUfMWBxfmMGH/D7RBTBn0Q\nwLprB4wv7ERHpVrQDQOqTUKjwQiZTiA3jT3u4fMXMQ3OXpUFiNHE58h7yFQe\nEQBmQPxdxHEh7YkjiNQtzD4v+SloFKrZmSLC/ogBcWf56EhmGohd3tHQ6N+y\n7IH10Hq/nPymp1cETOXE8/iYlISFIaBWV7JqC1xMepNmwneDaKLWUDAxEUsq\n+RcrooBIG3uaU0KCTZwMvB9ZIvstJoINGtFrad76/H4YQWfQFfXyZTqvb2ul\n7O0T27g4QLwacfY3miaXiQKXi1L4vZOFKP+XmNkL8IZ2JDXaP7hNTzGs3wWg\n6QXG8hAHcSwziBsN0kOHoQCwkjPBWAzlbS8rrIMHFnWpW1NwLji4gJeac3u4\nKJd9hE2+QeYCWHRawE3M7p0b7lJ813oU939DDidv4slA5Hsyt2u9M+rxWoyu\n5e1pRk5z06bTLyb441nMfSp+PbwWhRjzd+WpPddRBKMfR5Y9Nijf00Tqda8/\nWLmJ/LHx1KjJtR/CUYSM++9I/rEi3/6SZlcIYY2/aTh8elTeuIFYWRKbRA/K\nwMct\r\n=4nWO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"ee28081b839d9c51a38a9f0adcb8d2d01174118d","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.3_1614281218279_0.25826416861913026","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"puppeteer-screen-recorder","version":"1.1.4","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.4","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"d910ab5166339141c69355fb4dcfa18ed723f2b7","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.4.tgz","fileCount":20,"integrity":"sha512-TpJRZo34ji7rgIzyFWaq8YBTh+pRfGy1tORGTPhc5DUPK0wiZqZpZp6M/zK5f5TR0dwV+IwVViGhivOOaPy/4Q==","signatures":[{"sig":"MEYCIQCslmIsCmKRUBSWLLiXneVmystw8c1he585C6vto0jaZgIhAO8K8vYH+rLQH17thMMwcRAPY9SiVVhu/SwL7Y9yiPjO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOUZ9CRA9TVsSAnZWagAA7eQQAIhDo7JjZOLCfUclCmG5\nIL/Cb0j76LZ4qAH8C4mqsYgD0x8mnDGk0mfIdT+0kxob61s0sKQtHSGf+fKK\nXBaK+QOR3dWP+8E39kDKutg0Iom4XpSvudf/LxuaNwdtyOEP7NOt2P3iP3rR\ndbyOsNid0rTpHrzuZhiGdIIVbUhI5nO9K13YKWH27bI5+mvY1fOXDdabSYNE\n4twjSI08TLggVgHNsVxs6Mnz5JvignZ7/6NF+kjoZ+GUiwyoOTdvmYVELwVx\nfam299emJxdfEob4bF1jaqTIC9jpqfnau+F55Tu3jrLwunG8kaIEGOEmak+u\nHqjgmBHsgFgy1tvqdbdj4Ld+ohDXu+S+ZTN6s4LFDl7VDodyrpnNuKyy+od+\n1kONKyM3ELhqzKUYP5Ce3ZBn2CouuuA6OzwQjMx6zOMEk0XirSblpRQAw1Po\nQy1raRKqp9WRclH3bxP8EdGsF5KnEST0MohejfHvOCZfi8vWhoQferewcABC\nNsChAMmoah/MsZA0qj0N3NDRj/R3H8vmQh8WiRIKyqzKr7IONDY8Gm85sPOK\nsT0fzwqYSLv3POy7A8Af3i/esRI5JZwnHroFhznGdkdkrB9fBhJoNLa4jxHa\nWdJ+p5CfOiBieyUHCBrLLJ+B0mumhG+xfj+92FaXMjasf+/buejiqomKKJly\nePrx\r\n=zwLM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"b29d087a8e1361eae539030678345dcc0080290e","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.4_1614366332799_0.24687735442726755","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"puppeteer-screen-recorder","version":"1.1.5","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.5","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"6f2c5043d1aa397221680fd2872badb9f3355fd0","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.5.tgz","fileCount":20,"integrity":"sha512-B03mTbrveSqGkX93kPRRUiMhBEjH0vfz3DCEbeZ1+/ysJn973i6KDfHzVdcDwQRfzXKle+QhhCwnO4lm1vzQ0Q==","signatures":[{"sig":"MEYCIQDLe9RZPNoswEKtovJYRxm1xHTMBfdUafPKPqfd+Da5WQIhANziGz4poa1UAkNMXPns7RDruugLbURErzN1L7y0cToD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOU0ACRA9TVsSAnZWagAALTkP+QAwu2TeQfmPc2uAdfGf\nGQK8sGAgGkP84LMS6iHS3oxd43G8AbwLRJaHjCUIdEhWPkJoQDwm4U3JI9+G\nB1Y2RXoIlBQ8twkmRUqi2iq5kLYy0SEyGRpqLZF2/v5adwRoTOcMuZFXEnGH\nakgS79lLZ8+F77FNHn1XlQ2N5hZMi7sgX7Y85dCYhV+rSSJli8G/iZrSAulK\ns8FwNfYNt0tE0obn+N8tnXY1s0oPwI+kgV2eDylRjhAfQDUSoINxg4QucG8D\nGv4u7ROP6I9tPyPLZ9CT8RNXxIdiFnkPqKBrdvy0GeYUAH0yYzj7v6Vckl7p\nkN0I/q0ZQ2BXf6kdv5NjFfgNiEZYwlQZ0RhzEqssD1FY+dlBzxMwvEa/3wbA\ntasxY32Psfl4/SPm3m1UhWKELJbwPmiC+iihzdPle35xZzx0aBsXLweJbuNk\nfpXUvUnRFf3Jn5r7yGF5E86hM7qXTmnsU85OJkBUmoBe9AcRTTRhRRwgBv6K\n2dcqdanQ3vw/wLCtJq8kWEfC83i1QLlNrXMtzoEtogTfpo7oGejlHLoUvNOa\n9Da28KWv3gzy3hTkYiyNHBWr/5tr0zRx4mXif1ofMeRDj3HGS3NIFevkjq1n\npP8QmJrR6k9BQubM7kq+v5TQYHg17H7dFARjaOVNSzFzPLuDfwMcqevnYyA0\nNeIy\r\n=EEDP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"b07a0e5fa114e6aea299eb19b3f2441193433d16","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.5_1614368000016_0.7802562264683655","host":"s3://npm-registry-packages"}},"1.1.6":{"name":"puppeteer-screen-recorder","version":"1.1.6","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.6","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"22f2577702abd7271b36197f7b4f69272def895f","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.6.tgz","fileCount":20,"integrity":"sha512-6A6+hNUvYQH7j9J3lFaAazNFsQt0oVJpx8CSJLzz5RspMzOpBK1yYuAXXp3GANbttjaVGs+5e1SGoQF6gJPaIg==","signatures":[{"sig":"MEQCICo/PvJX/ej6/7NhVmSNaYGZrxji+0pKhx18kCwtYHRhAiBGSkMkiTNCcMFw46NY28padZCTncSUk7kUi1aeCM3VWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78603,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQLl2CRA9TVsSAnZWagAAHmEP/01CgVPvDF+CLNO+dXHQ\nNfm3guP3LPAzFDaEDhcxhl9nLlscu9qvQvq8rfjIsqokWuN27k18OlLfz22l\n+0tWyt1MvYPiFlwDQj04rGbeKRDtRexVKD4UUfFtFgGtdZyRzNG06aLhuS7+\nWGcooyKW6ZUpvFLUK9uXjo6NXvo7HpyaXADmtjxgDQpd9T/Skr3/IpNvd1Ur\nZBPlQKzderBf10tD/ppkP8V8DSHey3GMDGGHq/Wp8EsYCTL/PIpgZSX33LsI\njfBh+Nr556kpEuHvmsuH8JZLEuv6B6Et0xY7HnXcOkKaK/LGJERLLEc7zqwo\nbrj1ADdarp6nEBce0uoBHjAunVTh/wFGEJInbv0rbJf+aR2Xr6uIWoyI83LY\nruhTx8Y0UNbPgE0nSUEEVxb6N6ql6EmWjxri3eFF4hDEa3WqbqWreU2zfNii\nZ/laCBd4Qh/UCW1zg36M0eL5O0u3NCWMA5Ajr6mFR18n5QjOdfONbTWwWQ5Z\nAdEdbp1FB6QrZm6bTTAee/pbw2JlzHzz/ZxY6OCMk3Agu3v8XNOcCHtqWzMJ\nbR0VyheQeIvV6FanuS+AN+SDq1dewQJ4Z0+qnywfsn2vG8ao2UVHg0J5nMO+\nK57Tf4369RSQKPHN8KFjLUuQPL5dDEX/UY7TGtML0RGyuHaQVX0MmDKVtx1K\ndutU\r\n=BDky\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"26311c2c6397ebd1aba5390b0ef944df14b69188","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.6_1614854518004_0.34412024628164795","host":"s3://npm-registry-packages"}},"1.1.7":{"name":"puppeteer-screen-recorder","version":"1.1.7","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.7","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"f7345a45c567378e88b93784cd9692aa1a2d0257","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.7.tgz","fileCount":20,"integrity":"sha512-13Me8X3HJb0IP+xiZUh2lv3pxsIAoWc3AV26P/fWtxpierZmqB6j+QYgwQtDqJSNuAGqDwkZImGf9jTu8sZTLA==","signatures":[{"sig":"MEQCIGmX/9VnouvQvUyqTqEWWqoVwHtq4Y39Z4niv31gC4h7AiBwMZ13zxkCUrz2ZT7tWhEQPkJujEoaAt0nGYoFR4kFIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYJtCCRA9TVsSAnZWagAAUJwP/2nZAQ8xxPt3RS4yGeor\noUZsTFm+P7wrr0EduLwl2knpcDPGGtQkKeZ6CzWYYkJtyCl7EDjJ6u+6lsJP\n8lCnOHdB5hb6BTgIGoX3nMRLWJnHIrBDjhVWCE1ClzKdjAa4LPekK45iMtI3\n2RtC3xV68FPM8yZjNYa8hetGu3jDpVPpfvqz7FyLqdd0bXlPdPlphQTgfMAC\nExacn7CLQiQ2Ghln0dpg3WduAFRPAtJv0U7KBP6xVXkfHDlwTa+/39sQYXKk\nJfNGivU3xANI1tCOLFyd4v/uMQ6C4z3EezFZG0fmSMfdCLeYP4QeCzhmQiyR\nD8HMLXu15tMsSDgvEV5L0pJyXX6zidCHGgBizuQY7/w91JTCbrNgyP+X+atc\nFxLOQIG/str/AA88jVzFs+vHDP0CHbGLujS7GQvIU5m++W9niHfE4nlI36qD\niMKo7ywJXOYYiBMxIUuGc2pQKnNF//OoWnyEXDXUbfPD3iHKb+ZdEmXjaJaL\n8ET5dbovaAvO1ANXH/GRu8l5DyqJgGeXGWHdPTsBUyys9cIA50EOK0GPdA7s\nKwZ4l3Fs+fprYnrtLJjiXdAJIH+7ztTYc2b5McV7vQzIi3toE1t/3fVyT7M9\npGCMO+mPupRStTchmfLnIWmsnezkSPzT8a5pj44MCKVPj9iEBTymQOgNBt7S\nV2rL\r\n=gSbu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"8fea96b0def3d0b054e6d606b1bcd1ee1240039d","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.7_1616943937732_0.09868824093987483","host":"s3://npm-registry-packages"}},"1.1.9":{"name":"puppeteer-screen-recorder","version":"1.1.9","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.9","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"863ed6bf66da46e215e72b88ee3fb96ba51dd041","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.9.tgz","fileCount":20,"integrity":"sha512-mYQgLkZxDzjOFQgyEHE7iDwk4ETzGECRxG/EFudAk+bwFGPg+lDdD2vvQpiSvLAsHlQ4BPsXWnJjvCAcq23CXg==","signatures":[{"sig":"MEQCIAefe9kK9r3aiWNz58Gi+wPAJyOrN8vEbLpybFSxmmO/AiB62Dct6nail/OR23Y3CJ7YDl7BwLEiQd78TVQJHYfeJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYL1tCRA9TVsSAnZWagAA7FkP/1w0nvG83Pl5fZA5F9oE\nd30q1vaUeRhycmSR5kD95Z7jnrXxCDT/SWxyjy+nNauLFxxtseQHYM8tbvG9\nrbDk083qwocNY0vQRLhM/T4UCsRUe8AItgN75nKpRoXgbOBgM4cjtes0tlHH\nMsrYwnehl4drZYsnMmkBtDefvM9KbfgId6+kDdv5lsUMyHxlGBcqxOJHX+OU\n0llor/u4PZDFlo+xXk4Ysav1VYIJvSLOXVZgn8KaFKhg+4GRo49nnj+zWY29\nw7PGa1u3elQiGxwGtf9cswUGP8KKn2ax9oj6Dsh7tOLYiwXr0xZxoc0uXrao\nBovoVjYrOyvF1znoo4E7PCJo20er0QhoFwkzgovjYPYJcySbvTUdABe1xopN\nT/UH6rRCMWdjcfpAp15LZnVoa+mZkML2I7Lbwesf8KX5QbJntI5F3pAdVRdh\n37kA0CtRe69A7w3C274bLTilCN2DLJibxl2CgpcRlW/Jb0eeBjj+MNMsHeWo\nJCuA+maRynVfQlyWgrxAOHmF8X8EUzi/Er7aHA1UoWz1g+ww2A21V0movI2g\nwbVDtEAbNDHhN2mFFAFNRggJkXkylWZFfO3NlY9wm4S4MvcQkTX3i5yN8QWV\n9d1t8zDienwTlse5h4r6qjpjUQMFDZMVCVEjARjkr4Tfzk4XB4bQJ35dbGab\nbo2A\r\n=KnPx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"ccb0fe2fdb5d809b13086ef628649120f172da21","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.9_1616952685023_0.731960405583858","host":"s3://npm-registry-packages"}},"1.1.10":{"name":"puppeteer-screen-recorder","version":"1.1.10","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.10","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"380e2f4addc0f02f02202a47cb84fa7f4cb69d1f","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.10.tgz","fileCount":24,"integrity":"sha512-AQp5Ljgg+LMvEg9YGeaH1+r83UfM9i9RfY8l41NlONHXUsuYaJGetLRbTYkX757MNYr8t+gOz0q9w80weW5/tg==","signatures":[{"sig":"MEQCIESVNwbM4KoEX4EuLlbskFbhtLufVeg1MCK7jUcWXUvKAiBThscA3PI5JF0UwSHDW9xTbJ16xovVUXDg6OnQB0tCyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83108,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgor/nCRA9TVsSAnZWagAAh6MP/RAB9u3so/HeE3pqXexl\nNvaBdwT82xCMMMCbAqtYpC2D/ai7syg9z4uJDAoDgfnxK0b91IlSDZWnWHiZ\nrKxTqVjZNVUSCIAHH9qeuARXSA7mlQm6gdicZT8YP+vS/UdquzmrW4Crzf/u\nYnScL+SbeGT1mubhkXrBcL5vaoedkx4yrTwlCsEciXFOtclR9W71l8jJYqB0\naL1t6mru1giHbWLf5uESUhxr4CvMGrv90NakOhmUNcawpj21J23LQmTI1R9w\nqDKu52YudFUwn9VDX3zvKdAUnrVw2w+E4qrg0Nv+aICpaDmttSPzdc1Aulc3\n7qRyInVjVsX1Po80+HIKp+sSohuaCZuvGTiuP7KjEnLGWXxMsFczbatyhVUA\nCosT2TAmt+jby1bwneGrH5vz3pAIIneJC42T+JWwljXNgy5GWQjqXI90AmoK\nVhWBpEHB8arEoiI4dklxMQ1Rwy4aOjY+D6cjhiFtZYFq5f1BMDT4KADSgKRf\n297qTLSZ0ktl6wpVLt85ka3L7QvE/qLggRS1GK3M1uMNEbTIR7aV1ynmV4Wa\nAZesWfZQxNnhJw1GFurOMWOAFb0r8FRaCs2T7+MU5OV0gOGLP5jE5A73/UfH\nZbr0HoT14XIlnxIHY05uviwhC4zO/WP68M/7HTuYqHz9w6qOmWoJQxxzzkBL\nKwhZ\r\n=B07w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"472e327ed59a9ff6963ca5a771858de26a0fed9b","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.10_1621278695027_0.7158302252898163","host":"s3://npm-registry-packages"}},"1.1.11":{"name":"puppeteer-screen-recorder","version":"1.1.11","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@1.1.11","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"f09e59f1b8cf5855d512d8f3b4382b896a9a42d3","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-1.1.11.tgz","fileCount":24,"integrity":"sha512-VCZVbWCLkbV1fPkgxFVGqoYhNO1uc8pUqagGQd7GCgDY4kcdbaynJhCTtsaKq4+KBPVMzKWRQAhLJaALs0MdYQ==","signatures":[{"sig":"MEUCIDbcLn3RT12avns880H0AA0Um0LcDv3jtCIuJSQW4B4hAiEAjOoFn9PQ19FD9ADOVd9imUH1mC+RsCAForSkBz2L4oQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgosFhCRA9TVsSAnZWagAAQJMQAIjkXkcceddc09bNaKGs\nwL0v7y/NjxHTYa7wZCJ8vK9Dc8nx4Y89nUSS2iJx6AtHVhY+2cobjP8od+F4\nN5V67SgZhz/4Le9ocwyAdzdUfm3y1I1WenJz39TX1GWdUX0aikmaYHY1kRGn\npgtxAWSRIcJQa0gH09GEWqo32NTS4AzgsFEtHiq+fQKju25ivBAhc7XXKQHm\nd/fz3mlJQsOUSU46UUmVzVXT7GmXEyUwvNa/TFQ1WXHyLd3JbCwZSKl2CAB2\nfZ0wBFIi7lnxMheuYC6VgHkVFpxO5I0se6sq6HvbDhTdz8TtDyEbX5vNf706\neqVbUAwg/2GhG1IgkMeGNGMQRsiNbmAZZRL21npV1zA8gd+0/8SWNiO1wZPB\nUsNlO/WC4I0p8f9Z9KTA4dWe9vQ6gVH/g6t65MKrGiELc7Fqgf8ncmmws+x+\nnTiIJN97JoxiYChU/jufPXFQE2VKhCAoboJKTccQZzJltS26EBA1CiuIbgw4\n3on5LzczXiIxkeGh/dDaPQJ0SyWOoub8GCnPS4sPbyC3zDKVxtcO5vDzlTo4\nGQ0KFO5c3z+XagME76lqiNX7Du4mBW7+pGE1Cerl5nleHevm87JzQiRzkN6c\nvuEesB8He57sN34ZpOAK8GQme4d6ODcs2GiOQG2GvuT6ASCz+xasNnfPL3sU\nFUwO\r\n=4iPD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"ba778964213e8b29f3396fa77467c304786622ca","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s reset-hard test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_1.1.11_1621279072748_0.1618333474230671","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"puppeteer-screen-recorder","version":"2.0.1","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.0.1","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"c7dbff7cad7dd1c12f2849c1792d380904347165","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.0.1.tgz","fileCount":28,"integrity":"sha512-q/4Zyj9a8YUgX7LfvwlY1AgsKq0o8WWx9wxP1tu3Rh2KDS+Jkuj3R/DltQvcl9hAA2XudmFD46aYhabGCHsJdQ==","signatures":[{"sig":"MEQCIDMXeI095KBukcV0pflN1v2MDzwPGBFe0QQlpLVkumrDAiA7kAka5iWIxdqVkA5Fjv/bTeaq7nPtpRUXhRdutW6i9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104562},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"98ba35c885fb8630e2b0970bbdb5c5ae3f7fa813","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.0.1_1632601579733_0.19811595181480945","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"puppeteer-screen-recorder","version":"2.0.2","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.0.2","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"74c9ea598b3d788b8a8cc7140604d834b4f609f5","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.0.2.tgz","fileCount":28,"integrity":"sha512-lBHnqSG/xozo5e85xMYyfA89mTIi5uKUjWnOD8Fg6AwI2sT56jD6vtD/YPC+Lk7v8jEyIgeqHb/4rjxQr7Guow==","signatures":[{"sig":"MEUCIQCQeZULY+rDYC7nbJEZQPGp+YZbLfKtB5fE/+9Aq84nfQIgH52RzpId8NQicRs+rAh9XNKdVyks9LseCeE+i7W8tsQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":108896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh23eqCRA9TVsSAnZWagAAp8oQAIlvTUpa+yb7Kns6q+vn\nK5fh5h6aGwwwj0okzCsnXR7b6/e6l7vueaNT99g+wwNv7RR3tIelb9DoQQjY\neXJUNbiG2ojABbkgUdxKAaZvliRyHt7tBm7YyjHArn6vRtSx44JFkMfGxd6k\nhP8jmzXgwt0RUgDL68jh2OC2u3E8KC2NkbM+A1fTuNNwMsvk4cjTFy+AGOTM\n3A1HLa9DNI1DiqEsVqXjKjcQ/fMIzVTN4udFCU/IXciPDum8te8DzUuszETr\nRLwDLVQd2JDWrA2tb8Uwn6WwIviX51tXEVwICvnJ8Snoo7m2eoiM/RtuHlTZ\nO8QUujXdcLZWGXGNlNNhKXWGpi3umPG+hbqDUSy9eo1d0oHHhV5O6l1MtNJt\n72a1mMZSQkgKyItahSq1clOqXQ8bNkQDwJGPlLgfXWmHqr9bD6KEU49Im9lQ\n6JhPIO7B02/AmJ+QJOLyKhKJCOkyRfS26uGb68+proU4M3hbIKHlDy8g7ZJd\n0hCIc8jPIBfVixyypHBzsN8Q3dPQ1290SAi4YXkgJQljR1w6hhCTCg7xY7q2\ni+0NTDmSyNs0fGNZVdOC02JTR7ewU88ndxiJKQ7qqIVx/9MrwhPtvjmIidjE\nqjeYK5mlmEJOWIcAUMP0ZbWuUt4M4GHuiQ6crkJEt79JHtfm2COMf16zjVus\ne4rq\r\n=1F15\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"243ca6fac8007fbe71fb450fe0fe5574414bdfda","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"6.14.8","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"10.15.3","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.0.2_1632638732077_0.9408255667079817","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"puppeteer-screen-recorder","version":"2.0.3","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.0.3","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"3b988ca03dfa9806204a6f99a0fb16433924c17f","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.0.3.tgz","fileCount":32,"integrity":"sha512-60flonqIcYn3DymeOKMDfoIhaM8ADxjizz5ACltVNqmBu5OyIMSR0z4ZzvKHDPXWDCQS+ffvUFC/YnVF9WvAEg==","signatures":[{"sig":"MEUCIDcqr/A0xz2zA0zAVwpdDN2Ik0E5N00DrHgiz0Q8eX8qAiEApQ+CC8tiJhvVvJxOSLVnjSiiP4iyruS81ohodXkHzcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":147738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7pv+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdWw/+Jp5bhC+7dEHSUstnbe5gFTKtpQJh+ZOc49JLvgs6EQMe6tLt\r\ngD1qUA5tJef8nDRXIQo8xwLpoAFfXY2RGs69OGyjSEW6xVzJgpUghVtKrEE1\r\nSMs3YYbxi1VSba5JPwVCY5gAmj+TGKjERRivzLrBPLeM3BM7YsRJO9c2dORV\r\n3zE4RxiC3+aIur1n3x5MoXI2b9E6+mqC6V1fRM0zoANR4ciC+IE7cHOD5tFo\r\n401bRf1/r45O743GVa77O8YFuZgcz6WvxupWRGt58zd1OHXyeKaeG5f3OyzV\r\nwiCbxbraxxW4YGcr3s86QR49rT0kH9g/m8q0KTGAdg6HVCMnabsITjI+RV9z\r\nrqcJmCeiTWBMGKRFqB4dm4bG/AUtvqNgDVt5qd4IsOk3r9xZS7zZa3A/wfuR\r\nld4li+ggXBl6spgL1sa75uX3T3xKyHzUSTHMMyEBGylYivCl3RneL3QxC6Q0\r\nOG75Kx9+3aiLptV8TGbzyNMsXJpm/ydeenhSr88rGwGEBkXkcsM3NDskWaKU\r\nqYrysfiYYqGGwCzKiq+HncWWnk5TK10nyk6pd74iSGa7O6klp8vc1Sk8oati\r\nk6NVAJmF/w/J6Aznsfzl1Q46OqXsBQzhmkAfgJhMAkWOUGAizix9R1LyK6pX\r\nLOfyekXDzoRa37JrsKreGWWaQ7bx5sjly6s=\r\n=KT/m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"8f802fb130d64d295a71ded70454e8c46f78ab32","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"8.3.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"16.14.0","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.0.3_1659804670448_0.378617007744553","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"puppeteer-screen-recorder","version":"2.0.4","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.0.4","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"d923b129c579c4775dcad8d764485818d509fd98","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.0.4.tgz","fileCount":32,"integrity":"sha512-vAXTZeOhn78u05lpyxbC1p6s0VKi7lOAsAxzvGemrFXSf1cc/OAW/020xZLwbeNezaS1UmjY/eZAiP55xYuHIA==","signatures":[{"sig":"MEQCIE3qu1vmYz/cFg58N8bU9HpsxxFSOrZORHtl/2DH1XDUAiB5yzjz2OzyUDYz1tK4ljmmm0MPyHYrQ0E+l1+8TPEmMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":148039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCkaRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAPw/7BCQFy38U++olR9kHYD+T1kalmEfJSXcWTL3cfmW+VHk7Us97\r\n40HZ0Ilg1IppgVYLDAXFoBTF3q7R+2omMZeEeV5yAtzbLiVFB7aJShrIcnhF\r\neEZh7Imgs3ozSEUqEae9Y+4f3EHThESC2oP6RkGiuYlB/eeSA2Dk9F+tuwh2\r\ngCG52pM7KSoB5yFxireiUKTayqe7kYXNHjZ/uLylfxN0cYInsEEo55H+UuxF\r\njiaxsg5yjrHvdlKT12dvvr+ovm1ArzbJnOidSpO/a8wYyuqxK0rDeh1KanTB\r\nFufzYAuNlOY8c0Tq/SlxIRC7djUd3g2LK+uw5+N5E7DENWqK1D3mz/ic3OIb\r\nvLnA7IrncbdYBcO4hpfM+H4pKrW8nAV2OqK+QYw4v5Tmqoh8AL29b/H+MDAz\r\nYAnNws3n4zaQiwNw03Hd1tflmYiEXrSXH2WUwlmC6pJO60ZyyDsgispNlQhU\r\ntVc348mXSxQfCBXJprZxhmj0VEEx86aNrdqWiU5MKw+ZjiF5A6sV0nR68d26\r\nvzYb4EJWKV1fCjqqpNsJdBvGfOWK7pq0xF3ckqe6VtKfV3i+VgwJx6zbtdcG\r\n5+taZ/Zot1S03wbbeVYg5xUN9aJ7cE5kc4FfV3Cn9PJTL9Kk+7TZgkq0JzeZ\r\n1oWIJuEP1LCwB9BfvJaU8H1f2efMSrAj1rA=\r\n=nFEQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"023a3efa9577408ba7a7508a4cae9e13540866bd","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"8.3.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"16.14.0","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.0.4_1661617809328_0.029103346705388056","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"puppeteer-screen-recorder","version":"2.1.0","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.1.0","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"bc44f931717e01ab527f18bad2ea1972ae2e1446","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.1.0.tgz","fileCount":32,"integrity":"sha512-NMUGiAXSHCVmZ7KmKXoeGGyDweGZ2oOqtD8MnFSlBJiHCVNEBgTKJ6pCfNo59LpT3Eud5/XeFOZHkG5hG5YZvA==","signatures":[{"sig":"MEUCIQCO0p24FTrAIr5Vzm/gV2l2T/KqRn4PCI9nzGUoBKkBbAIgfLcTkECoKQI6alJjDWocFOC0giw+BvJ6Du4Vfwh2x8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDPlhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZWhAAouDAhcf6EiC/JZgkxiRva41kuwfyVsX2eaw4waO2p3dabhPt\r\nCW1yEZkylmSq2UEDFCUNL9RwCDFxOYQS3+ClcPXqJ5XbI/na8cloH8+a/sIM\r\n04PC2SHLCpgJRjiqRWj6FD8ihHQKmZWvrEPn2pbpURxNDArXG76zBfYLFov8\r\nhf7paozpZmfkrZA93ZyZEpkYyjwqktAibgYpoh9cwZqyCbGMGjTGXQZ/LxWL\r\ncG+zHCRnyHkJuT0EhZrYW6DXHKFN8cZNrxJi+uXOO6LOzXjATO8ObtpZ/2/a\r\nJh3ENmQFJQ6cbwG7LWNWeAEcivDnvKvB2ib62Rvd3Wv5Lox1u5ve6WuBJvQd\r\n/vNsdNxQqZLHM0HewOUB11sXMFxLYMVi+JotjzVCN/piyLYtcezbYOU+x5PK\r\n94zjeTu8HBIQhMh1o0rUxJzVQawPgzu30THcHlEiGrROpMz+x6zDUBbNGNXr\r\n81oLyaRAp8NFq+QlR0TM64yhEwxokhN3X0PhMvOxrWR8/H5VbetRP/E0s2pn\r\nTfdJ5h5HxxmD//MHLLyoTir2njaZ6HmkOc8nY3jwd72x5oCWtJO250zqL6G0\r\nccK2d5jae0A8G66qi2B+acBRcovHx+Tepa97MEVf7KipoUbs4np075uvhygg\r\n1RVlsbBuePm/mXDJApu4KSBxj2GA8I5S7wI=\r\n=DymX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"159fcf7141eb80d19f5c85319ca63ee216b64176","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","example:stream":"npm run example -- stream","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"8.3.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"16.14.0","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.1.0_1661794656818_0.1467200726689788","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"puppeteer-screen-recorder","version":"2.1.1","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.1.1","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"65d668d4a9c1496b7f9aef51460cafa1c3fcc052","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.1.1.tgz","fileCount":32,"integrity":"sha512-U/U8nYJg/pSEySlrTdwYeRBbvHJH0C/xUiz4tfzAa5JpwNRD7+Il7khojA25xPTDmuBxTQnStqFQ6gtcFDbHxQ==","signatures":[{"sig":"MEUCIQCSF+COlCBF5WTujNsq7Z4OJZXS3VY6gj+y5J4R7lCMOQIgYD7DR2weoGPrCccX8gZbOOxPjnpVdexQCKcH6oV4FJw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJjkeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMwA//X2Ewg/tsF+2KZbgajMzcqpiOIXceXICtm2GG4EiQKy5Ve4u7\r\nK2/07LhWyj/NONtRgYnaNUOS/563Ib9WsNbUYbavkQo3jVOrNeflezpu9awR\r\nwj4X1aqqUFYW8g59rb9x2RHPiHfH3nm5lNwytQD8KcJs19qxqCD+pmZagdRd\r\nqVafLs+Yb/cvs6Ppysor7JwRMEgN++Jw+dbtuOoncfugyegCkRatZTnWBdkh\r\nbbHdwyz5GcrnbgkqjccGISQf9IJgXPTC/cw5KetUMAxHbyBEJoql6XFBIKxB\r\nUVynnU5AYpanMdtbz699V7swIul58Z1VetM7ujDzx7tMj9hPwmnLgq7AG7l3\r\nzznPbkNDqwbtixQ0UWhLe/5wzSc63H7oueQUrtSF72VxWYs2rOGDu6qatCAh\r\n+pME+ZBwxwRCWlGRtTLkWBZ2ecPyzcNTEBGmCdJUfmg76z8E3lGfs1TLTH3C\r\nuq1VALBrrcbDYODVL17uG9MzPbDu5GZCMQKILXx2Ib6BpV/PjXbbJktG3z9t\r\njSqE9OoLZjpZZgg/9di9ZggJ3M3h77JxahRxswk1ijgYqb2FcdVE6M4EQ8Vf\r\nIDmh+craxVVoJcElQtNL8Bj9pntal/qzybXJoH+aKshveJkRYohEMWe6s59r\r\nWgVb2l4UFrhvfol7GSYuYRPE2/+5jHGVOPY=\r\n=Iult\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"51f7d3cfd3ef0c7166906f2af3588ad41580973a","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","example:stream":"npm run example -- stream","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"workspaces":["https://opencollective.com/puppeteer-screen-recorder"],"_npmVersion":"8.3.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"16.14.0","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.1.1_1663449374668_0.4577048335127072","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"puppeteer-screen-recorder","version":"2.1.2","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@2.1.2","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"7f88b175a662803c59f0984d9c1827ff5f364d0b","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-2.1.2.tgz","fileCount":32,"integrity":"sha512-vR7zB8XiJ/UQxZybdmaTBtiuohyvySamP+lEa7Vp+j2f1AGEznZGvrJTJjq7TqemdWzq9YJ0gEOZroPU4pzNZQ==","signatures":[{"sig":"MEUCIQCdBHSEstPTOI1tWNdKzQcgF5MAvXrowuql19MHOZlEfwIgWSllGl0/fHQHS5aA63UP0bL+aDGSrlKHxOI/b/C8gFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":180842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPc+GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxAQ//VfPopezQnjgDuDEr2Ve9kW7u3I9Cd5i4GvWKJwdDgWRV1f0k\r\nGiV+zMAXAVSaPJtXJpJWeX/uxT7sblwJi2i9DwJXhgNtw94qMTMEuX0c0YFC\r\nM+sQID8rnZ+Vsz06NIyjmzOb2RxFuSS9c2s4eV+7y/BxrQKK1mI31qAPziru\r\nv495ffgZGJW/LlWEHYbFMkeuavquQwWUpHW66yhIoSOBG2ET5o49sDHb8KFj\r\n/Vat2kzeVKUmrpR/6x98awhkr8FBTzhrhUw7pB31Ro/VXhitZWf6F5jXo9O6\r\nbuDfOM6eb4Nh+I2rBvULylPw9I7ka5bPuY3MAH5bq56I+h6FIKGPHUdBbCrP\r\ncSfPx1JC4UVMisvhsgYP+qcWdgDmXv8qHfbUKq+zL28f+1kSRY8aKKYbW86X\r\nrLcC9Tb02W8cNhUcdcmY3WnMxRwK7GaGlzsqmc/9XCqyh6yxg7hw8Rc7VaW+\r\nseG2vzpbBTjaFEZhbEod7yHFZNhNMwKYfr+jyN33k1DHHYoNkUwjjC7Weqdu\r\nJKeHuZDm4DfCX/DjfhFqne4/6cYvzLvfGvm+DeQSwf97H4rsNreQcLp7oWG0\r\n+fdQqLHk+Okhia6Ay7wnkDEtNvW49PYIDBWpvbSAOGfqfxLJyx+GtCGhu2eT\r\nvWvC4aoHvJPyIHLlx1/MVxHnV9QdpJYKEi0=\r\n=MYEQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"9d0bc6b335ba030e162d03370893dd4591cfc322","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","example:stream":"npm run example -- stream","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"workspaces":["https://opencollective.com/puppeteer-screen-recorder"],"_npmVersion":"8.3.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"16.14.0","dependencies":{"fluent-ffmpeg":"^2.1.2","@ffmpeg-installer/ffmpeg":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=5.5.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_2.1.2_1664995206523_0.351457536277189","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"puppeteer-screen-recorder","version":"3.0.2","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@3.0.2","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"624fe4351cba789da6190a62011f4ae07cd73598","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-3.0.2.tgz","fileCount":28,"integrity":"sha512-POa/9QegvQJnRUTv8d0LKWCjegi9GDDZYDBxj5D4KyY0x0pBw2V5DHMh9A8MVXht/x5pYAm/Gzdy8vxD+3Nfmw==","signatures":[{"sig":"MEYCIQCZkf5YrmH68NfhzvQL+m+bWP5HUAqaf4mCvy7UAjdATgIhAMHXifR6263hrV3MGurHTdbSC+HOmhrL3urDJ/zi11SQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131452},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=16"},"gitHead":"fe85fbd6f1698aece940ae0b7327325a450784c2","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","example:stream":"npm run example -- stream","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"workspaces":["https://opencollective.com/puppeteer-screen-recorder"],"_npmVersion":"9.8.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"20.6.1","dependencies":{"fluent-ffmpeg":"^2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=19.0.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_3.0.2_1708284923219_0.37190808920384355","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"puppeteer-screen-recorder","version":"3.0.3","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan"},"license":"MIT","_id":"puppeteer-screen-recorder@3.0.3","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"b0eaa3cdfa15264cf3e354bebff142f1c2f26aa2","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-3.0.3.tgz","fileCount":28,"integrity":"sha512-GelfCKMhKhSxMDR3MVEuGBmhtKqD8vOA7aMuhF7X99z9JoHo08rD4K7ilKn340nY1wG6AJkcxymeHVKtPs6jSw==","signatures":[{"sig":"MEQCIF0kHmzDR6fcfeAJucz2dzBwuR/K8qvAsOc4s+a11aH+AiAxvVM/8wjP+UnWo7QP6gPxMDCgUxLvt0/lhp/rt+rEzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131561},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=16"},"gitHead":"cf1f6a847786b4ce7087cadefdd3ff57363f1aa7","scripts":{"ci":"run-s reset-hard doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","example":"ts-node src/example/index.ts","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","example:debug":"npm run example -- --inspect","test:prettier":"prettier \"src/**/*.ts\" --list-different","example:stream":"npm run example -- stream","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"workspaces":["https://opencollective.com/puppeteer-screen-recorder"],"_npmVersion":"9.8.1","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"20.6.1","dependencies":{"fluent-ffmpeg":"^2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","puppeteer":"^6.0.0","typescript":"^4.0.2","@types/node":"^14.14.13","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=19.0.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_3.0.3_1708289446113_0.05753811007137433","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"puppeteer-screen-recorder","version":"3.0.5","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","test case video recorder","puppeteer plugin","puppeteer library","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"author":{"url":"https://www.linkedin.com/in/prasanakannan/","name":"Prasana Kannan","email":"prasanaworld@gmail.com"},"license":"MIT","_id":"puppeteer-screen-recorder@3.0.5","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"282c3b05bcefe215ae63526e1274a7be763de4b3","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-3.0.5.tgz","fileCount":4,"integrity":"sha512-8TwVDP0YTq3DO94Cwarz25LLF6Wrm4RNNQkwlUbGX3kNCYRNuMDovs/68BpIpxGUYMd0PyK1zb8Ul5eTcSm6fA==","signatures":[{"sig":"MEQCIHZbra0mb+4jbCWvXSvopXdacXjY6qfQAQO016nwce56AiAjWk9Ex2dzE94QT9kePk0d3avJwcmTVcJtK6ffkiLjUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20489},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=16"},"funding":[{"url":"https://github.com/sponsors/prasanaworld/dashboard/tiers?frequency=one-time","type":"individual"},{"url":"https://opencollective.com/puppeteer-screen-recorder","type":"individual"},{"url":"https://github.com/sponsors/prasanaworld/dashboard/tiers","type":"corporate"},{"url":"https://opencollective.com/puppeteer-screen-recorder","type":"corporate"}],"gitHead":"2d36a58b7152bc5fe79087d0c6fe225846167ffa","scripts":{"ci":"run-s doc:html version doc:publish","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc --entryPoints src/index.ts --excludePrivate --out build/docs","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc --silent ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && yarn install","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","test:prettier":"prettier \"src/**/*.ts\" --list-different","prepare-release":"run-s test doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"sponsor":{"url":"https://opencollective.com/puppeteer-screen-recorder"},"typings":"build/main/index.d.ts","_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git","type":"git"},"_npmVersion":"10.1.0","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","directories":{},"_nodeVersion":"20.9.0","dependencies":{"fluent-ffmpeg":"^2.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"6.1.3","nyc":"17.0.0","cspell":"8.13.1","eslint":"9.8.0","codecov":"^3.5.0","ts-node":"10.9.2","typedoc":"0.26.5","gh-pages":"6.1.1","open-cli":"8.0.0","prettier":"3.3.3","typescript":"5.1.6","@types/node":"22.1.0","npm-run-all":"^4.1.5","@ava/typescript":"5.0.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"9.0.0","eslint-plugin-functional":"6.6.3","@typescript-eslint/parser":"8.0.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"8.0.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"peerDependencies":{"puppeteer":">=19.0.0"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/puppeteer-screen-recorder_3.0.5_1722788175548_0.73017584525247","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"puppeteer-screen-recorder","version":"3.0.6","description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git"},"author":{"name":"Prasana Kannan","email":"prasanaworld@gmail.com","url":"https://www.linkedin.com/in/prasanakannan/"},"sponsor":{"url":"https://opencollective.com/puppeteer-screen-recorder"},"funding":[{"type":"individual","url":"https://github.com/sponsors/prasanaworld/dashboard/tiers?frequency=one-time"},{"type":"individual","url":"https://opencollective.com/puppeteer-screen-recorder"},{"type":"corporate","url":"https://github.com/sponsors/prasanaworld/dashboard/tiers"},{"type":"corporate","url":"https://opencollective.com/puppeteer-screen-recorder"}],"homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","license":"MIT","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","test case video recorder","puppeteer plugin","puppeteer library","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"scripts":{"build":"run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint src --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint src --ext .ts","test:prettier":"prettier \"src/**/*.ts\"  --log-level error --check","test:unit":"nyc --silent jest","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent jest --watch","cov":"run-s build test:unit cov:html && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc --entryPoints src/index.ts --excludePrivate --out build/docs","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && yarn install","prepare-release":"run-s test doc:html version doc:publish","ci":"run-s doc:html version doc:publish"},"engines":{"node":">=16"},"dependencies":{"fluent-ffmpeg":"^2.1.2"},"optionalDependencies":{"@ffmpeg-installer/ffmpeg":"^1.1.0"},"peerDependencies":{"puppeteer":"19.0.0"},"devDependencies":{"@babel/preset-typescript":"^7.26.0","@istanbuljs/nyc-config-typescript":"^1.0.1","@jest/globals":"^29.7.0","@types/jest":"29.5.3","@types/node":"22.1.0","@typescript-eslint/eslint-plugin":"7.18.0","@typescript-eslint/parser":"7.18.0","codecov":"^3.5.0","cspell":"8.13.1","cz-conventional-changelog":"^3.3.0","eslint":"8.57.1","eslint-config-prettier":"9.0.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"6.6.3","eslint-plugin-import":"^2.22.0","gh-pages":"6.1.1","jest":"29.6.2","npm":"^10.9.0","npm-run-all":"^4.1.5","nyc":"17.0.0","open-cli":"8.0.0","prettier":"3.3.3","standard-version":"^9.0.0","ts-jest":"29.1.1","ts-node":"10.9.1","typedoc":"0.26.5","typescript":"5.1.6"},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"_id":"puppeteer-screen-recorder@3.0.6","gitHead":"c3262d7d1ecfc7dc65d9042a21151561dbdc8f98","bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"_nodeVersion":"20.6.1","_npmVersion":"9.8.1","dist":{"integrity":"sha512-yzWlXWGi/FjsAe0fVr/zYlKFKsH1PGc6Pm7t58wlzVbs/jdLimjdO5VaTIqDJIkWuXFfD4WuDFptdU6AG3ls/Q==","shasum":"9e7be7df503148ce93de3d0a683dcbce5eb8325c","tarball":"https://registry.npmjs.org/puppeteer-screen-recorder/-/puppeteer-screen-recorder-3.0.6.tgz","fileCount":28,"unpackedSize":132095,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH895TBDS26MQq3w8PrwaRDMo4vmem/PCrBtvOJjIwhUAiB4M1vmvpcKRIapGAQDJMN0tl4uD/JICIcg8CONBvlaeA=="}]},"_npmUser":{"name":"prasanaworld","email":"prasanaworld@gmail.com"},"directories":{},"maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/puppeteer-screen-recorder_3.0.6_1730054688708_0.3328749049390636"},"_hasShrinkwrap":false}},"time":{"created":"2021-02-22T21:40:36.630Z","modified":"2024-10-27T18:44:49.098Z","1.0.3":"2021-02-22T21:40:36.778Z","1.0.4":"2021-02-23T11:39:30.082Z","1.1.0":"2021-02-23T11:41:34.246Z","1.1.1":"2021-02-24T05:57:14.124Z","1.1.2":"2021-02-25T19:15:49.521Z","1.1.3":"2021-02-25T19:26:58.668Z","1.1.4":"2021-02-26T19:05:32.969Z","1.1.5":"2021-02-26T19:33:20.543Z","1.1.6":"2021-03-04T10:41:58.188Z","1.1.7":"2021-03-28T15:05:37.919Z","1.1.9":"2021-03-28T17:31:25.201Z","1.1.10":"2021-05-17T19:11:35.162Z","1.1.11":"2021-05-17T19:17:52.896Z","2.0.1":"2021-09-25T20:26:19.867Z","2.0.2":"2021-09-26T06:45:32.216Z","2.0.3":"2022-08-06T16:51:10.642Z","2.0.4":"2022-08-27T16:30:09.500Z","2.1.0":"2022-08-29T17:37:36.977Z","2.1.1":"2022-09-17T21:16:14.818Z","2.1.2":"2022-10-05T18:40:06.723Z","3.0.2":"2024-02-18T19:35:23.394Z","3.0.3":"2024-02-18T20:50:46.296Z","3.0.5":"2024-08-04T16:16:15.683Z","3.0.6":"2024-10-27T18:44:48.917Z"},"bugs":{"url":"https://github.com/prasanaworld/puppeteer-screen-recorder/issues"},"author":{"name":"Prasana Kannan","email":"prasanaworld@gmail.com","url":"https://www.linkedin.com/in/prasanakannan/"},"license":"MIT","homepage":"https://prasanaworld.github.io/puppeteer-screen-recorder/","keywords":["puppeteer","screen","screen recorder","video capture","video recorder","test case capture","test case video recorder","puppeteer plugin","puppeteer library","video","record","cast","shot","video","record","puppeteer","pptr","pptr.dev","automatic","automation","screen cast","devtool","devtool protocol","screen frame","screeencast","screeencasts","screeenCasts","screeenCast","headless","headfull","FFMPEG"],"repository":{"type":"git","url":"git+https://github.com/prasanaworld/puppeteer-screen-recorder.git"},"description":"A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object","maintainers":[{"name":"prasanaworld","email":"prasanaworld@gmail.com"}],"readme":"# <img alt=\"puppeteer screen recorder logo\" width=\"128px\" src=\"https://github.com/prasanaworld/puppeteer-screen-recorder/blob/main/asserts/puppeteer-screen-recorder.png\" /> puppeteer-screen-recorder\n\nA puppeteer Plugin that uses the native [chrome devtool protocol](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-startScreencast) for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object.\n[Check out API Docs](https://prasanaworld.github.io/puppeteer-screen-recorder/classes/puppeteerscreenrecorder.html).\n\n![Website](https://img.shields.io/website?url=https%3A%2F%2Fprasanaworld.github.io%2Fpuppeteer-screen-recorder%2Fclasses%2Fpuppeteerscreenrecorder.html&style=plastic&logo=website&label=Documentation) ![Discord](https://img.shields.io/discord/1246821801120632902?style=plastic&logo=discord&label=Join%20Our%20Discord%20Server&link=https%3A%2F%2Fdiscord.com%2Fchannels%2F1246821801120632902%2F1246821801120632905)\n\n[![NPM](https://nodei.co/npm/puppeteer-screen-recorder.png)](https://npmjs.org/package/puppeteer-screen-recorder)\n\n![GitHub](https://img.shields.io/github/license/prasanaworld/puppeteer-screen-recorder) ![GitHub Sponsors](https://img.shields.io/github/sponsors/prasanaworld?label=Github%20Sponsours) ![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/puppeteer-screen-recorder?label=Open%20Collective%20sponsors)\n\n![GitHub package.json version](https://img.shields.io/github/package-json/v/prasanaworld/puppeteer-screen-recorder) ![GitHub top language](https://img.shields.io/github/languages/top/prasanaworld/puppeteer-screen-recorder) ![npm](https://img.shields.io/npm/dt/puppeteer-screen-recorder) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/prasanaworld/puppeteer-screen-recorder/ci.yml)\n\n![GitHub forks](https://img.shields.io/github/forks/prasanaworld/puppeteer-screen-recorder?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/prasanaworld/puppeteer-screen-recorder?style=social) ![GitHub watchers](https://img.shields.io/github/watchers/prasanaworld/puppeteer-screen-recorder?style=social) ![Twitter Follow](https://img.shields.io/twitter/follow/prasanaworld?style=social)\n\n<a href=\"https://github.com/prasanaworld/puppeteer-screen-recorder/issues/new\">Add Feature Request</a>\n\n</p>\n\n## Recording video/audio from video conferencing calls\n\nIf you’re looking to use this repo to retrieve video or audio streams from meeting platforms like Zoom, Google Meet, Microsoft Teams, consider checking out [Recall.ai](https://www.recall.ai/?utm_source=github&utm_medium=sponsorship&utm_campaign=puppeteer-screen-recorder), an API for meeting recording.\n\n## Be a Sponsor\n\nPuppeteer-screen-recorder isn't backed by a company, so the future of this project depends on you. Become a sponsor or a backer - help the open source community.\n\n#### **For Companies and Businesses**\n\nBy becoming a Github Sponsor, your company and brand will be recognized as a one that gives back to the open source tools that run your business and one that respects your developers time and your customers' experience. For more details contact [Author - Prasana Kannan](prasanaworld@gmail.com)\n\n#### **For Developers**\n\nBy helping your company become a Github Sponsor, you will not only feel great about giving back to the open source tools that run your business run, If you believe your company could become a sponsor, then please reach out!\n\n- [open-collective](https://opencollective.com/puppeteer-screen-recorder)\n- [Paypal](https://paypal.me/prasanaworld)\n- [Bitcoin - 3NdGW6wKVFgxa1X5XxRDNHqMWAhGNSrA5A](3NdGW6wKVFgxa1X5XxRDNHqMWAhGNSrA5A)\n\n## Getting Started\n\n### How to use \n![How to use](https://raw.githubusercontent.com/prasanaworld/puppeteer-screen-recorder/main/asserts/video_demo.gif)\n\n### Installation Guide\n\nUsing Npm\n\n```sh\nnpm install puppeteer-screen-recorder\n```\n\nUsing Yarn\n\n```sh\nyarn add puppeteer-screen-recorder\n```\n\n### API Description\n\n**1. Import the plugin using ES6 or commonjs.**\n\n```javascript\n// ES6\nimport { PuppeteerScreenRecorder } from 'puppeteer-screen-recorder';\n\n// or commonjs\nconst { PuppeteerScreenRecorder } = require('puppeteer-screen-recorder');\n```\n\n**2. Setup the Configuration object.**\n\n```javascript\nconst Config = {\n  followNewTab: true,\n  fps: 25,\n  ffmpeg_Path: '<path of ffmpeg_path>' || null,\n  videoFrame: {\n    width: 1024,\n    height: 768,\n  },\n  videoCrf: 18,\n  videoCodec: 'libx264',\n  videoPreset: 'ultrafast',\n  videoBitrate: 1000,\n  autopad: {\n    color: 'black' | '#35A5FF',\n  },\n  aspectRatio: '4:3',\n};\n```\n\n> - **followNewTab** : Boolean value which is indicate whether to follow the tab or not. Default value is true.\n\n> - **fps**: Numeric value which denotes no.of Frames per second in which the video should be recorded. default value is 25.\n\n> - **ffmpeg_Path**: String value pointing to the installation of [FFMPEG](https://ffmpeg.org/). Default is null (Automatically install the FFMPEG and use it).\n\n> - **videoFrame**: An object which is to specify the width and height of the capturing video frame. Default to browser viewport size.\n\n> - **aspectRatio**: Specify the aspect ratio of the video. Default value is `4:3`.\n\n> - **autopad**: Specify whether autopad option is used and its color. Default to autopad deactivation mode.\n\n> - **recordDurationLimit**: Numerical value specify duration (in seconds) to record the video. By default video is recorded till stop method is invoked`. (Note: It's mandatory to invoke Stop() method even if this value is set)\n\n**3. create a new instance of video recording**\n\n```javascript\nconst recorder = new PuppeteerScreenRecorder(page, Config); // Config is optional\n\n// or\n\nconst recorder = new PuppeteerScreenRecorder(page);\n```\n\n> - **page**: Puppeteer page object which needs to captured.\n> - **config**: Config is an optional object.\n>   Default value is `{ followNewTab: true, fps: 25, ffmpeg_Path: null }`\n\n**4. Start Video capturing**\n\n**Option 1 - Start video capturing and save as file**\n\n```javascript\nconst SavePath = './test/demo.mp4';\nawait recorder.start(savePath);\n```\n\n**Option 2 - Start Video capturing using stream**\n\n```javascript\nconst pipeStream = new PassThrough();\nawait recorder.startStream(pipeStream);\n```\n\n> **pass**: Any writeable stream that will be an output for the stream recorder. Video is recorded and streamed with .mp4 extension.\n\n> **savePath**: string value indicating the directory on where to save the video. The path must also specify the name of the video with extension .mp4 (example - ./test/puppeteer-demo.mp4). Starting from v2, support added for extensions mp4, avi, mov and webm.\n\n**5. Stop the video capturing.**\n\n```javascript\nawait recorder.stop();\n```\n\n### Example\n\n```javascript\nconst puppeteer = require('puppeteer');\nconst { PuppeteerScreenRecorder } = require('puppeteer-screen-recorder');\n\n(async () => {\n  const browser = await puppeteer.launch();\n  const page = await browser.newPage();\n  const recorder = new PuppeteerScreenRecorder(page);\n  await recorder.start('./report/video/simple.mp4'); // supports extension - mp4, avi, webm and mov\n  await page.goto('https://example.com');\n\n  await page.goto('https://test.com');\n  await recorder.stop();\n  await browser.close();\n})();\n```\n\n## Key Feature\n\n### 1. Follow Page Automatically\n\nAutomatically follows pages (multiple pages) which are opened at runtime, which will be part of video capturing. Also support options to disable the default flow.\n\n### 2. No overhead over FF_MPEG library\n\nFFMPEG library's installation and configuration are automatically managed by the library internally. Also offers options to configure with custom library path.\n\n### 3. Native Implementation\n\nThis plugin works directly with native [chrome devtool protocol](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-startScreencast) to capture the video under the wood without any other thirdparty puppeteer plugins for screen capturing.\n\n### 4. Adopted the Chromium principles\n\nAdopted Chromium principles such as Speed, Security, Stability and Simplicity. It also ensures no frames are missed during video capturing and doesn't impact the performance, since its doesn't use any other puppeteer plugin internally.\n\n### 5. Supports multiple video format and stream\n\nSupports multiple video format like AVI, MP4, MOV and WEBM. Enable support for writable or duplex stream for process the output streaming .\n\n\n## FAQ\n\nSome of the frequently asked question about puppeteer screen recording are\n\n**Q: Does it support Chrome in headless mode?**\n\n---\n\nYes, it supports Both headless and headFul mode.\n\nIt records full length video, frame by frame even when Chrome runs in headless mode.\n\n**Q: Does it support multiple extension?**\n\n---\n\nYes, Starting from version 2.0, support multiple extension like AVI, MP4, MOV and WEBM.\n\n**Q: Does it use the window object?**\n\n---\n\nNo, it's not tied to the window Object.\n\n**Q: Does it follows pages which are opened at runtime**\n\n---\n\nYes, it automatically follows pages which is created at runtime.\n\n**Q: is there an option to disable video recording for new page created and record video only for the page object passed**\n\n---\n\nYes, By setting the `options.followNewTab` to false, it record only video for the passed page object alone.\n\n**Q: Does it support to record video at 60 fps**\n\n---\n\nYes, video can be recorded at 60 fps. By setting `options.fps` to 60.\n\n**Q:Does it use the window object?**\n\n---\n\nNo, it doesn't use the window object.\n\n**Q: Does it use FFMPEG internally?**\n\n---\n\nYes, it uses FFMPEG with optimized options to speed up the video recording using stream from chrome devtool protocol.\n\n**Q: Does it support Webm?**\n\n---\n\nWebm format is supported.\n\n**Q: Is it possible to output the stream for further processing/enhancing?**\n\n---\n\nYes. By passing writable stream/duplex stream to `startStream` method.\n\n**Q: Can I limit the time of recording, like to stop after 2 minutes?**\n\n---\n\nBy specifying the time to record (in seconds) using `option.recordDurationLimit`\n\n**Q: Does it support audio recording?**\n\n---\n\nNo, it doesn't audio recording.\n\n**Q: Does it support GIF format, any plan to support in fur?**\n\n---\n\nNo, it wont support GIF. since Gif is considered as a image format.\n","readmeFilename":"README.md","users":{"flumpus-dev":true}}