{
  "_args": [
    [
      "@puppeteer/browsers@0.5.0",
      "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend"
    ]
  ],
  "_from": "@puppeteer/browsers@0.5.0",
  "_id": "@puppeteer/browsers@0.5.0",
  "_inBundle": false,
  "_integrity": "sha512-Uw6oB7VvmPRLE4iKsjuOh8zgDabhNX67dzo8U/BB0f9527qx+4eeUs+korU98OhG5C4ubg7ufBgVi63XYwS6TQ==",
  "_location": "/@puppeteer/browsers",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@puppeteer/browsers@0.5.0",
    "name": "@puppeteer/browsers",
    "escapedName": "@puppeteer%2fbrowsers",
    "scope": "@puppeteer",
    "rawSpec": "0.5.0",
    "saveSpec": null,
    "fetchSpec": "0.5.0"
  },
  "_requiredBy": [
    "/puppeteer",
    "/puppeteer-core"
  ],
  "_resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-0.5.0.tgz",
  "_spec": "0.5.0",
  "_where": "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend",
  "author": {
    "name": "The Chromium Authors"
  },
  "bin": {
    "browsers": "lib/cjs/main-cli.js"
  },
  "dependencies": {
    "debug": "4.3.4",
    "extract-zip": "2.0.1",
    "https-proxy-agent": "5.0.1",
    "progress": "2.0.3",
    "proxy-from-env": "1.1.0",
    "tar-fs": "2.1.1",
    "unbzip2-stream": "1.4.3",
    "yargs": "17.7.1"
  },
  "description": "Download and launch browsers",
  "devDependencies": {
    "@types/node": "^14.15.0",
    "@types/yargs": "17.0.22"
  },
  "engines": {
    "node": ">=14.1.0"
  },
  "exports": {
    ".": {
      "import": "./lib/esm/main.js",
      "require": "./lib/cjs/main.js"
    }
  },
  "files": [
    "lib",
    "!*.tsbuildinfo"
  ],
  "keywords": [
    "puppeteer",
    "browsers"
  ],
  "license": "Apache-2.0",
  "main": "./lib/cjs/main.js",
  "module": "./lib/esm/main.js",
  "name": "@puppeteer/browsers",
  "peerDependencies": {
    "typescript": ">= 4.7.4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/puppeteer/puppeteer/tree/main/packages/browsers"
  },
  "scripts": {
    "build": "wireit",
    "build:docs": "wireit",
    "build:test": "wireit",
    "clean": "tsc --build --clean && rm -rf lib",
    "test": "wireit"
  },
  "type": "commonjs",
  "version": "0.5.0",
  "wireit": {
    "build": {
      "command": "tsc -b && tsx ../../tools/chmod.ts 755 lib/cjs/main-cli.js lib/esm/main-cli.js",
      "files": [
        "src/**/*.ts",
        "tsconfig.json"
      ],
      "clean": "if-file-deleted",
      "output": [
        "lib/**",
        "!lib/esm/package.json"
      ],
      "dependencies": [
        "generate:package-json"
      ]
    },
    "generate:package-json": {
      "command": "tsx ../../tools/generate_module_package_json.ts lib/esm/package.json",
      "files": [
        "../../tools/generate_module_package_json.ts"
      ],
      "output": [
        "lib/esm/package.json"
      ]
    },
    "build:docs": {
      "command": "api-extractor run --local --config \"./api-extractor.docs.json\"",
      "files": [
        "api-extractor.docs.json",
        "lib/esm/main.d.ts",
        "tsconfig.json"
      ],
      "dependencies": [
        "build"
      ]
    },
    "build:test": {
      "command": "tsc -b test/src/tsconfig.json",
      "files": [
        "test/**/*.ts",
        "test/src/tsconfig.json"
      ],
      "output": [
        "test/build/**"
      ],
      "dependencies": [
        "build",
        "../testserver:build"
      ]
    },
    "test": {
      "command": "node tools/downloadTestBrowsers.mjs && cross-env DEBUG=puppeteer:* mocha",
      "files": [
        ".mocharc.cjs"
      ],
      "dependencies": [
        "build:test"
      ]
    }
  }
}
