{
  "_args": [
    [
      "puppeteer@3.3.0",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "puppeteer@3.3.0",
  "_id": "puppeteer@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-23zNqRltZ1PPoK28uRefWJ/zKb5Jhnzbbwbpcna2o5+QMn17F0khq5s1bdH3vPlyj+J36pubccR8wiNA/VE0Vw==",
  "_location": "/puppeteer",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "puppeteer@3.3.0",
    "name": "puppeteer",
    "escapedName": "puppeteer",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "The Chromium Authors"
  },
  "browser": {
    "./lib/BrowserFetcher.js": false,
    "ws": "./utils/browser/WebSocket",
    "fs": false,
    "child_process": false,
    "rimraf": false,
    "readline": false
  },
  "bugs": {
    "url": "https://github.com/puppeteer/puppeteer/issues"
  },
  "dependencies": {
    "debug": "^4.1.0",
    "extract-zip": "^2.0.0",
    "https-proxy-agent": "^4.0.0",
    "mime": "^2.0.3",
    "progress": "^2.0.1",
    "proxy-from-env": "^1.0.0",
    "rimraf": "^3.0.2",
    "tar-fs": "^2.0.0",
    "unbzip2-stream": "^1.3.3",
    "ws": "^7.2.3"
  },
  "description": "A high-level API to control headless Chrome over the DevTools Protocol",
  "devDependencies": {
    "@types/debug": "0.0.31",
    "@types/mime": "^2.0.0",
    "@types/node": "^10.17.14",
    "@types/proxy-from-env": "^1.0.1",
    "@types/rimraf": "^2.0.2",
    "@types/tar-fs": "^1.16.2",
    "@types/ws": "^7.2.4",
    "@typescript-eslint/eslint-plugin": "^2.28.0",
    "@typescript-eslint/parser": "^2.28.0",
    "commonmark": "^0.28.1",
    "cross-env": "^5.0.5",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-mocha": "^6.3.0",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-unicorn": "^19.0.1",
    "esprima": "^4.0.0",
    "expect": "^25.2.7",
    "jpeg-js": "^0.3.7",
    "minimist": "^1.2.0",
    "mocha": "^7.1.1",
    "ncp": "^2.0.0",
    "pixelmatch": "^4.0.2",
    "pngjs": "^5.0.0",
    "prettier": "^2.0.5",
    "sinon": "^9.0.2",
    "text-diff": "^1.0.1",
    "typescript": "3.9.2"
  },
  "engines": {
    "node": ">=10.18.1"
  },
  "files": [
    "lib/",
    "Errors.js",
    "DeviceDescriptors.js",
    "index.js",
    "install.js",
    "typescript-if-required.js"
  ],
  "homepage": "https://github.com/puppeteer/puppeteer#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "puppeteer",
  "puppeteer": {
    "chromium_revision": "756035",
    "firefox_revision": "latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puppeteer/puppeteer.git"
  },
  "scripts": {
    "apply-next-version": "node utils/apply_next_version.js",
    "assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js",
    "compare-protocol-d-ts": "node utils/protocol-types-generator compare",
    "debug-unit": "node --inspect-brk test/test.js",
    "dev-install": "npm run tsc && node install.js",
    "doc": "node utils/doclint/cli.js",
    "eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
    "eslint-fix": "eslint --ext js --ext ts --fix .",
    "funit": "PUPPETEER_PRODUCT=firefox npm run unit",
    "install": "node install.js",
    "lint": "npm run eslint && npm run tsc && npm run doc",
    "prepare": "node typescript-if-required.js",
    "prepublishOnly": "npm run tsc",
    "test": "npm run tsc && npm run lint --silent && npm run coverage && npm run test-doclint && npm run test-types",
    "test-doclint": "mocha --config mocha-config/doclint-tests.js",
    "test-install": "scripts/test-install.sh",
    "tsc": "tsc --version && tsc -p . && cp src/protocol.d.ts lib/",
    "unit": "mocha --config mocha-config/puppeteer-unit-tests.js",
    "unit-with-coverage": "cross-env COVERAGE=1 npm run unit",
    "update-protocol-d-ts": "node utils/protocol-types-generator update"
  },
  "version": "3.3.0"
}
