{
  "_from": "puppeteer@npm:puppeteer-core@3.0.0",
  "_id": "puppeteer-core@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ==",
  "_location": "/puppeteer",
  "_phantomChildren": {},
  "_requested": {
    "type": "alias",
    "registry": true,
    "raw": "puppeteer@npm:puppeteer-core@3.0.0",
    "name": "puppeteer",
    "escapedName": "puppeteer",
    "rawSpec": "npm:puppeteer-core@3.0.0",
    "saveSpec": null,
    "fetchSpec": null,
    "subSpec": {
      "type": "version",
      "registry": true,
      "raw": "puppeteer-core@3.0.0",
      "name": "puppeteer-core",
      "escapedName": "puppeteer-core",
      "rawSpec": "3.0.0",
      "saveSpec": null,
      "fetchSpec": "3.0.0"
    }
  },
  "_requiredBy": [
    "/@wordpress/scripts"
  ],
  "_resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.0.tgz",
  "_shasum": "98d0f25b4295f26ab528b8949bd20f1308be1d8b",
  "_spec": "puppeteer@npm:puppeteer-core@3.0.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\@wordpress\\scripts",
  "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"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/mime-types": "^2.1.0",
    "debug": "^4.1.0",
    "extract-zip": "^2.0.0",
    "https-proxy-agent": "^4.0.0",
    "mime": "^2.0.3",
    "mime-types": "^2.1.25",
    "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"
  },
  "deprecated": false,
  "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/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-plugin-mocha": "^6.3.0",
    "esprima": "^4.0.0",
    "expect": "^25.2.7",
    "jpeg-js": "^0.3.4",
    "minimist": "^1.2.0",
    "mocha": "^7.1.1",
    "ncp": "^2.0.0",
    "pixelmatch": "^4.0.2",
    "pngjs": "^3.3.3",
    "text-diff": "^1.0.1",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=10.18.1"
  },
  "homepage": "https://github.com/puppeteer/puppeteer#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "puppeteer-core",
  "puppeteer": {
    "chromium_revision": "737027",
    "firefox_revision": "latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puppeteer/puppeteer.git"
  },
  "scripts": {
    "apply-next-version": "node utils/apply_next_version.js",
    "bundle": "npm run tsc && npx browserify -r ./index.js:puppeteer -o utils/browser/puppeteer-web.js",
    "coverage": "cross-env COVERAGE=1 npm run unit",
    "debug-unit": "node --inspect-brk test/test.js",
    "dev-install": "npm run tsc && node install.js",
    "doc": "node utils/doclint/cli.js",
    "funit": "PUPPETEER_PRODUCT=firefox npm run unit",
    "lint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .) && npm run tsc && npm run doc",
    "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-types": "node utils/doclint/generate_types && tsc --version && tsc -p utils/doclint/generate_types/test/",
    "tsc": "tsc --version && tsc -p . && cp src/protocol.d.ts lib/ && cp src/externs.d.ts lib/",
    "unit": "mocha --config mocha-config/puppeteer-unit-tests.js",
    "unit-bundle": "mocha --config mocha-config/browser-bundle-tests.js",
    "update-protocol-d-ts": "node utils/protocol-types-generator"
  },
  "version": "3.0.0"
}
