{
  "_args": [
    [
      "prisma@2.27.0",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "prisma@2.27.0",
  "_id": "prisma@2.27.0",
  "_inBundle": false,
  "_integrity": "sha512-/3H9C+IPlJmY5KArhfKHMpxKXqcZIBZ+LjM1b5FxvLCGQkq/mRC96SpHcKcLtiYgftNAX13nvlxg+cBw9Dbe8Q==",
  "_location": "/prisma",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prisma@2.27.0",
    "name": "prisma",
    "escapedName": "prisma",
    "rawSpec": "2.27.0",
    "saveSpec": null,
    "fetchSpec": "2.27.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/prisma/-/prisma-2.27.0.tgz",
  "_spec": "2.27.0",
  "_where": "/home/desabat1/api",
  "author": {
    "name": "Tim Suchanek",
    "email": "suchanek@prisma.io"
  },
  "bin": {
    "prisma": "build/index.js",
    "prisma2": "build/index.js"
  },
  "bugs": {
    "url": "https://github.com/prisma/prisma/issues"
  },
  "dependencies": {
    "@prisma/engines": "2.27.0-43.cdba6ec525e0213cce26f8e4bb23cf556d1479bb"
  },
  "description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
  "devDependencies": {
    "@prisma/client": "2.27.0",
    "@prisma/debug": "2.27.0",
    "@prisma/fetch-engine": "2.27.0-43.cdba6ec525e0213cce26f8e4bb23cf556d1479bb",
    "@prisma/generator-helper": "2.27.0",
    "@prisma/get-platform": "2.27.0-43.cdba6ec525e0213cce26f8e4bb23cf556d1479bb",
    "@prisma/migrate": "2.27.0",
    "@prisma/sdk": "2.27.0",
    "@prisma/studio-server": "0.410.0",
    "@timsuchanek/copy": "1.4.5",
    "@types/jest": "26.0.24",
    "@types/ws": "7.4.6",
    "@typescript-eslint/eslint-plugin": "4.28.2",
    "@typescript-eslint/parser": "4.28.2",
    "chalk": "4.1.1",
    "checkpoint-client": "1.1.20",
    "dotenv": "10.0.0",
    "esbuild": "0.8.53",
    "escape-string-regexp": "4.0.0",
    "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",
    "execa": "5.1.1",
    "fast-deep-equal": "3.1.3",
    "fs-jetpack": "4.1.0",
    "get-port": "5.1.1",
    "global-dirs": "3.0.0",
    "indent-string": "4.0.0",
    "is-installed-globally": "0.4.0",
    "jest": "27.0.6",
    "line-replace": "2.0.1",
    "lint-staged": "11.0.0",
    "log-update": "4.0.0",
    "make-dir": "3.1.0",
    "node-fetch": "2.6.1",
    "open": "7.4.2",
    "pg": "8.6.0",
    "pkg-up": "3.1.0",
    "prettier": "2.3.2",
    "replace-string": "3.1.0",
    "resolve-pkg": "2.0.0",
    "rimraf": "3.0.2",
    "strip-ansi": "6.0.0",
    "tempy": "1.0.1",
    "ts-jest": "27.0.3",
    "typescript": "4.3.5"
  },
  "engines": {
    "node": ">=12.2"
  },
  "files": [
    "README.md",
    "build",
    "install",
    "runtime/*.js",
    "runtime/*.d.ts",
    "runtime/utils",
    "runtime/dist",
    "prisma-client",
    "preinstall",
    "scripts/preinstall-entry.js",
    "scripts/install-entry.js"
  ],
  "homepage": "https://www.prisma.io",
  "keywords": [
    "orm",
    "prisma2",
    "prisma",
    "cli",
    "database",
    "sql",
    "postgresql",
    "mysql",
    "sqlite",
    "mariadb",
    "mssql",
    "typescript",
    "query-builder"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "*.ts": [
      "eslint",
      "prettier --write"
    ]
  },
  "main": "build/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",
  "pkg": {
    "assets": [
      "build/**/*",
      "runtime/**/*",
      "prisma-client/**/*",
      "node_modules/@prisma/engines/**/*",
      "node_modules/@prisma/engines/*"
    ]
  },
  "prisma": {
    "prismaCommit": "4345a7a378948acc321c0a751607f40f44156114"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/prisma/prisma.git"
  },
  "scripts": {
    "build": "node helpers/build.js",
    "format": "prettier --write .",
    "install": "node scripts/install-entry.js",
    "jest": "jest",
    "lint": "eslint --cache --fix --ext .ts .",
    "lint-ci": "eslint --ext .ts .",
    "precommit": "lint-staged",
    "preinstall": "node scripts/preinstall-entry.js",
    "test": "pnpm run test:commands",
    "test-update": "pnpm run test:commands -- -u",
    "test:commands": "./fixtures/test.sh && jest --maxConcurrency=1",
    "tsc": "tsc -d -p tsconfig.build.json && bash scripts/copy-runtime-dist.sh"
  },
  "version": "2.27.0"
}
