Name: Puppeteer
Short Name: Puppeteer
URL: https://github.com/puppeteer/puppeteer
Version: 6.0.0
License: Apache-2.0
License File: LICENSE
Security Critical: no

Description:
Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol.

To update this package, run the following command (replace version number with updated version number):

```bash
wget -qO- https://registry.npmjs.org/puppeteer/-/puppeteer-6.0.0.tgz | tar xzf -
```
