HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
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/europequiz/node_modules/@prisma/engines/package.json
{
  "name": "@prisma/engines",
  "version": "5.3.1",
  "description": "This package is intended for Prisma's internal use",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "author": "Tim Suchanek <suchanek@prisma.io>",
  "devDependencies": {
    "@prisma/engines-version": "5.3.1-2.61e140623197a131c2a6189271ffee05a7aa9a59",
    "@swc/core": "1.3.75",
    "@swc/jest": "0.2.29",
    "@types/jest": "29.5.4",
    "@types/node": "18.17.12",
    "execa": "5.1.1",
    "jest": "29.6.4",
    "typescript": "5.2.2",
    "@prisma/debug": "5.3.1",
    "@prisma/fetch-engine": "5.3.1",
    "@prisma/get-platform": "5.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma.git",
    "directory": "packages/engines"
  },
  "files": [
    "dist",
    "download",
    "scripts"
  ],
  "sideEffects": false,
  "scripts": {
    "dev": "DEV=true node -r esbuild-register helpers/build.ts",
    "build": "node -r esbuild-register helpers/build.ts",
    "test": "jest --passWithNoTests",
    "postinstall": "node scripts/postinstall.js"
  }
}