{
  "_args": [
    [
      "@prisma/debug@2.27.0",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "@prisma/debug@2.27.0",
  "_id": "@prisma/debug@2.27.0",
  "_inBundle": false,
  "_integrity": "sha512-Et01S4RoLnQP9u547dCp74aSnLWTu0akfBCzF4zQZsbEdw7wXLttrcvbcYKr+KhpfF5Xu291UP/Kaxg0aj8o4w==",
  "_location": "/@prisma/debug",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@prisma/debug@2.27.0",
    "name": "@prisma/debug",
    "escapedName": "@prisma%2fdebug",
    "scope": "@prisma",
    "rawSpec": "2.27.0",
    "saveSpec": null,
    "fetchSpec": "2.27.0"
  },
  "_requiredBy": [
    "/@prisma/engine-core",
    "/@prisma/generator-helper",
    "/@prisma/sdk"
  ],
  "_resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-2.27.0.tgz",
  "_spec": "2.27.0",
  "_where": "/home/desabat1/api",
  "author": {
    "name": "Tim Suchanek",
    "email": "suchanek@prisma.io"
  },
  "bugs": {
    "url": "https://github.com/prisma/prisma/issues"
  },
  "dependencies": {
    "debug": "4.3.2",
    "ms": "^2.1.3"
  },
  "description": "A cached [`debug`](https://github.com/visionmedia/debug/).",
  "devDependencies": {
    "@types/jest": "26.0.24",
    "@types/node": "12.20.15",
    "@typescript-eslint/eslint-plugin": "4.28.2",
    "@typescript-eslint/parser": "4.28.2",
    "eslint": "7.30.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-jest": "24.3.6",
    "eslint-plugin-prettier": "3.4.0",
    "jest": "27.0.6",
    "lint-staged": "11.0.0",
    "prettier": "2.3.2",
    "strip-ansi": "6.0.0",
    "ts-jest": "27.0.3",
    "typescript": "4.3.5"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "homepage": "https://www.prisma.io",
  "license": "Apache-2.0",
  "lint-staged": {
    "*.ts": [
      "eslint",
      "prettier --write"
    ]
  },
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "Tim Suchanek",
      "email": "suchanek@prisma.io"
    },
    {
      "name": "Joël Galeran",
      "email": "galeran@prisma.io"
    },
    {
      "name": "William Luke",
      "email": "luke@prisma.io"
    }
  ],
  "name": "@prisma/debug",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/prisma/prisma.git"
  },
  "scripts": {
    "build": "tsc -d",
    "format": "prettier --write .",
    "lint": "eslint --cache --fix --ext .ts .",
    "lint-ci": "eslint --ext .ts .",
    "precommit": "lint-staged",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "2.27.0"
}
