HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/node_modules/@puppeteer/browsers/package.json
{
  "name": "@puppeteer/browsers",
  "version": "2.10.7",
  "description": "Download and launch browsers",
  "scripts": {
    "build:docs": "wireit",
    "build": "wireit",
    "build:test": "wireit",
    "clean": "../../tools/clean.mjs",
    "test": "wireit"
  },
  "type": "commonjs",
  "bin": "lib/cjs/main-cli.js",
  "main": "./lib/cjs/main.js",
  "exports": {
    "import": "./lib/esm/main.js",
    "require": "./lib/cjs/main.js"
  },
  "wireit": {
    "build": {
      "command": "tsc -b && node --experimental-strip-types ../../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:version"
      ]
    },
    "generate:version": {
      "command": "hereby generate:version",
      "clean": "if-file-deleted",
      "files": [
        "Herebyfile.mjs"
      ],
      "output": [
        "src/generated/version.ts"
      ]
    },
    "generate:package-json": {
      "command": "node --experimental-strip-types ../../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 && mocha",
      "files": [
        ".mocharc.cjs"
      ],
      "dependencies": [
        "build:test"
      ]
    }
  },
  "keywords": [
    "puppeteer",
    "browsers"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/puppeteer/puppeteer/tree/main/packages/browsers"
  },
  "author": "The Chromium Authors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "lib",
    "src",
    "!*.tsbuildinfo"
  ],
  "dependencies": {
    "debug": "^4.4.1",
    "extract-zip": "^2.0.1",
    "progress": "^2.0.3",
    "proxy-agent": "^6.5.0",
    "tar-fs": "^3.1.0",
    "yargs": "^17.7.2",
    "semver": "^7.7.2"
  },
  "devDependencies": {
    "@types/debug": "4.1.12",
    "@types/progress": "2.0.7",
    "@types/tar-fs": "2.0.4",
    "@types/yargs": "17.0.33",
    "@types/ws": "8.18.1"
  }
}