{
  "_from": "@prisma/debug@7.2.0",
  "_id": "@prisma/debug@7.2.0",
  "_inBundle": false,
  "_integrity": "sha512-YSGTiSlBAVJPzX4ONZmMotL+ozJwQjRmZweQNIq/ER0tQJKJynNkRB3kyvt37eOfsbMCXk3gnLF6J9OJ4QWftw==",
  "_location": "/@prisma/debug",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@prisma/debug@7.2.0",
    "name": "@prisma/debug",
    "escapedName": "@prisma%2fdebug",
    "scope": "@prisma",
    "rawSpec": "7.2.0",
    "saveSpec": null,
    "fetchSpec": "7.2.0"
  },
  "_requiredBy": [
    "/@prisma/get-platform"
  ],
  "_resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-7.2.0.tgz",
  "_shasum": "569b1cbc10eb3e8cae798b40075fd11d21f6b533",
  "_spec": "@prisma/debug@7.2.0",
  "_where": "/var/www/html/node_modules/@prisma/get-platform",
  "author": {
    "name": "Tim Suchanek",
    "email": "suchanek@prisma.io"
  },
  "bugs": {
    "url": "https://github.com/prisma/prisma/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "This package is intended for Prisma's internal use",
  "devDependencies": {
    "@types/jest": "29.5.14",
    "@types/node": "~20.19.24",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "kleur": "4.1.5",
    "typescript": "5.4.5"
  },
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "files": [
    "README.md",
    "dist"
  ],
  "homepage": "https://www.prisma.io",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "@prisma/debug",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prisma/prisma.git",
    "directory": "packages/debug"
  },
  "scripts": {
    "build": "tsx helpers/build.ts",
    "dev": "DEV=true tsx helpers/build.ts",
    "test": "jest"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "7.2.0"
}
