{
  "_from": "@nestjs/mapped-types@1.1.0",
  "_id": "@nestjs/mapped-types@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-+2kSly4P1QI+9eGt+/uGyPdEG1hVz7nbpqPHWZVYgoqz8eOHljpXPag+UCVRw9zo2XCu4sgNUIGe8Uk0+OvUQg==",
  "_location": "/@nestjs/mapped-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/mapped-types@1.1.0",
    "name": "@nestjs/mapped-types",
    "escapedName": "@nestjs%2fmapped-types",
    "scope": "@nestjs",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@nestjs/swagger"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-1.1.0.tgz",
  "_shasum": "54a9fa61079635dd6c3c75fd9593f20b2302a55b",
  "_spec": "@nestjs/mapped-types@1.1.0",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@nestjs/swagger",
  "author": {
    "name": "Kamil Mysliwiec"
  },
  "bugs": {
    "url": "https://github.com/nestjs/mapped-types/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Nest - modern, fast, powerful node.js web framework (@mapped-types)",
  "devDependencies": {
    "@commitlint/cli": "17.0.3",
    "@commitlint/config-angular": "17.0.3",
    "@nestjs/common": "9.0.1",
    "@types/jest": "28.1.4",
    "@types/node": "16.11.43",
    "@typescript-eslint/eslint-plugin": "5.30.5",
    "@typescript-eslint/parser": "5.30.5",
    "class-transformer": "0.5.1",
    "class-validator": "0.13.2",
    "eslint": "8.19.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "husky": "8.0.1",
    "jest": "28.1.2",
    "lint-staged": "13.0.3",
    "prettier": "2.7.1",
    "reflect-metadata": "0.1.13",
    "release-it": "15.1.1",
    "rimraf": "3.0.2",
    "ts-jest": "28.0.5",
    "typescript": "4.7.4"
  },
  "homepage": "https://github.com/nestjs/mapped-types#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/mapped-types",
  "peerDependencies": {
    "@nestjs/common": "^7.0.8 || ^8.0.0 || ^9.0.0",
    "class-transformer": "^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0",
    "class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0",
    "reflect-metadata": "^0.1.12"
  },
  "peerDependenciesMeta": {
    "class-validator": {
      "optional": true
    },
    "class-transformer": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/mapped-types.git"
  },
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier \"{lib,tests}/**/*.ts\" --write",
    "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/mapped-types#readme",
  "version": "1.1.0"
}
