{
  "_from": "@nestjs/typeorm@9.0.1",
  "_id": "@nestjs/typeorm@9.0.1",
  "_inBundle": false,
  "_integrity": "sha512-A2BgLIPsMtmMI0bPKEf4bmzgFPsnvHqNBx3KkvaJ7hJrBQy0OqYOb+Rr06ifblKWDWS2tUPNrAFQbZjtk3PI+g==",
  "_location": "/@nestjs/typeorm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/typeorm@9.0.1",
    "name": "@nestjs/typeorm",
    "escapedName": "@nestjs%2ftypeorm",
    "scope": "@nestjs",
    "rawSpec": "9.0.1",
    "saveSpec": null,
    "fetchSpec": "9.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-9.0.1.tgz",
  "_shasum": "f78bfc00e71731ea860288e4a03830107daf3d9c",
  "_spec": "@nestjs/typeorm@9.0.1",
  "_where": "/var/www/html/analytics/analytics-soa",
  "author": {
    "name": "Kamil Mysliwiec"
  },
  "bugs": {
    "url": "https://github.com/nestjs/typeorm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "uuid": "8.3.2"
  },
  "deprecated": false,
  "description": "Nest - modern, fast, powerful node.js web framework (@typeorm)",
  "devDependencies": {
    "@commitlint/cli": "17.0.3",
    "@commitlint/config-angular": "17.0.3",
    "@nestjs/common": "9.0.8",
    "@nestjs/core": "9.0.8",
    "@nestjs/platform-express": "9.0.8",
    "@nestjs/testing": "9.0.8",
    "@types/jest": "28.1.6",
    "@types/node": "17.0.8",
    "@types/supertest": "2.0.12",
    "@types/uuid": "8.3.4",
    "@typescript-eslint/eslint-plugin": "5.33.0",
    "@typescript-eslint/parser": "5.33.0",
    "eslint": "8.21.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "husky": "8.0.1",
    "jest": "28.1.3",
    "lint-staged": "13.0.3",
    "mysql": "2.18.1",
    "pg": "8.7.3",
    "prettier": "2.7.1",
    "reflect-metadata": "0.1.13",
    "release-it": "15.3.0",
    "rxjs": "7.5.6",
    "supertest": "6.2.4",
    "ts-jest": "28.0.7",
    "typeorm": "0.3.7",
    "typescript": "4.7.4"
  },
  "homepage": "https://github.com/nestjs/typeorm#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "name": "@nestjs/typeorm",
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.2.0",
    "typeorm": "^0.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/typeorm.git"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:next": "npm run build",
    "prepublish:npm": "npm run build",
    "prerelease": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "publish:npm": "npm publish --access public",
    "release": "release-it",
    "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch"
  },
  "url": "https://github.com/nestjs/typeorm#readme",
  "version": "9.0.1"
}
