{"_id":"prisma-nestjs-graphql","_rev":"140-c685bf7d1ccf03145681f27ea5563927","name":"prisma-nestjs-graphql","dist-tags":{"next":"23.0.1","latest":"23.2.1"},"versions":{"1.0.0":{"name":"prisma-nestjs-graphql","version":"1.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"dist":{"shasum":"cbe24c5b7856072ea45b2ab9844d0c6231accadd","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.0.0.tgz","fileCount":5,"integrity":"sha512-AvWLlML97AnvTSuIGZQ7KWwrnbhvb5VFvVM1a5SsEZGbSppuXkf4+pmFOW+nZ3za1J+8DZmfczKrqaoM6H6CPw==","signatures":[{"sig":"MEUCIGY9Fcy8FTHyIoPrE+mBVXRWKDY2/g+rbTvMaDWG1CkpAiEAw53jOmihzrWmcgNH1N2gMmBmo7hgKON0/B7jJSRrQUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMbrwCRA9TVsSAnZWagAARaAP/jo6tSGEKJDc1CqLbn8f\nXMQ5fpTwQEoIpLeTvo0zVphY93g0nO2TNGbEL0iVBEYb4Tu6SRMSOF6newjR\n1c7bo2++Tkc+c4C8OxgsVTnIAziNq+wBPj5T2tB6f2C+UgvXaiO4DEufQKiL\nFkm2HPeOTtefDXzBYorQzjWF7gf67AAljlgZBt+O4h5niQ+/0mR0wVOKuyNx\nMku4/nGkd8mYR2OLX6GFNDNTtJvoC+NiF3A/M8iPihxqQWN/ss4XTV4672aZ\ntSCjosV9Mj8Ii5PO6ZxXO7lR+8ARukyvczxZVIHOJ9V9tDgnh+F86FmLnaR2\nqJGRAL5xov+sTBkMIarHGyzVK7KmDQvLvtEG7kc9GEpLOPf9Iw77L3C8osCV\niCaLMflYQX/lYT7gb/YRzfwM+Kh1aZKrzbA0kOOpe8FIzfLeiQo1++B2tox1\n7XmdQ5PXCpmixgS0eytD4H07+R0B9ZLXyx3PXfVfDAZZZG0kSsZbNkPu/x0C\n0ihzg9yuSfxi5aIq2gBl88EAKY/6JyGvZoU0JQ+C9IZzQF5bLj6Nro/T0F2F\n+2zo8lSky6NS2qfR8LOAeeATJfkDardjiewiQkkwAnWOF/E41mR7HCaN58GZ\nG0qZu6LV0qImdF2ex+zygSwZEdYK7XLqfiRSV39fLBh7yf4lM46uKtVKMd1p\na2gQ\r\n=UEVr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov && npm run typecov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/_mocha","bundle":"sh Taskfile bundle","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","unused":"no-unused-export \"src/**/*.ts\"","tscheck":"echo tscheck... && tsc --noEmit","typecov":"node node_modules/type-coverage/bin/type-coverage --detail","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^7.1.3","get-relative-path":"^1.0.2","@prisma/generator-helper":"^2.4.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.6.0","ts-node":"^8.10.2","prettier":"^2.0.5","typescript":"~3.9.7","@prisma/cli":"^2.4.1","@types/node":"^14.0.27","simplytyped":"^3.3.0","@types/mocha":"^8.0.1","git-branch-is":"^4.0.0","type-coverage":"^2.9.0","watchexec-bin":"^1.0.0","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.1","@nestjs/graphql":"^7.6.0","precise-commits":"^1.0.2","no-unused-export":"^1.12.2","semantic-release":"^17.1.1","eslint-plugin-etc":"0.0.1-beta.36","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.8.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^1.40.0","@commitlint/config-conventional":"^9.1.1","@typescript-eslint/eslint-plugin":"^3.8.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.7.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.0.0_1597094640312_0.7748601213972164","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"prisma-nestjs-graphql","version":"1.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"fc2412ab1f499586f5ab6eb6b613c209b2acf152","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.1.0.tgz","fileCount":5,"integrity":"sha512-9qevjb7CxJpS8BVNuRWZ/hITxgnEu7ZqmCUBLuGq8IovxevYP9OOf3Qiv4a5o01+3LSI6x9ht36M4SaIn9BMCw==","signatures":[{"sig":"MEUCIAgYCvy6XbcgTH2twQbHFSItZkSTmX6OYTYOJ1DYuBIgAiEAoaXaq49+APZHAy72dtM/eYTB4n2SOQM5uX+DxzYtr+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOC4WCRA9TVsSAnZWagAAl+AP/1RIRzsoK70LmSyEcOOE\nKUeiXD6SIhBm8jLWvReZcl3K+TWGjaeTi0foSVqLEJGRF6qbLrbbB/fQ88C7\nj/T2pMeK0IqdX9+OjHp3RntBFrDhe2i7oC3ZHBRFDXTRjEbJsRhc3NsMraF9\ng0wwDgtZFxP4Vyz8kabbOyWA90T04N4410Yo+jTYsQa3MJWwyMAEaqsHtAgC\nnk0GL/kgfKLRfXULDFqmrwrjgDCU4px2/QGLiO2BIiHr08lBL8VYRIPfiLKB\ndO6J18A8vm6xt5BI2HRR1fEKvljHRQSQUypixXxxvV9VcZWScmsfmPw+ndts\n5ibHvU/Ok8UUPI1ywSw8gcC0N02IREiC/ItQu9ug2NWUaY62tFyxGN+SqzSB\nkuNFcsTJFXHT3nmXgX2lMAlvHlIBBiG8Q5NAHyBfRtwtJT3j37eYKYk5s69B\nyslzHUdyDCRIT3o9RzV39km9nShzgt1QD1Mhtl3YFSpOJKKWD8jKv/6+a2uf\npu1vECU0uxMDdxv+nPBvtKpKAY2CySy86M3lQGbVcz6xpeqdpm2hKhcBO1ny\n2TCy2dffcfmR47VYPfKnguxGs+FEnwwqJLwJ5tITho9BCjAKKakFE62/25wk\nM0FjsBAf8TP8KRfpfuNkZnN7/BnGsZxY1oVI6yH/6QtFaXKviPpzDKM+aOmL\nxu+v\r\n=Ur+y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov && npm run typecov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","unused":"no-unused-export \"src/**/*.ts\"","tscheck":"echo tscheck... && tsc --noEmit","typecov":"node node_modules/type-coverage/bin/type-coverage --detail","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^7.3.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.4.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.7.0","ts-node":"^8.10.2","prettier":"^2.0.5","typescript":"~3.9.7","@prisma/cli":"^2.4.1","@types/node":"^14.0.27","simplytyped":"^3.3.0","@types/mocha":"^8.0.2","git-branch-is":"^4.0.0","type-coverage":"^2.9.0","watchexec-bin":"^1.0.0","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.1","@nestjs/graphql":"^7.6.0","precise-commits":"^1.0.2","no-unused-export":"^1.12.2","semantic-release":"^17.1.1","eslint-plugin-etc":"0.0.1-beta.40","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.9.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^1.42.1","@commitlint/config-conventional":"^9.1.1","@typescript-eslint/eslint-plugin":"^3.9.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.1.0_1597517333442_0.16146061753023178","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"prisma-nestjs-graphql","version":"1.1.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.1.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"1a1164553d30e9d22c29bc27aeceb4c25a756c22","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.1.1.tgz","fileCount":5,"integrity":"sha512-w2MilqPgO1hj6WEvODWuGhsqchtiNxHzRMLfHm7mYHoX1W1AdZ13cCS9OiiGOPE0xRvQbtXbDigemZKCSGwT+A==","signatures":[{"sig":"MEUCIEDZQFtgdNCcrsvj28sYv7b7bDqnWPiLgQHpmxtahC9sAiEAuJcgcSi7mJcq7c4rC4KViEXA2dt9ovi9a2tB9N5Op6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOQS6CRA9TVsSAnZWagAANjsP/j9eU5icI+sdsmAQxo1Y\n72LSf+YE3KEoclKucdtUOmy/LVSjTVJhhxTsM1VVrE8KhxPDUzEAFRNf4Zr9\nUij2kBbH8lLU2vn81650E20/Pa/bqbPdqqZo4e9sOp5oMlPdgNHSSo7CxhQ2\n7saJ1NiYXCiJee+Bqaw3fzHvc6eGzxWNL0q/JmEsN0sfOKvCJLMvaLa0v3n0\nIerccH+YSiNMRQb3bRu63o7j1bMQxr+aP+xmG/eZvBHDo/b0avbH1FMe2w2T\nl+LFBsyxHLjQmajYYq7sK1mprINv4l3sWyxXI0dLcOkjMPHNRIYmOg1Hkqum\nCPH4qbOQi2aWVLoZBK0YLWTF0VwEn0eLA3WoCQ1J72+AcLBNkItxRrpWLy7c\nipIiPjiISalT8sfhySfSzSKyTEwxkfHEwREmmVQiQSSL6LRo5MJihNTYkrEA\np2IQbUIlOjgl9zAM8sIOkSyIFD1XuztuUfbQX3OPK9RuXrgbBGkt6+pxh9Md\n20hyCUQEXN9/qr2nNOOCMNJWHXMK29QH5JojJReYf3WhqBg8WunxJ9JW/iuF\nR7/BYrmLNxOzG5aQZlSL8lF9CS0MJldCxYOc07xzGCazeD8Uomey6nqQvhRs\nbvG2nwtm+iubgyqIUyk65bLieE3BjjBf1HZA41Ni0jpBLMIzoPaH+Sh99M4q\nGorz\r\n=EOLB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov && npm run typecov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","unused":"no-unused-export \"src/**/*.ts\"","tscheck":"echo tscheck... && tsc --noEmit","typecov":"node node_modules/type-coverage/bin/type-coverage --detail","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^7.3.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.4.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.7.0","ts-node":"^8.10.2","prettier":"^2.0.5","typescript":"~3.9.7","@prisma/cli":"^2.4.1","@types/node":"^14.0.27","simplytyped":"^3.3.0","@types/mocha":"^8.0.2","git-branch-is":"^4.0.0","type-coverage":"^2.9.0","watchexec-bin":"^1.0.0","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","precise-commits":"^1.0.2","no-unused-export":"^1.12.2","semantic-release":"^17.1.1","eslint-plugin-etc":"0.0.1-beta.40","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.9.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^2.2.0","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^3.9.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.1.1_1597572281929_0.7489782340667666","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"prisma-nestjs-graphql","version":"1.1.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.1.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"2a8624289ed82f4e2f420b5da5e7040faab92faf","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.1.2.tgz","fileCount":5,"integrity":"sha512-6YLBiKSzcY/yzSL6tpaSAsajya4KPm+yTFsXhyAqupPCbT7oSX/RulYlP43aR0vS254K9SfEyclgGV/et4sn4w==","signatures":[{"sig":"MEUCIQCoAO37ay4SF3L2T7IWwI6+YZk5R2mP5JSNWIM+yarLdQIgAlTG9PKHaGjKsKdWkhNs/HvlRE9NMb2PPcj4nE20jG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOV35CRA9TVsSAnZWagAAomsP/1FpocypfMjRdXWc6JLd\nJj0pOv8jzBDa2di9vynQqKW60r3BofsTKF3EE3+LjS5knwvtiHcn1io+/vTb\n7Y2qw5n9yra/GAYkarTK2OLukC8Hwurd5bMy99kJlkJwmWKWS7WA0tJL7P28\nm7pYiesHVy1So8FcUJ6XAVwyb0zMoxC5SqAQ6/FeVN+cvpBWjrLKB0H876zw\n41QZQB2SlSyUlV3/HDTuKwqM5YABbLzVrTHFurUVhAvJakUb2KKZRJhxD6QU\nzjHd03ju7WIrnVEcS82slWM6pBDZbMxndO4scIqiXARh+pU6PFLGbiU5uPNG\n6p1IDFkxAhinMoORop/xp3KiDXN3MPPD0TtEr1Oh79Ll50lyMO1W9wITuq7O\nmrw70LqkOezAWbnBjX+sgZa4Has9W6zhR+b+4NnFY+24Gd0e4tuCzxG5QYFL\nA/+pth10VkaZxuNDcUcUCVnMLuIj8/1fWlUctWF8cxQmJ2dBiklXS04oRjI2\ngV1T2Hl7D5HslpRXtDGjojWIiU5GDwAb/+aWmg/KxAMXDRtsigt9l8dpwHL2\noPG7Zo99E0fNEUT1oIQ/mlzLWSghJZZa6pY9u8xeOBuAbO7WvMalS2pFhy59\nh9S3c8hCN48o5izlf7UDe+iw93y35BV309JJRryjt7HP4jimpLCpOhulShCA\npEwE\r\n=kNGc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov && npm run typecov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","unused":"no-unused-export \"src/**/*.ts\"","tscheck":"echo tscheck... && tsc --noEmit","typecov":"node node_modules/type-coverage/bin/type-coverage --detail","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","start:example":"node -r ts-node/register/transpile-only src/example/main.ts","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^7.3.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.4.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.7.0","graphql":"^15.3.0","ts-node":"^8.10.2","prettier":"^2.0.5","typescript":"~3.9.7","@prisma/cli":"^2.4.1","@types/node":"^14.0.27","simplytyped":"^3.3.0","@nestjs/core":"^7.4.2","@types/mocha":"^8.0.2","git-branch-is":"^4.0.0","type-coverage":"^2.9.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.2","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","no-unused-export":"^1.12.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.1-beta.40","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.16.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.9.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^2.2.0","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^3.9.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.1.2_1597595129317_0.5886536572642325","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"prisma-nestjs-graphql","version":"1.1.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.1.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"5cde011ee40176687f1d0e75bfa942cf867d3f18","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.1.3.tgz","fileCount":5,"integrity":"sha512-ykzT+6hSNrUsvF80q2+HIuejx+JI5bhKI8uLSK59J6xyf6kxRrDtnQgCaSykQtYJzYUG3IOcfYHIM7hm+5qdvw==","signatures":[{"sig":"MEUCIQC7CfexhCNQvi89Y7CO08EeDoMd+48Ced7fZyQRtr1VrgIgYDB4utVc7fASxG6peP3r0iqxBTs7y2uOOlx+PZLFVm4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQFKACRA9TVsSAnZWagAA5KkP/0N9Fp1c09JAI9TLwSq7\n6DWrzDa3LxlUmCcYRgGDPGXCRWRP+5RIolHshEp2joyGpEcAoaLC2eqkWPFM\nk7A38/65+1n1fn58Tyypg1OohcIhKDl1NiGz3jYwgC5dHqh1jiXU/+xW/DX2\nI4h0FnE0M80w2POWzScYz/DI7HsbPL2wxBr6i8NBdvDcCU+v0jie8dM5FxCJ\nhREUvAyldYuTsS5cVjZWmo011q+lqKll/Y55dO6NizzP843PKnOebAnjVzEh\nAw716RVdsyx6DQF0PVlvOLeCsMzqrnhlg1mzr4a6/HrmcxrA8PtSFvzYcCKA\n9kj1cFGiSTa51GRIpJngVqXXQudzZVfHLDwBKN+8p2ZJXjB1fSTAOicWu3vf\nQ7uNC/41RMLVjezr7laxc27l4UCyOYUjHnFSdb/RGZzzP6AtyP4j1dSfkB8f\nEWP2lvdMXEaT4PCwpOduWikSEJKSh2zAKgxxSi47/HzBjOv2U9EK2jTYRwZc\nVDMxrSaD28JTvaMON2C3WKbvQWjGm43Zw5Tv+T1+iq4BFIjBBM95LnNDu5lG\n4+LzS+6sduIvJFGZycG6O+m0/sqUOkZxknRB72w4Cj0YfMMRSgeoP2WbYj4y\nAOZwSRso7cy3rHG+XPI2bp85MeCRr3iLvYk6wlIBG6x1nxvMAe7Z6WCUJxpN\nMtEE\r\n=0+vn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","start:example":"node -r ts-node/register/transpile-only src/example/main.ts","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.5.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.7.0","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.0.5","typescript":"~4.0.2","@prisma/cli":"^2.5.1","@types/node":"^14.6.0","simplytyped":"^3.3.0","@nestjs/core":"^7.4.2","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.2","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.1-beta.42","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.16.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.9.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^2.3.1","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^3.9.1","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.1.3_1598050942929_0.33822374667425703","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"prisma-nestjs-graphql","version":"1.1.4","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.1.4","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"8595bc591d4553f51d9120c32b885e229f183aeb","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.1.4.tgz","fileCount":5,"integrity":"sha512-3pSNnFgE4t2tWVG5KMfbC+lq6+M3s5S7ExNU6y0e9kgxjB6XMxUXKb7ovlFHei8gDHkszv9VG85/VDnjYnVNYA==","signatures":[{"sig":"MEYCIQD3n4ODtdPV5mJ1BOWSS1s22Hl0Mb2bkwQVfZsnxT93DgIhAO90Jt2k0PlrRigJ79KEBsX/VAG6cBrZDBobTyLYiLe7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQY8JCRA9TVsSAnZWagAAjRoP/3n0Y/01Km8QVFLBnYRo\nlbgHD8mXGuALOtUEv9V1DrzrelBRz+lg+DoU6DeAiqhiKrFctdiIQy+TuhMc\n3mqsLn8eQQ/jJKtv0of+EUDBXnrpjA6aIfc5DzFgXw/LKZVZ3rotGv7+//5j\nVCu/XvuxJNstLTsK5YAfAyq6XftiFn3ZDxycrc+XOrx9t7ZPhsB00f+XRBvS\n0h4zgwa6eJckb5eMgK/8W5AU/IegXlOBBuDno1DnS8c0t3HENnBQ2uEL9EkF\nIfqvzRYvMP6vskbCRd8zhaSTsRXytDxW8L4E2eHMwkWToLFkY8KuQD1Ud3ib\n9tVvunWx3rsUAQAQ/TfVyuYMPFPwXxVysV+nGJ+Q6WWaG+Oblf8WbfihkC7Y\njxv5d/XkoVCI+vwa5qXUMhe8atvTC1pYyuEUWg84ttYFdvE0Y1I1dPYnVBMW\n5MKO9+kgtxJMBrk/j3bPwX1UN3MSamUUoyOiVK6pjzzHgzP1B0uVeoaZn5BR\nZNaq0rxhsKxDdJJFlU+2lSTsLB667Yzq5hP7mqSsDEMVKiXcyPRZN30osR4N\nae3OZ4QDceOJsQ5+UQ1YYBnGHxy8n6sn01Hmo2txx1uc4/m/ls/FDe+w6Via\neLIGx+kITsUCMJe5tKT4J3NYwa415xY2Rg/yht2nMtHqJNuw0heMewwOkWvi\nVZfa\r\n=jEhP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","start:example":"node -r ts-node/register/transpile-only src/example/main.ts","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.5.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.7.0","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.0.5","typescript":"~4.0.2","@prisma/cli":"^2.5.1","@types/node":"^14.6.0","simplytyped":"^3.3.0","@nestjs/core":"^7.4.2","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.2","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.1-beta.43","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.16.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.9.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^2.3.1","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^3.9.1","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.1.4_1598131976632_0.6695273498935879","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"prisma-nestjs-graphql","version":"1.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"d0e8a1454a969193079633295c22a0588102bf17","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.2.0.tgz","fileCount":5,"integrity":"sha512-JAWRjZvnmsfYgIqvord3RKo25+fprRZ/G5WB5I9Lc354+sOvAaMWPzP1cTXOevUmpDta6vKpx23Uwa55qvwSig==","signatures":[{"sig":"MEUCIAeATNV/bSzd/DI/V3B+Xmx0KLwD9rNZngjvtJKV1iYHAiEA27flMykEJc26w7z8bQzZ8I8uxMPdNENNAsZafBszwHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSn/ZCRA9TVsSAnZWagAAmhkP/0ZZrO1TU5oVorvk8sgj\nmqd8huS/msfOXZ8VfLq2MSW+iJC+o6VlBHxkFTxNkMQMpFVJpyI+kCDNBrXS\nXuihh3jiHBYaS80Upc9RMIRhmojo+XL8j3MPn/ZhhIj0gsgTIfVhKSsv4wAb\nfMG9IbWHI+lKU8/wo9nq8lOxEGcFHm229alHLYAdoD+E9dDKKX06NordPkmL\nPUrYePp7l5eWt/NNgr/3zDPmHKW5UkGYVVwBxnJm16WXsSDmtC8r/pgg8GrO\n0GURsEun2O9V3KEMEBqbl4k6LvMPMSF3wox57jwbU2w4pcz7ue0SGtsEtmbn\nT8vkePHOiHlnXU0Vug7yFo3wYR/vpg/nkqFio6nBrebmXNo99N/xBnDnh6GB\nse8uz+L3ynCQi04bYskx4ED5sLiJbGc7gxVXrJA0iOSOfdueWLqBwbUx+xJl\n/F7cy5OtZ8ms9NVQzT5xMpOCEhEDqAqlYF2zNEY6Oy9d9IfghkWa9sv1S8vx\niFS1pCHYFGDM80yQUqeaXy3hBda25sgpayvfUBWmgQ2V1RRNSt3fBQ6fgFia\nZqOn2qrDmWJoCBxsGr7n8ETbeD530hWkaKKW1/tRQud9dLj+y5raEAjKSfiq\nCo+TR2ekV9fIL//6FU8cwGnkwsDOx9V6gTVjhee1yRJfXjiDVARcAfFV0khW\nQt0i\r\n=z+hU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","start:example":"node -r ts-node/register/transpile-only src/example/main.ts","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.5.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.1","eslint":"^7.7.0","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.0.5","typescript":"~4.0.2","@prisma/cli":"^2.5.1","@types/node":"^14.6.0","simplytyped":"^3.3.0","@nestjs/core":"^7.4.2","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.2","@prisma/client":"^2.4.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.1-beta.43","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.16.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.9.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^2.3.1","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^3.9.1","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":"2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.2.0_1598717913193_0.9135953078621939","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"prisma-nestjs-graphql","version":"1.3.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.3.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"5129c11071240edd666f48ce1c3c7ac29fcc4821","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.3.0.tgz","fileCount":5,"integrity":"sha512-0E003ZHlWXTC4WhQg3oElfYAQbUo3T1/1dPlxFgTvxQgUgEIcP/o5fwEGtV7KrMasqLebTunjLPT9BEYQHHHlA==","signatures":[{"sig":"MEYCIQCZSLZvwq8sNvkeahuKoJp3Bgo/gUSYb8DDs7S3f21R9gIhAMZ9fnBSt9o6Ne+Cs6lu9Ldp+TOrO7wnm/zixoLNuT+M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTAaYCRA9TVsSAnZWagAA/n0P/1txGKyBlzBbeIGM74at\n/I74btzaW300NEhYK7mKENEOC7y6WW7zpfn8eBwSp7iEeVKi+E/tBGCN7j39\nkvBwcCZX3rG1IH5680AmAGO2IvTQrGX2pxCfKJI24UWu4G+obH3Dj34qH9Jf\n5yNjTdpZP6WjMRBKzElhSaTUYwIiUVD4lGwapTsedh7VCTh5zUQQq17KuOPA\nOLbFNjTmGxKJr8OrIzRsEKyX4eCrVD0bJFmDlEe+3PLwYhDk7/qYhIMdEiRc\ninxM4h5tXx+qC7XLqXUlH9zylKV/D4GAHUsISa3RbeknbAHtyjHCI58KPltI\niXjEKwaevMXkyuoafGJh3VhJmnJ+j/dbEsnVbLcFQ1Lld4+R8yraOU6oj1b5\nvjjtppHXZhJb86QAKaD1gqPrLRrGuX3AFDe8CEJYx2Olbk09YLxl3QhoftHr\n9ZjL/IT0QI/sAGNitJojbabyXKudyBGzToNyKbf1w2eizyaJDpNvQ6jXowB7\nmdXZbLaujR0FshwOsxWmpZ7JzafkxP9IEsY+nGhSLfW9/gG9qdoWqqAy6SB0\nB8Hp2iBM2Px68UCVbnLHxIAQPlrI4ubn4o+48PIpvhjEWhIU32xXD2cRYCYb\neTiTwXTXfRXE5QoDWYg+QnQCEGKiqeh5CUrY5dd7+tugdIZceRXTIr+0Bt7w\nnCTS\r\n=77js\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.1.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.5.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.3","eslint":"^7.7.0","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.1.1","typescript":"~4.0.2","@prisma/cli":"^2.5.1","@types/node":"^14.6.2","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0-pre.61","@nestjs/core":"^7.4.3","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.3","@paljs/plugins":"^1.2.6","@prisma/client":"^2.5.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.1-beta.44","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.17.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.3","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^3.10.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^2.3.1","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^3.10.1","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.5"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.3.0_1598817943995_0.07250801049439182","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"prisma-nestjs-graphql","version":"1.3.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.3.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"27e265b9f3db471562e8e773f1136b6b161acc72","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.3.1.tgz","fileCount":5,"integrity":"sha512-fOUyAGwSAeh438ku6Oct4jiZra1vfVJxpRdDxO5EutSKG1ZiNeBG4GyFAOub9sF+4Sd37QC8jYPYmJ2DF17vcg==","signatures":[{"sig":"MEQCIHz403hEdJq8xbsjD6IIpGeJxOXgqkMdyTbEyATnXk/0AiB47jW26zpl+l4ZqECgPw81VE5VESgVdNpBH/CAuGHIqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUSTZCRA9TVsSAnZWagAAoSYP/3q6n5iPQX6IvvXOWFpM\nE44dk++C0WYhVzwuXZe2qZBiJWCn6kltGKwvjmH3VrhNY0HuFM0x4+JBRQUT\nhi0iJcDquvvUM7FQhCwnEOtiAmWJsZthJ7CehiKARCGV7y3PxCfN0gKAYrzB\ndX3yknL1wLEx5uszgHFMPNYWXPtnLVPdaNjTQR74vADx5uCmmJSGiq40W5Iz\n5LmHr862B/0KpXkBlhhEZ74xEHjo4kJzZigEaEcKr6YCf8ytI73Ok3uGDyVk\nXlK6T+kFYJhfJKBJgGkpV37ADGiA+LwqE7HgMs4pdfpunly+QYeiICYwfwJc\n9C38toOQxQbpgtB2CjrpRqz4U8yHqZlHTaD27sDW0kzFreMpm6K/PW3cwldO\nw/ZbNnbN2wJxUHutvqExHDgkvly3nz352T7WqEPkmS+msc3WCG+kmvuu1lCW\nfP3RAayL3ExulStiVtdQ7zYcplWLioOzvpBWYFvtDLxAzo3oMRXN0DEKpA5N\nYC9Rmjjk2T4/TV0aspKBeHB6618izf4GHAu2gLT77BVPoqN71651viBIPwB4\nvP1wQbNk9a83lHYE0b8vzAujH/JiSDxVdOsBOe0WBE7NrKRH7WZyCdLnkYR+\nvtrrOSQaEmk+0pgJ72uyJjZTGHgoxf3SiIa4qY1EWsEc4YTSdF0jwUHrGyUD\nBqdA\r\n=HOiQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.1.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.3","eslint":"^7.8.1","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.1.1","typescript":"~4.0.2","@prisma/cli":"^2.6.1","@types/node":"^14.6.3","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0-pre.62","@nestjs/core":"^7.4.4","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.4","@paljs/plugins":"^1.2.6","@prisma/client":">=2.6","find-cache-dir":"^3.3.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.2-beta.45","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.17.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.0.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^3.0.0","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^4.0.1","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.5"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.3.1_1599153369243_0.1426127568815716","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"prisma-nestjs-graphql","version":"1.4.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.4.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"ddb964351bb1c1d918f53acfa796ab06e36759b3","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.4.0.tgz","fileCount":5,"integrity":"sha512-b8Yu50nM7lBEIWeevg7xOObaFaXGYBgqE5R/+5WCNfNnKPhMl57lRtq9gX0/f1YOmcX0IOwLILciPS4XsboOHA==","signatures":[{"sig":"MEYCIQCqm5SE1ku3o0mL622AO2pBZYcuVVu1hx9v0WLrWzr33AIhANdZB5C1gHCVtfk/IoQwOtOuKNqqukvZsVi2qoXzyJ7L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUsIlCRA9TVsSAnZWagAAMSUP/1dvNw37nHmKqyfTcsVc\nVeW+jtVG0aAl9Wl0aWNzuhqbXxiPMmv69hZTERyZaxU1CR9u2kMXCTwh0OzB\nuBIjriiCycbG84aYVUocMHTZ0F+aZTcI/lnOX1WLGW7oObDSVeK7ZaWpf7+k\nshugf1eEP4waVf4PKfiVUHgMOKM+590IzuL8QWJY1nVv2thTIbCu0eHi2KoQ\nXBVNfxARC3GvUKR5KjnjKFbwxq6xZGr+G3VJIeXuf0Uf+BSpQmzPLAPOushB\nQQpGH4zAy4QFRjguL1QOOXGf8BZTrxx8xQQi7UaZnUTi/f96dvS4RzwF9PXD\n0yZkIdFgDctPNyyp88kT76ni5F5mOW/PP40bBUD+runXd/yT4gokFJhEmNH+\nwzTRRKPvQwjvxAGfcFupdOuDpHaPcH/Bm/7LkyVNuEEbyHVpTxEBp8GwjT6N\nD5M0EMGs97wAcikuWXB54fogE3W8GBpsOP+Gus95PuzV04XRNV4kUetEjely\nvcCiRFR3kMJDgn0rNFD0Lq7q8ZgOl+yc/SDsuYXwpIA4o+KEJ1Iw9WDJ/SK7\nPa4tyYM20aV+fdNtYtAVamEsg6u9hHhoLLcw+n27QRHaTxzXblKzwk7q+u9K\nVzssXZX0pss2sEadY+5R1b80xi1wffixIZ1iId83Okm/Y93re62vqSm/bkqs\nrkRJ\r\n=R7RM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","boolean":"^3.0.1","to-kebab":"^1.0.7","ts-morph":"^8.1.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.6.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.2","husky":"^4.2.5","mocha":"^8.1.3","eslint":"^7.8.1","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.1.1","typescript":"~4.0.2","@prisma/cli":"^2.6.2","@types/node":"^14.6.4","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0-pre.62","@nestjs/core":"^7.4.4","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.4","@paljs/plugins":"^1.2.6","@prisma/client":">=2.6","find-cache-dir":"^3.3.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.2-beta.45","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.17.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.0.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^3.0.0","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^4.0.1","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.5"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.4.0_1599259172622_0.2758498723632077","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"prisma-nestjs-graphql","version":"1.5.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.5.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"eb32b9dc34f1b8743e1e83a580df9aed613d6af2","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.5.0.tgz","fileCount":5,"integrity":"sha512-eH3sklEiURmVMinzxD4McEYxfsPwhUpx4OFY/bRkW6YZ62mwmUXWDkrTv2r+naGCW7X5a0y/93gjx6nMBeN55w==","signatures":[{"sig":"MEUCIQD16Kq8oZZTht5fhQwksB1B4PjZJoxcifRoGvCPcskqcAIgQvRip0f4/NqnL2b+DO9IKz1T2R0f8mztYAQvRDecv0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVoevCRA9TVsSAnZWagAA06EP/At+E7arRUTzkBgM6Due\njViQWB4lDrii1uiIL+8MBUWe4qWHiLrE0tmUnS4sL7jPt79Yx+ipANb1OSF7\nUOhrcxWARCN1POclQBbJWOH7RGGqtr+G3/Zxf2QwT+VKnsNWqOt9YoudW137\nMg/AllLQRYAq6YQ3l3mHN9Cuetcz22CLtaGVYF6NhwNCtN5n4DsImQ1jG441\niIDyn/qPCXi+6H8zf9FC2mB6dF17CpxR5iRE2VQnvFE727WbgPOuI+KrwYDz\nmtaNMgDquls8rhug9JKege354aJV1RMrt3tP2yjHn6vQAkdyjcjQbEe/YIc5\n9FmTptR/28V395HgTPa+oykYEgMcWjkdDIIULWubPZ1jTzWpdv7u7vbn1B46\nHGw18ZviOo7FKJzOiS72HU2dhO6jJAlT0J0VGPen6dzng9Y8H/K+Ap2dlzvv\nlHgIciFWNso/tnE0wzuWwfnY3rG7c+oYpEnddGI1bA6Ia/EVDz1zBdVscKES\no9Z0mGl8ww86fv+/HTpXGLL0SEoSBhDtQ4ZjXeZO7KTOmZSyxrRKq57Qorfq\npyPboJ7VY9I1C/5X23v18j5W37yRyz7r23ohBnyjBViZJw3qYDLfk9qkECRr\nibCLrAz27i3+77otkGSbfS4VNrhRoc8Ux1kAyOv3bFQoeUAzLIRWVL24GNuU\nYSg2\r\n=HXYP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","boolean":"^3.0.1","to-kebab":"^1.0.7","ts-morph":"^8.1.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.6.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.1.3","eslint":"^7.8.1","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.1.1","typescript":"~4.0.2","@prisma/cli":"^2.6.2","@types/node":"^14.6.4","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0-pre.62","@nestjs/core":"^7.4.4","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.4","@paljs/plugins":"^1.2.8","@prisma/client":">=2.6","find-cache-dir":"^3.3.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.2-beta.45","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.17.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.1.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^3.1.0","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^4.1.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.5"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.5.0_1599506350788_0.8714110197864489","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"prisma-nestjs-graphql","version":"1.6.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@1.6.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"84b17d7f4d814786770798eb9120eb03c2797119","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-1.6.0.tgz","fileCount":5,"integrity":"sha512-nDDE62/XEynIDS6AmJA62xP14wcl+ojyXND/LT0dDPM2b6rZOs3aQ6KCKKON37ThFL3kxN+ADH2wgzQ9VIyjVA==","signatures":[{"sig":"MEYCIQD7EKrnXZcMx+RcPs47CYrtiRY5SUQlDvF8235U7R8SqgIhANCeG8Jj1FiaWlhYth15PBvDp73w2qgTu4nPSYYetzpq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63868,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV8bSCRA9TVsSAnZWagAAaIkQAKTIgpz+JsQOIknwcbL6\nBQjx0CdRqSZPqzO2bv1JeYcVdo+YvKcTiEv5Lb+2REwQyTTOwaFK81whmdgW\nucxB4pO2PyVSfkghrQDJno3QcVNkFC7xoas34NGPI3N1rVMFiZiBuiNhFwnk\nxoEDm/vATUEgbQWzcBoRFsj9WBlL55cPv0KxJh090CeVkT7UR8ZptCPPfbIf\n1qVND2MMev7J8sS9CKs0qLutHYCarqDkLXd7tFHhFFbbBjT+7Ytw/jnWSeQf\n0ZKuyghGBJ5AWzrepqnaXUlWO7v4HwRQ/cUC8gRGLLSkCNyS4nT5qXKy9pPh\ndB6yOTNRCpUoGbgbLgQx1KE1KkR8jqrjXBOPHTrxRWLkgof/aA1Y+R9zS17q\nBHX7LGVk408PDiKgxqaq5iLrzCxFTli2UrBiDvXMIzWjhcOtT/D9AkJlvmkc\n193a64dUhqew6RR/zDiGiPWUDYQsDe7DSaAQZYtt8tAvHG3HCqiTBlN3FMLS\nuPq0eCilr5d04PlHhhm92+zH7iv5mLdCOPXYqm00XOTa9L07bIX33hDgr/hV\nhSlfdCjHrEW9R94YsmMHQ9KjKHfvl5H7aMeEG70xXSweCt4ZTlcA8+HAYq8S\nMPTa248RPL1BbH2/zhPuIzLv9cVaSFjCQDmWAtZNrJC2Vs1lqBF0qWEjEdFV\ne95N\r\n=vTQF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.7","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.1.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.6.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.0","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.1.3","eslint":"^7.8.1","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.1.1","typescript":"~4.0.2","@prisma/cli":"^2.6.2","@types/node":"^14.6.4","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0-pre.62","@nestjs/core":"^7.4.4","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.4","@paljs/plugins":"^1.2.8","@prisma/client":">=2.6","find-cache-dir":"^3.3.1","@commitlint/cli":"^9.1.2","@nestjs/graphql":"^7.6.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.1","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.2-beta.45","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.0","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.17.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^21.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.1.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^3.1.0","@commitlint/config-conventional":"^9.1.2","@typescript-eslint/eslint-plugin":"^4.1.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.5"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_1.6.0_1599588049757_0.37026140856670464","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"prisma-nestjs-graphql","version":"2.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@2.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"969481f0347c24408802f88d31aec0ba91ab51f7","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-2.0.0.tgz","fileCount":5,"integrity":"sha512-mdRHz/qEFh4dV3iULB+uVY46mv49z9r+dYniv6xYMC/MfWISy+YU8irrTa0kmtPULHbqgxXvXm7PS4R1VL4mhg==","signatures":[{"sig":"MEUCIQD1F6Bar33zvIm//2+rdMDEH/ZLuk/S2PR7frI7igv7XgIgdjBjM3YZjudThP+JV136Aqc76lKFIYdUxbfc1J62WM8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfeeBKCRA9TVsSAnZWagAAcekP/1GEoB+V4RqYHt/aZwIn\nGHtudISWUbmeDBknQjh3nCY3+pcclgcH2Ht3B/lg87WEBdz7EJEO+o8CvJZK\ne6k3Cwoc7IYc67+zk5pjqDdDyOev3E39QcwLO5o1k0N8jXyp2jASWjhnGi38\nbGkTPWjnzKpq8hHXeZkrkOvDuLgAijCaDKijviU7y7o4JQKSN/qFIpc4faDH\nePjzMrC+J34R2EBDQsjztK3UzE3f4f/TGo/wePCqO3b1kDIZmVkpABHNoeMX\nE9cXZ5ohE1IZjA7lApdb5+SGkAx68U7mSE0Htd7Hyomebyr1tb2KyJoVineD\nzOf2FqvrslwRyjmFl0s1QRxYSQ4oz56nyEOIcDBJ1bJAuGl9hCQGpebq1dTw\nvenEP+cp9r3KtaYFHsoubbW/SQrQ4jjfTLycLyok8WM50naiLyz5Ah/1+pj3\nMIMOTODpU5Ul/8+WduajvsDiSEvHelvVSzO8SAqWHQetXLwgQqs8eaQ6Gejp\n8n+OLiJCmX7jGCwKTQjGu9NDhSuOLF47UoVR5Fzo/Oe3vK6vaeLgNeZ3iBOv\nhKmRjXsbRDbrGTa76cXtP2xiwNdtusP0T/9GBmYBxBJZ9PVmxcdIgkYnYHgW\nFA9W8ukhQASCVAUWdFVEI7QgmzMuhQXk0UfYQD9wFP+GucQkGc2lmEfY53uU\nwBck\r\n=GMJN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.8","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.0.1","to-kebab":"^1.0.7","ts-morph":"^8.1.1","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.1","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.1.3","eslint":"^7.10.0","graphql":"^15.3.0","ts-node":"^9.0.0","prettier":"^2.1.2","typescript":"~4.0.3","@prisma/cli":"^2.8.0","@types/node":"^14.11.2","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0-pre.63","@nestjs/core":"^7.4.4","@types/mocha":"^8.0.3","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.4.4","@paljs/plugins":"^2.2.0","@prisma/client":"^2.8.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.7.0","class-validator":"^0.12.2","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.1.2","class-transformer":"^0.3.1","eslint-plugin-etc":"0.0.3-beta.48","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.18.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^22.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.4.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.3.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.4.0","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.3.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.8"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_2.0.0_1601822793931_0.8588544858181208","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"prisma-nestjs-graphql","version":"2.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@2.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"ec2969b728d4de53e8bfeaf67f17a2fc3feb0d40","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-2.0.1.tgz","fileCount":5,"integrity":"sha512-YqyBzyQPlNhfpKDd1estiC3inAbgsAV4LqaJim6WQsAag77ztAytWeDiBdUAFceswg7ymt8YQZTqmnc5xFoX1A==","signatures":[{"sig":"MEYCIQCAWbyiHTz0pDkoQk4XBAzMR49E55iKCiJmx/mwgauZRgIhAMi7eHxbA4Eay5n+Icw3f18UAh4VCt7jy4y2oupx7Oc3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrxj5CRA9TVsSAnZWagAAQUMP/3bGp2hqpGdDFBmWeI9P\n78YfZyFW6gdDI7S4tE+gnHbCJhtAWZ47WzpfFUirtjtDn/6u2/0J1t/1LtJ/\nrnF6KnX3sm07919t6hE9yUBUG8x0uJ1qqmkfVx9BVFuE/ptJvdNkZsENj+em\nYMLr64IJzE7MlzqpUHpUSF0oNsbaSEtQMWGiz+ZAUBedwkm0yGw/dOR/VqVC\nMRLCwI8nKFeLqHZlI6wH3ABXbrhCtnFqTFNLFma+G7Nn0o9QZ/db/4AXR8Qu\nOQ0Jft1aJdxGPy4HQGWXcnRreT3f/VCnQcUMAyeV/WNPxoP7ICa3IUXAYfjT\n8+mTKC01+i6f7fhODMJ1OaErZTi/WUedZXairut2yqXzK1FSFNAu+3+Xb+IO\ntDSLrVg7cYUZeSCITd0qZyG2QP04jzt3ogjH5VyF2hMfu3Cp0R5SMXyEP93g\ndYzRtQ6X+Qm2BY093ydlhrQqr/aWTX23D+rKKRQ/2g/CKZzn40eJ4BUTR2o9\nx1UYneT9HlakQiiyLu4BvZNiAK980MF/6DNkqmdfLrW67jb29+cTpuZtFnAX\ncGZIeGHjKgJuW4P0RayGMVblktf/sdXMtO4dRMoZY3BpXy8/rMfYugjXfoG+\nQcIZCdrSQBrUXzbtGwgaeF4Qc22Tk5p78tH3VUcQ3GkXJXQSyLFO1ZFT9rO2\n+uA7\r\n=EDcG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --timeout 5s --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.8","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.1.1","to-kebab":"^1.0.7","ts-morph":"^8.2.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","chai":"^4.2.0","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.13.0","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.1.2","commitizen":"^4.2.2","typescript":"~4.0.5","@prisma/cli":"^2.11.0","@types/chai":"^4.2.14","@types/node":"^14.14.7","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.2","@types/mocha":"^8.0.4","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.2","@paljs/plugins":"^2.5.13","@prisma/client":"^2.11.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.8.1","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.2.2","class-transformer":"^0.3.1","eslint-plugin-etc":"1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.7.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.6.0","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.7.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.8"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_2.0.1_1605310713272_0.6251197130772224","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"prisma-nestjs-graphql","version":"2.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@2.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"0688d6797996cd4f1baac7ac1d9b831c1371ad02","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-2.0.2.tgz","fileCount":5,"integrity":"sha512-kjM+QsV3gqgYynsXhZXzjOh3his90HBIuMMNSRsC4tv8qHanrkaFCdQTE022AtJZkvmUCzicigVTrjubepkfiA==","signatures":[{"sig":"MEYCIQDjdNV0ybinfrPU4I2sXQVd6pXh+agxefoKS2gW40/KMAIhAJY1QPZHq05GzElwR/CLUZXMuCNG74ZxwT2Zqum3hMcz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfr/E7CRA9TVsSAnZWagAAu3MP/iomCTcbfTvVu3z8QeVC\nmX7eAgJNS1OWVysPV0Mmtyr+UqNyd+0FK5mKxVJQzGI1jpZXJLYYqb9Lba4e\nf/40qqPx+GRQyCUIF9sQKbIAipL8NHKqdlGKJ8GSdn7oi4J+N3US45X84X2j\n3ShV7mKj623IX5CIT+myNvLBXi32E1ovdicgbzpkp/i3dIHLJfDG0IQRrOLR\nC6xDHsFkHwrI3lTlfv3bwxMk0TVb7GHuKA6JU0mTmLaMVQhJQCHUwZXbC5qB\nKJD1SXS/5w+s3PEtf4P5dP1AQf3GLBLU/5jE40JM2rz3ft1GiJngRFcVDsoj\nhNww1K/U5rD6qFZvlRkgvcqxNmGvNn1c8lX7WnmoDKkEZAYGnmf/xuf/1yk+\nTPjNhwK1B1fndCv+M7SBAEl4heSZAdZ5xUnqcUuvE5JPCdpKspSnbySmnBdI\ndVUV+OVi8HT6M2VqkvdlFEJB5NkuC6+pBtwth97mo9lt64Wt3aDBkOx7h7Vn\nkNRKuAPxzgUPmLvSP5ikmiAPnIuKUqcuBqvGo5oziFrJkK9x2Twb7+vxmrGt\nkD3Ix8jlPKUjeHDzAfnQLHdQRpwS1CL8pElOQSe6kOMuIEc4DcL8EU5EM8Vz\n27XH8d/awQH+/YX0FBC9BgTX7R75Vc3NkyfshjJNtF4JK0hDOxnWkjZBNu8e\nEmiC\r\n=lm6r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run prettier:format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","test:d":"node --inspect -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --timeout 5s --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:brk":"node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts src/**/*.spec.ts","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","prettier:format":"npx prettier src --write"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.8","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"pupa":"^2.1.1","to-kebab":"^1.0.7","ts-morph":"^8.2.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","chai":"^4.2.0","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.13.0","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.1.2","commitizen":"^4.2.2","typescript":"~4.0.5","@prisma/cli":"^2.11.0","@types/chai":"^4.2.14","@types/node":"^14.14.7","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.2","@types/mocha":"^8.0.4","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.2","@paljs/plugins":"^2.5.13","@prisma/client":"^2.11.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.8.1","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.2.2","class-transformer":"^0.3.1","eslint-plugin-etc":"1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.2","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.7.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.6.0","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.7.0","eslint-plugin-simple-import-sort":"^5.0.3","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.8"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_2.0.2_1605366074800_0.3470614523091671","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"prisma-nestjs-graphql","version":"2.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@2.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"4d7b355da224e7cc2225c0ce3d79acf59fdb9f7c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-2.1.0.tgz","fileCount":5,"integrity":"sha512-9YDMCYy3DLROit5etyg5hlZCmJtnv58pAOhXex9OVQw001Khpo9TCS7JegOkxSFbwdqSvfXklyv/KUqx6lpYxA==","signatures":[{"sig":"MEYCIQCU9aFwa6stLvZ05VyYE57mM/iZYM2+OqBf2fJFxj3mHwIhAJuwwnBEC9CBDRKcgoM2XF6YMU8qGfJmeESYUKOGadyO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuEwBCRA9TVsSAnZWagAAzD4P/Am1DBN2GP+5CLez2CCC\noEdQwVd0Rmnb5hBCLpQ/FkFr0EQzflffBmB6rYK0iyHrKqMhh6lU3g87/2dt\nYQ1C1GTH/aoAesjKHtyC1pTnznZyoPto+YfLfZKNNNL7Ck849hEIy/naQyry\nRmk4P+6FfpPDzHMS37kXFx/Al0qm8jgSCjEPQ6Vi9NC5WE8LBLQU0I5pcEqf\ntPMFJ1Cv0fOsMKojB2CgiMhZkg36hgCtFYgRHj0GR8idi6Fnci6h1FP32y7r\ntvpcrFgdrHh5+mbsuIOuKn9Y1o/OTFBjMhQHCV7dng1pCjLE/PGCbZDeDFZ5\n9rjARCc4y0uqMNERuf050Xo2UY4eok/rUAVy8kftoNCuek/RvmbBjV0cMKX8\nJt5cu2ObXKU08kzJrIJCONTxVLILoo+l4epasGHcXNUUmPt1qvS0gEqNjsyY\nc6nHa6LFxXKy09lVJzKS37qN00/mbb19g5RT1hoCGoIlhYHB6PSOvCTK0Q2K\ngtbiP5eJhCyCPP3veDY61OqsKbKJs9aXhoCng+nyQ8/ywCpscSIaMfWgjkMO\n1wic9D5MvIbhFxBgfoM6O5DVUtRiOPGMnh+5TOitUubGOnWdGJ0BG78hjpjw\nAe/e+hbxJltEI5c0CNyH3o2Zw4BFrYgbN2pFN3+0oh6m6GDwvCZ8z+n1PMvu\nZoRd\r\n=87Vc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --timeout 5s --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^8.2.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.13.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.11.0","@types/flat":"^5.0.1","@types/node":"^14.14.9","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.4","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.4","@paljs/plugins":"^2.6.2","@prisma/client":"^2.11.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.8.2","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.2.4","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.0","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.1","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.8"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_2.1.0_1605913600227_0.6464883169967313","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"prisma-nestjs-graphql","version":"3.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@3.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"91abe4e5862cc1dfb43142efc3d7509b1160ed4d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-3.0.0.tgz","fileCount":5,"integrity":"sha512-n37eIThMzmEO5L8TnQtSVdrEKsH/7gPlEtsGig81aWSH3xHsaXpOQBpEKdjg6OIhQ0XTpd0Ka1GRUeKGe5Vesg==","signatures":[{"sig":"MEUCIDBPvtEz/hGQU+AgDcXj/gk2QQ18N6cJdR1VYxCvGeRZAiEA4Fpc6wt1TopdSrbIrI1lp92zmMgpLIvkbsoDFbYhTqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfv1F0CRA9TVsSAnZWagAAArEQAKEER5r+ObliI+P0nzw+\nzrZcM599dJt1GzkdY8NlDovnB/twJrchyXe6+0eVv4VDALji1WvmAR7XBdlk\n2e+MFIQDH8KPVA5N0HfUn7AfWZ2GLLV2LQ+rvPHft/y99wwlfoUn/R5PL4Xd\n/Db2TyFkAb3SweAyGP0Psv9c76agLM/aFCHz0LwN6JO3SPqfUxN/2F6Oq1od\ngwlL5p9C5GOaPHXXz/igUlhSeyRqdfiKBjGmwbH6VhTy3KRsQNrTTPFdrcFc\nU+hEz/asRsyrWXf4gf800ZhAlV7Bn80TwtJ4cGoIcWC4XWAuJHb0NJ1syynW\nhoDxlYmP51KQO2jhSxHyyI7YVeq1BN89yzX4JbFaFPvfST5ANeG5RHDqOx+m\nWmLRc8iICCsM4hqQWeji/y52PXhnta3uS+uAMAhtVw/rUj0xkkOC6MhH7Yck\nwG6RTT4UNaqKfDNJBFKg62E7G2xi74ZOIbb7ylAN76W576AI8kMPaAw4hBGT\nd4eOV8QmwN+CMlED5shoDXQANFKkRoa5up+BHmv3MaSY3rtgSe9MhtGDyvjL\nGEjhyXksUz8L73HmgAYsr4h2dBM6/Bc53nKUQtM8aFoE4H4U7Ahyoa4ayRfo\nlVlSR2Av78w12AD3PRA1H5HUkS8MR50LG4LFHi293XTQbVg36O8NF8JSP7pA\nXWq8\r\n=R6PU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --timeout 5s --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.0","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.2","@prisma/client":">=2.12","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.8.2","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.2","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_3.0.0_1606373748067_0.19092089418091307","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"prisma-nestjs-graphql","version":"4.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@4.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"16367ca533a81624abeea3a3f42dfb4ca7c2a218","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-4.0.0.tgz","fileCount":5,"integrity":"sha512-emL0sE9WtZd85TScHkEtcQ+SSXC+hyNaw1srfHUJFDMhoXCuwbiRUMm9x79Y9z0sdRCDNJKAY3GjCbU/Xe4Y3w==","signatures":[{"sig":"MEQCIHpmRmapyhhkxBHOQq20aG1BbnaiAoOigORf7EwV+WrhAiBiJ56icp3oC2dlZjjWC8YvWrA9flY8fMK2N8CE6YuyGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwPHJCRA9TVsSAnZWagAA0UAQAJiOIZJgGmm9rzkmE5XV\n0VVX+5V1p9XoJER/EzDMp4AORJtNypIBl6tUrqIQ2dqUI0rRzVjKFDrgATrZ\n5YPmvq/+xSVuSfcDxO921R9K+khh//wx6JWDozR4HYZ3QexPUfRAkucYKwTY\n6zrWPJwRNPBFm6WQoVjQfzM0TJ+mzvgAOFqcAH137XrKwhV23q1hSoitSo/Z\nkV/WF4DO5eGhJSA3Z9AeUwu7lmE1PSjxLfmgAkIEcSmZoKMhllOj0JREu9aF\n6F1Ym4gFlnrkDR3dmnWZAhZtrTBPZMThD5Y81OfmVn7/8dSR+pE4Hpg4xrcy\nNhWn8JOhxmkqE2eKYs467fdWTicNgIu9qqT3ThXQR5BHn2oXf35RDGfWYP1S\nyCQrSNzGBlXKltvlwrhdtlTru+hghEsUYJkJSed3ubc7xTO4eO5TTQn3d8+z\nVgghwJgBI8YF0XsXa2fg/QfknVQ50i97NPfyu5OZ92Qg21ut1u0TqjeHGr2e\n7+3WTtrK73F5RFwapIpQvcfKENYX8ostHnb7QyrVX1amMOjTz1azU8OEKh4Q\n8SjrIu9DV/x74wl2gx7WTCO26WY16Llb6moAN+2/9DpTQxozgoUYik6AiBKW\nz2ciHLMrv5uzC3ldsE0fmWlutDqPpZ9vX+nv8yGpgZWaWL69yEJOJurm//68\nH5lu\r\n=jivV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.1","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.2","@prisma/client":"^2.12.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.0","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.2","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_4.0.0_1606480329032_0.23514995302024122","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"prisma-nestjs-graphql","version":"4.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@4.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"19406898fe7d8a91bbbb1e8a0a7ffbc62dd45fc8","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-4.0.1.tgz","fileCount":5,"integrity":"sha512-Ld33JJT7+E+EPSks4wGH8KfcQf/yFb67OOLpj4q9u+sZcyiaH0lmOs6pwnvCWQP3Rx+O9f0nEI5EP0sLv3f/Kw==","signatures":[{"sig":"MEUCIQDd0YduCkbhrvGE3CzGVmBOgWcrQpCNmoUDoVtMKuvcXwIgJaLCHjG9o41B0v1EvQjhrtCyYUDFBUdtJS20ktRxU3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwUurCRA9TVsSAnZWagAA71gP/jCWx6mJaX4CVogqV7N9\nHRxNuAvuYn7W2meaFQSD8GtQRi5OxRLBUbo0Q4dSGSpky1iLGZJFtxQLQxmP\niRPogLmJ0/Q/WJCDz/jz1wFqQ46PyPGNU8rNr9gYprEZhSy9v914yQkpPx0p\n2U6Bd3ozwJ9sGPhPE9gIlNYrfpoGwZvFl+91ceWwBfx6ZG4U8+c1e1MsvW0E\ncp9u3r0iBjooHuOMo2J3YAe7ow2/03irWzpoDrUtcLBMVN3rLZE3RYhwCi6s\nf/iIK6XP7E241+xjvN+W6zsvwkSDIvmdeiLcRMrJ19b+OU4cqi8ZX1Oo+bTs\np6NsRYlJOC8AR2AoOCb4QjPihwouHzxfYICB+gpNFm8AqkHBUwCVMfQL0YWI\nr5GPoPXmrG8ovEfyN111WkHap5+MTP3cmKq91VOtl+A0jWofwcoTNSafwHhu\niiE+5kMrDe8qV0z8WycjvrAVLM4xyXMUEodZ1AMKZXm2uOr13QYIWgzHROjQ\nRmaR6oEAXxF/AE2YhDlVDEaHGPB8h25KORNig8Iv4v4ReMUHQ/iyra3wVlbW\nJcDOuWCT3jJJX20g9mgr7UzNbpJVvWZpF7buFiuNnG/jsMT53xWyCgSQF5KN\nOgfvoEd1eWWTldqZnVTF0AeG2tD2iX4v1kWM1DcRrUxFA7n+G7d8v1vn57yk\nnlZK\r\n=rEzQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.1","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.2","@prisma/client":"^2.12.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.0","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.2","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_4.0.1_1606503338691_0.1064724355217257","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"prisma-nestjs-graphql","version":"5.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@5.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"149a21515a6309ccef0618321c8f02b603e6154b","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-5.0.0.tgz","fileCount":5,"integrity":"sha512-qBUVc6WR1D25WfAz3uPXt27FB0hVon6iFHGpMupoh4kKO8eQNJ6BjblxSoem6kf7zH3JbkJMRBkcMNt1zfZxew==","signatures":[{"sig":"MEUCIQCbgsu060bYgiHVJCihLmY6T7PDQ8015FYU00nRa+dT1gIgQTra/a2AtJZtZ3oOHIST6YGg+QlrWu0DZaUzJwhYzxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxhJcCRA9TVsSAnZWagAApj0P/2KnzIN1wTIi6fBg8LwM\nmrK4wvUPTKL4kOG23cehE1KHDAVCwBN4v2UYbtCjptiDECuow4GGyMoMVADK\n8FOIlqLCem9rA/NLr8Xm0EsDw031/c9xPhCBzJrS7B4p2wGZsrQiKx++xwV1\nwOGHPxTaMG5N4XijaIkFf2vH1IUGLqPK4PgiSbRV8GNxgwTzRYxmYKKGokH2\ndmsHR7oEGf8Oav3lbYyTItDXdmby3WrMl35ss7/URsgb1nPCJu8KTm5/nE8o\nVuwDDEZaDz5nL2vFcixS14QM6quFikZrIsAMmmz/aimnZUR4RVYEHfA1/P4l\nbb/MTTNlfXBtqo8JYeMvc+1hPAc8Ilj8+KMdfW5hADXpVw25RBiatO2Rl4h+\nyQhvV68+3AEMHMLAYEGmGJcX56GDAelWh2aaZOg76a086BpGW2FlP1nelZL9\nvG9cXoNRgt0yB2hJYhXoa8h4y4co/GU1QCh7+npKoTFOZKn5pAfbbrkuvQFX\nYzOYZHNSmTE4WyxBZPOul0PJa1nHHwl/bxIB8Kn0FnBZ14hRSZCdemUM8vV5\no5R0H2FmtLvsj0ry3bboNf1pw4aPpF7hJS0moqVeMW/gd3BGh/tQIr57yPnr\nmgIdEV1jynmqlfQLgeDjZPSuRwgPeSLMRjGIH/ihpBvZwmnhfwCIcx4fvcR0\nfTLq\r\n=SwZ+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.1","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.2","@prisma/client":"^2.12.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.0","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.2","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_5.0.0_1606816348237_0.7068973304857955","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"prisma-nestjs-graphql","version":"5.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@5.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"4e4636e1cab7a52b893d6f49c6a0d0f24b04b934","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-5.0.1.tgz","fileCount":5,"integrity":"sha512-Im0YIVl5ARLAJb68J94bFMe9+OvamrA+lDCpgO+3R0fTtUvTxtTisTEjlhJc2iKhV/fL9Zo22TkEddoxnGxH1Q==","signatures":[{"sig":"MEUCIQCT8lRt7FssLBPOZJpWb7gKAfrPIJ2/AiQgM4JKu3NBqwIgXEjh29N6elWbEp4tHJH6hHIIOlhguB/9zaHIa6xffCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxkt2CRA9TVsSAnZWagAACcsP/iLsN4R9c/Vb85GRUHc6\n0kFyP6kx9ONsPVSRNviXE6/EhNocaYgsnm1MfcBggd2yRdR5eHnN3pup02rk\nipGduO1GUh+7UA6ngw+C8EjwiQLkJETkk4uDgzwHSpeF6KTUAK+3xamIfphN\n82/YkhNSrgzys9N85gSPykOOe2XHBDPq/nD+qd3IpXztB9oJdAYWS8TWkRMW\nM22GQNiisvIvajb97vIjNIuckReUjFeuyUHgxCdkMy0gPi4MoLyitG+D2tCs\nv/9faTJbeErrOPHoJUXM6rnL6Iz4r/FKjjLofT9zBMPMqO65uSQbCATZhynK\nEOPE6+0h7PUWhQ3T4bqSbrG9i6EstJI7Zuz/x/21tQqT1S5lWeHFxq/bYFmI\n81O68iv6hF+gxz80Xiuw//pJzasCl8qmWEds+uYoyklq/A6s5Phd9QOtmUpr\nqbYm7DrG2bPN1BOefNAuAsuLfHFZAnH7v5c+kB+XlpXC9GC46W+FBxQTy5Wk\nOvmn43F4fGddqvxN7B5hpn+TWuymd666VbxpG9R0WQ+EehrbhI3t1Xngg5zt\nRVagcalbWUNxtRctNxGpp7QJsxZB4ULlAIya87k7uMgXH2/3ShbB61ls+odG\npdlMjC66ZRi2VPz0RJTLWIR2ie8BmqcdbBknq50aa9IrDaXeEUTxehBv7HsH\nQh0B\r\n=LPQd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.1","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.2","@prisma/client":"^2.12.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.0","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.2","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_5.0.1_1606830965570_0.17127694465609689","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"prisma-nestjs-graphql","version":"5.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@5.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"01e5dfe1977ebd44618efb4fe1a46b0ef6ae3971","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-5.1.0.tgz","fileCount":5,"integrity":"sha512-8exfEYL1roJnwqE7OuQD8UjRqaDAB5t2B0ApPFzo5FOmMDSOARHlxCUkG7r6KIxfjD8D8wCEdF1u8jC262/RRA==","signatures":[{"sig":"MEQCIAFNqakoJ6HjFa3w3k7724pn4fBdaXeR+T64ervaSn/LAiAE4rDnnJ/7PYVpBImql0D6VjiNV/42G2GCpH6s0isDew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyMdoCRA9TVsSAnZWagAANPQP/0nhC7dWLXcb7YzJMqzI\np8uL81nZCF1IDdZfC1jwH5YixZ4iva9t60ucoQOglH/j2K3CkesnRnBA+38c\nmN5GspJfLS/h23y7Wf5OpEe3R3Hj/yUSpHaGIYSC03sPU8uMWllFEYaaNUbG\nAPXWGX/QUXuJx1K0GL1JxHr/LuPc6XNnQsIwW3dmvrDZaNs5vq15m8KHzazl\n+3aY8/bshMzp9/OxaCP97qSvmnOh8rBmRudk06YORzqq/h9+1PqRMz+RzHeC\nE1FBH1oPUK8X2bZC50LdK+MHSCXwBnXwT/wWNa5pXi/xiDVyk4ATZAgZiy6e\n/fq13pYyD0i+GoYZrZhPYHHPN4ZQ334RGmnFkkshNKQI0HEmrAUJVjqlpv5M\n4BL0xXdtD2QQxHACxkQSnI38ODxZUXLN6XjOEtvoP/Np0GiyGgwEX+8btv/O\ntzqSs3FX+n53PY9D9xUVNgClfWvxJMrhg8jYW++XoU+B7KE1rckb0sCaeCdj\no9iOUiYlf+6aBNxbAoYcSs24RYJrfF/Lj4r+xNiVpbrv9Cpq8J4ifCVjAmYq\n+QOVp4KHtwIkIRpMINCNe7PyKvULuO5MACcfCI649MQkR+Pr5BmOU10U2TsN\ngVumepUaLVpx99VRbN5e8RAg6yMajTSbV8yW64shNmze1cCKKZ87Q56bu22C\nTc2E\r\n=x2lM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.0.0","prettier":"^2.2.0","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.1","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.2","@prisma/client":"^2.12.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.0","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.6","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.8.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.8.2","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_5.1.0_1606993767888_0.4529890925640887","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"prisma-nestjs-graphql","version":"5.1.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@5.1.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"e490ffec851de7e770d72e4795a6b299fc824d31","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-5.1.1.tgz","fileCount":5,"integrity":"sha512-rsZ/Ip+Y18K5PLoBShfU+xqBfDJgfd9NJQ90womPi/GaMYXE49Po7ZGQ881AahnPCt/Qi1RJpB9TCyEjOkLXeg==","signatures":[{"sig":"MEQCIBa98DjRnxK4YZ0GTCcCI0eIaMAecGZQNQZ++PIAweDXAiArs4RQjBt9EzqaKEt1qMeWTjzZgRDZg98PT1paAFi2jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzobcCRA9TVsSAnZWagAA8kAP+QC+ZXPQTWGBFY1ZfGQM\nGSBYPQZAyeCYJBP5BccqKwlL+BXSLF6YBIgyJIUkfoNPNFNnGBObpJY4ijok\nI6DZZl3e4FlfzISVEWBy+h/Bss2K07NjtnMJtHGzTxiipg5pAK7Jadc9tgJt\nYz8zbvQWlTvcLip/Bnhj5c84F5x1AkMhHUFLGblna2yt6RVyw+20qJwcfegh\n/PFL1E62dGy2rbOYzrXOrkzoZDCUTzOv9SBgvzZSWhg/T9RyX2DeOSot79w/\nL4lLJrRE4Jb51QyiEpEnqSZEKnmfuO79mLga1BO+zddjfvbHRMnyWZdn38tj\nuyWBgsJ+GFAn3MPy869ayqsOFjmeNOeg53jEkkhMnTRCpYJF8aY8WtdCQsOg\nHjhHVC2puGue6m6me+GKdZioxJrlD2XhdmPsKSEkHJ7nKOCxEM7MDEDkDm20\nZyZlMAJLsE7OEjn7rJtqoOLTnCNGFY0NE5kI2P22pAOqq5iNTphdXm3cu1Sk\nFdxT1FfApZpotlfyIRBCIlZIZWvMjZZqJd7FCrTMtEMM2R3il7Wx3qfbMW4J\n3NPyHyWk1Df0b7xLgf2zOed4gs1aLN6dA9+C6E0ptBh3sd6XhHc1skOmJlC2\nLT4yyBA9kfe8iUfLcc6Nql6uKyJ1GOakk3SmfoFikVfKrYnOXEpEjPIZZGKG\nmjoT\r\n=KvGS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.12.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.0","mocha":"^8.2.1","eslint":"^7.14.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.0","prettier":"^2.2.1","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.2","@prisma/cli":"^2.12.1","@types/flat":"^5.0.1","@types/node":"^14.14.10","simplytyped":"^3.3.0","ts-node-dev":"^1.0.0","@nestjs/core":"^7.5.5","@types/mocha":"^8.0.4","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.5.5","@paljs/plugins":"^2.8.4","@prisma/client":"^2.12.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.1","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.2.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.5.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.9.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.9.0","eslint-plugin-simple-import-sort":"^6.0.1","eslint-plugin-sort-class-members":"^1.8.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_5.1.1_1607370459901_0.7128930782925478","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"prisma-nestjs-graphql","version":"6.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@6.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"c0dc11c76c128e09b008253a27241f4eb934726f","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-6.0.0.tgz","fileCount":5,"integrity":"sha512-qn9xTmAwXK4qq3hw2CJSh1OGdSLDKgyZW10kPInm2akMIcV+FnbkhiwFlIpk48SsDLPB7TjfmuVkOETsq+TxZA==","signatures":[{"sig":"MEYCIQCM3q+dv0e8MsGMTRu6yNz3IOEW+VrBnGAiygs2vLWHxAIhAKhzYy89xswc+CUmnD6ELBYbOrlb8uTOFpaK4nVgHwaG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1OyeCRA9TVsSAnZWagAAhPgP/josRiaZA1evee/IAt8l\nSGzfyWQ6NFVEAWxWK797Luv99TSD9VucAJd7zarZxyocvOjhe8i0f29YOFli\nHhv5DE32jLKRkvPid0KeJOSJWERmVkFlv6K+/duVMinoM73Uu/n7ki2tOOst\nfnFjrjw+4xMtkcJOpi1uSPzV5rSKtC03bB4DcbL7F67YUkAxHHccMpuqFjo5\nOCANK5uwWfrcadZ4NyYYeT5GgxbDD6QShk4YvVlbvI/7fcBbqA/MOzwWgS/D\nd2SAWfnhS4KTRlxg2OENTf2K47TZnXGglBWOwVwhc+Bkt9MNBT4Q23TTvhRQ\nh/mooYlDalT9d/8yqzliV0g29gPBhxx2FwblKq8vUIymt2E96Y6JOj7Vcw6+\nasG1IpYdtesg01iYPSwRbQeeBQNDWKCNzLA3STBT0jjTSIsdFfAsx11N3yMH\n8Jxf8cIBjQiyI0t9JeWZ0fFpiLR5IL1LDb6g95REvSbR6McmDKnq5ICfGW6s\nU02al2ZWuxaldDO4QIuAM/KHvPwXgSWz6NLoVaxGSGtwJ2nzvn5LT7n6Y6wa\nZg72IPgxiwmUqq+laH/nwHrc7jqOgBnM8aWEevv19i+hha0ODEeAod75Vvqd\n1ppDby0TKdV+28WbCg+GPkVj10hro+HdPpfmiyqnCRqmqO3lLjNbSrynVtpg\nvdjg\r\n=agV9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.5","mocha":"^8.2.1","eslint":"^7.15.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.13.0","@types/flat":"^5.0.1","@types/node":"^14.14.12","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.1","@types/mocha":"^8.2.0","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.1","@paljs/plugins":"^2.9.0","@prisma/client":">=2.13","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.1","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.2.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.1","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.9.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.9.1","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_6.0.0_1607789726392_0.8902737162802974","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"prisma-nestjs-graphql","version":"6.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@6.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"1f32dc32f164cb52e7b175de9e015cd10a774b2a","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-6.0.1.tgz","fileCount":4,"integrity":"sha512-GdswGT6YEIqebHbhvVA+U6f0UGe+P8i2BvqDxkIcNlCYG1VV0cWyhjOEkz3cA9YPye556ULVx2x4zL3JCXA2IA==","signatures":[{"sig":"MEUCID3BBsGmSoHa9eDLSj5FSYqWVs787etuJmMS/oBa120NAiEApt9YHGCYkyF7FgaQxq+91Mey0WwJn5yRicpYolU2lPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1UaDCRA9TVsSAnZWagAAo58P/iyvQmKekvtHd2uhwKCb\nfi5UJ5naf0pTioeeyIWsSu4c3weDWQL0vN68RBLSGXuzw8Bxjrt3WXEGKPAj\njFdjkKo3ReoVz8vjh17iWmQdLV7MGFZdxK90C4O5/gHT/qlyG7Z/DKP+I/xG\nhlFz7QOKLbvukf02YaP/OsDjoDkXRPLARHz6ze8UK8Fd/5T4sr7rT00hezge\nZ0jesQcOqWZxB4q57hZY2CzNi76opI3/E+sBG/e+YVbtr4wub6J4KvchLCmT\nt05tSPgGmYS1vjXWaXxWj0Xugm5gYdtLw/RpJba6mJ3ng6vQ/oRC1mHJWvsg\nANWue1qMgU+mVNMXA+oXyFv5KE1WogkcOe5d7ypgKThoHBIOBy/Bi61AM6pu\njXcMYbnKISK3ykRCxJZjSq9MALp30jzANoNR6NzatRpZAH4vmu/brCj94Bww\nethVhUStYA4hrW8uoxP6Jaz7CWKj0/3acCBdv2SDgOY20OM5x+fy1r0CIBSG\nDBb4SM0QLjEoFRU4qtrv+OaMdmeSLMxx1x7JAkBwOwKjksGzr60KNumiozeC\n3BilBiLjMefUCieHC9cKoXIBOIe8HegJS34IDVGiZVsnwedR3U15m5nCvKbI\nX7n3sLXxeMYAzRjQvq4dD3VtXNNJvprfUqw3C1JMNPWWC8sjyubhxCd56lQ8\nz8hA\r\n=FgSM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.5","mocha":"^8.2.1","eslint":"^7.15.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.13.0","@types/flat":"^5.0.1","@types/node":"^14.14.12","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.1","@types/mocha":"^8.2.0","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.1","@paljs/plugins":"^2.9.0","@prisma/client":">=2.13","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.1","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^23.0.0","eslint-plugin-prettier":"^3.2.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.1","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.9.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.9.1","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_6.0.1_1607812738896_0.02754426989924741","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"prisma-nestjs-graphql","version":"6.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@6.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"b92537c33831b6d6029700fc01db57992bcb9351","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-6.0.2.tgz","fileCount":4,"integrity":"sha512-DxwTCpkAs5n7cnRyNov9c5LAOR2rKGE2i6zYl9pKgyuuSDyebGcsOE7F8w/Mldcu5dVg6/LvlcAz0jn3Hi8NvA==","signatures":[{"sig":"MEQCIHChFNwmMeoV5gVX65Nx/ov4Sn3KSRYd56BNNN8EsB5hAiB1kwE1x3EAkZGK8e2Y5trFQ6vFi6r78ijvJUM39bjuPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf47YpCRA9TVsSAnZWagAA0VgP/i0YTHLUK/ZJxoRDNfXp\np8FANY4KztSjT6CNDTJVLlflaatHYpNR+wli0OpBx94pcrcA/VcrheJwUIBm\na5rdbKY2kPdjqqNAcKCdW87M9/FHYhqduFEkiH6z7L2YrY2OVUR3W1u2EeWr\nw2G1bTOUJIYrhunuRPg3CRBVdzv7/miUSFDbODSMvEre5CGAOl7YtbDuv7CA\nep0r0Os/0/L+1TJmiV9HODuAjxeH+QjWI3LXitArMxY+Ma5kWbv4Za8YlAto\nULVt94BI6JAiWiD1bS4YjlY4n4gOWqh7guviHGFDdD6UG/zOWUqMpvWACYkb\n9IPbQmmAzIT6lZF8XUn7dL69HJ/4EFM0gCvchQQNm+xPT7UqM4gyAMFTw9ZI\nIiHJ4UsoE4Keqs8MSGv3nScAlZoGCIHQ09bk/EcwzYYO9t/qxFl6SFEOcEiV\nohspkVK3il0TEohPS1cCFlRLiapBb7KdOtiWQWFm/nK9bUS7Am4srErhwnLM\nvwyo8Dag8i2oeDlpXf46dCzauW0/rnGxVBgUiuyv/lnLr4RPOtqJNtGly+na\nVQQJ/R+IfEIzq/s2B4BfvHD0zMQmYMJeWiV7NwDcVx6HYxqNpZtVOM0b9rFa\nITMlzEOfmWIbUb48A4qV0TojYksZv3QFNcZ6YctFAQE1fgZ2mxW5MYNkQFaX\nnSAJ\r\n=dLGZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.9","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.13.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.3.5","rxjs":"^6.6.3","husky":"^4.3.6","mocha":"^8.2.1","eslint":"^7.16.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.13.1","@types/flat":"^5.0.1","@types/node":"^14.14.14","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.4","@types/mocha":"^8.2.0","@types/lodash":"^4.14.165","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.4","@paljs/plugins":"^2.9.0","@prisma/client":">=2.13","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.1","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.0","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^24.0.0","eslint-plugin-prettier":"^3.3.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.4","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.11.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.11.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_6.0.2_1608758825330_0.17373091606056468","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"prisma-nestjs-graphql","version":"7.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@7.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"3bcff00cf0f5d9294bda41abbde3134fdb07e962","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-7.0.0.tgz","fileCount":4,"integrity":"sha512-rtGQVDLjJyTiuq6ADI3cIcLFI47XsIhAO3MG9+PVSQqyCZgEoi1VXeUhUOYYkLvm/Y6uwBMjjDcH7wX82v2qVg==","signatures":[{"sig":"MEUCIFyQ377UNnpIyhbtc2e1SyVD+xPUOc4+hQbtJmedzKBMAiEA++6l4S/PuaF7EJdDwMuO7I1bKyujM9X8nFGvv24F8vU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf84t2CRA9TVsSAnZWagAA/5kP/jHIdub7qCeK/JHna0mT\nsquR9D2ZVZrX0jrIusk1K98zSVktX/ojZSBGMKN7sxSpQW/9/iCphjjJaV+S\nG6JHzxswgpkC650iexoq9WET5XvelnJEb77aOPcQxACzQ54KUlrP9YYjkwO8\nKObB7hTN4stn4vd38HTl2pyNAWxcejW+qQ+c6Wi7a3mPJC7wSVEEadVr3tN/\nOU1kCusU+Nd2DMyhSldfo7/b9WmWyBlRbv7DLNsHAhDvuz/DVmiR5ZPukaIz\nc1jYd/GNW0EgYl++JlXSCzY9mY1GujH8sgQFxeYtf53Rt78KVwKwNhi7TGlO\nwwu2PXCigTMsiRrZT2JphyyPE7MqhY623VDlEtAyI6eMb/Q44VvL6nAEgTrp\niEhMvslw5VenxsiEa4XLs5YbgX2ZpRbH2+YlyIbAK+Z8YSPAEvU1smmbDOjH\nn40b1a1642+TBRQnnwQFkKKaSYEsWp/T68f0XL6NKlwl6VksRSBCQvblW+fz\nt7BoqjmIE+IUh1HexZEWoYvpN0tc4vf0EHpGoPo7FbzuQcGnv/7Tr61fhGS7\nPBC3GkZfEFue9EiT7EaqKpteoiVOAMa5JXNArhuv9nuZfOA/dYP5IjWJw28G\n/ulmsVTmwn/vClr+ox1wHzgxD6Vte1TjRY3MWjYUtALdwBEpSI9sUBx1Hbts\nx/TQ\r\n=HCvz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.10","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.13.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.4.0","rxjs":"^6.6.3","husky":"^4.3.6","mocha":"^8.2.1","tslib":"^2.0.3","eslint":"^7.17.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.13.1","@types/flat":"^5.0.1","@types/node":"^14.14.20","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.5","@types/mocha":"^8.2.0","@types/lodash":"^4.14.167","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.5","@paljs/plugins":"^2.9.0","@prisma/client":">=2.13","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.4","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.1","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","apollo-server-express":"^2.19.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^25.0.1","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.12.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.12.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_7.0.0_1609796470146_0.26132597258816115","host":"s3://npm-registry-packages"}},"7.1.0":{"name":"prisma-nestjs-graphql","version":"7.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@7.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"cbe46657f9837de0f8e906ab5de8852df175096e","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-7.1.0.tgz","fileCount":4,"integrity":"sha512-TaRQrWCeTODn6IyjcWaI5PEveCDnZ8OSfLPasGpHlhoqEbhEowZIdfL54++jEPsZkcilKEhR0mxOkpWSQsZa6g==","signatures":[{"sig":"MEUCIEm92lnqVvdJtvuc4HOB53El3vnDoCEBZyNzV5E+ZexbAiEA/61o5h9EsESoZolMQu3qdsalruP0FUuCuR7GtDE8QAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf909xCRA9TVsSAnZWagAAKlEP+gLdIHMEuo0GGutUOini\nqKJ4qslpeKIjiT/BbbumvdYer48gHl0LNLkP/qCMi6GfJzAsPGyj0XKQXOyx\n5GowT24sSFe/SYD9tna8hy8gIfV9mlfMXYnYwKfaPcjbuc7ThRHR66HXgC5z\ncJQythblRjo7XAuBI0Xtz1TSbPW4vEyj2EoayWt6AI0QBJXrkeV7BJAlU7Ax\nJV6DfWJKs7xaxhZqWXwOosaHnxT1GgxudImno/PwwmZJ+SdGWUqXqfz8aXDn\nTVXrcdm3+Jz4ypgCJ3SfP7Wm38POQh1BKC1ghl1vLWrcAjyTiTf62bhhNV3m\n10/oa2i0E1P4GfhiCzpDTIK7T2e9V210xDB/8rfYdt49oVTwBNAuvMgHA4bq\nsBmN39Z7C+U1210uvkSk1X8ld4AvUwenzSGRwuAM6RQzCnSL0LYSgaHsDDhZ\nVDQsbvB5z2YG4i19v6BV6rYLtmSW6YDoNmnAaJ9Cm3N5WKW9KyT/BJCNG1jj\n50VylirK6D+yrCVUs36s25+5EiuhECLn2Rx/Wj/3gb2Mb7vbIY+TEBPbJ4IJ\nZ8TB63Z4UZtklzE4t4bBmgu2wohQOTdklNE0f97UMSvuUntdkfPTOmcZCU6h\nV0aYkZCdl+bvv4tDUhIpIRFjY00wdJj9jzBs17Fb32IA1X33TY8OMw7Pjz3J\nfnX8\r\n=Eip+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.10","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.14.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.4.0","rxjs":"^6.6.3","husky":"^4.3.7","mocha":"^8.2.1","tslib":"^2.1.0","eslint":"^7.17.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.2","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.14.0","@types/flat":"^5.0.1","@types/node":"^14.14.20","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.5","@types/mocha":"^8.2.0","@types/lodash":"^4.14.167","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.5","@paljs/plugins":"^2.11.0","@prisma/client":">=2.13","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.4","class-validator":"^0.12.2","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.1","class-transformer":"^0.3.1","eslint-plugin-etc":"^1.1.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.19.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^25.0.1","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.12.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.12.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_7.1.0_1610043248930_0.4350890267619849","host":"s3://npm-registry-packages"}},"7.2.0":{"name":"prisma-nestjs-graphql","version":"7.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@7.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"60b06af8ce74464adc88d41a6977351e95fb22a5","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-7.2.0.tgz","fileCount":4,"integrity":"sha512-TFNnGUfgsiOPoKa0GtO+f8Nu31huR30Lfc9xSrN1u+lgX2hIgEfI3LTEmdqP5G2U//1AshaKQlliLmug7gZkMg==","signatures":[{"sig":"MEUCIB+4NFBsKo4sFYf4rz1OawQextuSrqtpEn9SoY9GhwaZAiEAyIQasJsRsrX9ofQredShdzo0sybzxf26Q2IN/hmup3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC01JCRA9TVsSAnZWagAA1tMQAIOuWiR+SXiWoRIJNyLo\nSacSgBifjvjelMNsF1V0eL/Pvtpe0b4PrP2L8HNXciCxQeiWgrY2h02btHRY\nfFfpe5JTnOckiHnNbSwE8a+DqTD4pfZJrJF3OASK+VjF4EvQ6cXzuHRp+wki\ncVAkToqF8xU8weEweN8WDPTuoHViawQQUhKw7GiDp9zwQ1vrje+7OYf/gF71\nHrd718nwHgMq4JeTJNxvr7MTItnhHzngtXHn5uAynZ8OC6NUbgyjMtjFE+bl\noPzd6DCfjj35gnww+8RCxW6dRR9a7KBmQa4ZedIKQraXzrbm2vQS6tEHlqMA\nfnQ+UyoCjxFBlkxi7TFmuQ0yvt0ury4qeqXemUoBqj9V5Ifs96PASiuHc3Mx\ntLjWsG8Z84f63ARh9n9aVx/DOlMJVin6KELw34kVHgBvoP6cDXaxfCbdGS5a\nz/X5/TzkLczZvtWEC5IqOURW+p6FWxF5fD4VfIq2LJskeyRyzKII5btPNzfK\nDKLJmnFJBLz76BRWAnRlHs5b89GPeq8uOTG8HMmmVsJTJh1RvjyW6j7eDmfy\nGH9KlSIKugCBOUErA/6JgXwcHIGC4Z412zgr7nPfrl11WZ/gpWBImjb3N0km\nvcabvryWQUgrOJoGmp3q4e7ctUI+1wSFzLuFDr+dIlEVhvsMwQeebzjTbpWf\ndVPZ\r\n=TdWl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"echo tscheck... && tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","lint:fix":"npm run eslint -- --fix","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.15.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.4.0","rxjs":"^6.6.3","husky":"^4.3.8","mocha":"^8.2.1","tslib":"^2.1.0","eslint":"^7.18.0","expect":"^26.6.2","graphql":"^15.4.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.15.0","@types/flat":"^5.0.1","@types/node":"^14.14.22","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.5","@types/mocha":"^8.2.0","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.5","@paljs/plugins":"^2.11.1","@prisma/client":">=2.15","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.8","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.7","class-transformer":"^0.3.2","eslint-plugin-etc":"^1.1.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.19.2","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^27.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.5","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.14.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_7.2.0_1611353416423_0.9677153189041476","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"prisma-nestjs-graphql","version":"8.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@8.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"99839f5c1e5b6bd7a6162f433bbfaea4ec926006","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-8.0.0.tgz","fileCount":4,"integrity":"sha512-WrwN9qbTOiDxALfh23+UDd+JyJ+5GuY7aI+qUOheNPPba0mCSySA67JiuXt8U5wYWsW1sWCynt67QuK2YcGUZg==","signatures":[{"sig":"MEUCIER1UC2FrmhJwlvPLUESSepiuOqNqHu+yxyk5Qf46QJXAiEAgR2EmWOg4SoVyRE0EbGxQPTUNsNQVOt5X6qU64zSj/M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEbPDCRA9TVsSAnZWagAAL1wP/RpEkDnRsgCbgOuFr8Fc\n3BmxfWTir9CSyygYnKedznm3Au+NsiLmJmDZD4eBBIMjF4dCcQQG64slyCjD\nu10mn2KF88zM1wgaK+8/XcnmRah0+ATUsyStqmnuon7EsK/RJy3PYgiCiQPL\n9uKBvTb158XeswPPXTm0IxRJVPvXO5H164SwDX0ZI8rPgMVhBh7RzyKin5JP\nI26iCHesopaZWHjrJfocvWTOw/MOSJUoi69NXoKI8lBXj5TkSzK149+A6ZWx\nLKDSQZvEdogliHkF6WPBpOn5wHjxb6pVdoC4xEDkhFUzmjm39ebZA5UEvyBU\n8lJeQQK2BK1QzP4ODJnUjYR12V4lKDA5pOnq/kc/o6HumGe953RnwmkiGkhI\n1C/53kogiW3UVTH5Ti36t7hKudw3ZoZHwe206hrhmRVoIoDKm3oymcb3N02Q\nUiOOQ84rtgrLIIgIGjABbNQfbbHrt5EVC8qKfxVYAAiaMXuE03iIbp82sFEx\n5doMIyEdAYg1mtKh2xfc/f8DNi2J4jU1n5algwYmMevxO/PLJsDY6L6cShnT\ng0BOB0FXT3fWo3ZsIrIB9PFq9lScrOjvuh332yPCmLtjRrzqXtd6dbYE62nq\nbu4pm/6GLlXPok1WTPQG2/vPjQ7b9XtQIrwPR4vCE91ImCXr23OsWdBS7EYa\nDtNS\r\n=lTRB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run lint:ts && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","lint:ts":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/@prisma/cli/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","lint:ts:w":"npm run lint:ts -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.15.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.4.0","rxjs":"^6.6.3","husky":"^4.3.8","mocha":"^8.2.1","tslib":"^2.1.0","eslint":"^7.18.0","expect":"^26.6.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.1.3","@prisma/cli":"^2.15.0","@types/flat":"^5.0.1","@types/node":"^14.14.22","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.7","@types/mocha":"^8.2.0","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.7","@paljs/plugins":"^2.11.1","@prisma/client":">=2.15","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.8","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.7","class-transformer":"^0.3.2","eslint-plugin-etc":"^1.1.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.19.2","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^27.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.7","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.14.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.1","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.12"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_8.0.0_1611772866669_0.20562747174017848","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"prisma-nestjs-graphql","version":"9.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@9.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"2aefb9b5e17d3e61c0bc4d252bc6335e0a2d5f1d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-9.0.0.tgz","fileCount":4,"integrity":"sha512-2P9Y/5FNNn+ZCXicHx8IZL2+S5sOo2oo6r/ruxfxyRK+gxjbKFrK3r7vOS6txDcJv2PhgJIIywuPEEtyAynTPA==","signatures":[{"sig":"MEUCIHjo51W+q0i52fnED8hkmYthmX4rTSXHlcES6oC81+Q9AiEAr1/CfccE7TVrlmB/zYVmvJZYRb2R9MKKKhS5UN6NCuQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHu9eCRA9TVsSAnZWagAAg7IP/iV1D4EMxaI5gLg+SkZA\nL0Pn+6tt4FDZ8BORbi91Bw9iBqcOfxxozwWGRTYdO7vf6KheTH6b2uZvmAbS\nqCBe/sujeyc8I7FQHp+o/XXDemsHxePV3CxfBrrDR7loX2H3NjOd6I0wje51\nLUgfXfDbkphZP6DmH4vEchcKgCmt7/01/TEhm1/caOraq/Mmdz/Lxpw1Vmo6\nJMK5PfxqErtRwqQLd9shz4wacBSzUIbvjKmL+yzJ0kvjKXFv2PRG46O4olCz\ni1Y60w2xCAWaXZW9Fc/jUh/iJXwOVqtHDgxMwGjcnxEAR6Cfv1N81f0hTg6h\nqxidazhaGwbh+itN6qrS04fjyz6Yg/nIAtVUTrSNdkFTyVb0fMQQWA7i4KSd\nau3BJaI3LVg5NjfrMSOrSOGxmY0RaSk0bhfvYnOqQybbDXyS6ihI1RMqmYwM\neBKp9mj35kR7rgaTunbF9LvKsbY6QGC08PfmgIe/c+MPhQBvwYcGJPhixReH\n6/jAIFu+aBs9NAOCCHKgWhqByV2zsNUcpIWldgk9yM4HGEBGfp4ksGts7dgf\nrcr2RGQ7vZqIhpY/4f2CEyFCKRkVBIcwX6Dg0kcHpXiRZrHveQQywQVPHY90\nfWPAiav+3QVMi9I6o0CXCHosYCY0QiZPhjfBrVVkIXKCkNc58M8zvVfVVfhd\nUzvH\r\n=7THq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","husky":{"hooks":{"pre-push":"npm run test","commit-msg":"sh Taskfile commit_msg","pre-commit":"precise-commits"}},"config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"12.16.3","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.20","ts-morph":"^9.1.0","pluralize":"^8.0.0","get-relative-path":"^1.0.2","typescript-equals":"^1.0.0","@prisma/generator-helper":"^2.16.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.5.0","rxjs":"^6.6.3","husky":"^4.3.8","mocha":"^8.2.1","tslib":"^2.1.0","eslint":"^7.19.0","expect":"^26.6.2","ololog":"^1.1.164","prisma":"^2.16.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.1.3","@types/flat":"^5.0.1","@types/node":"^14.14.25","simplytyped":"^3.3.0","ts-node-dev":"^1.1.1","@nestjs/core":"^7.6.11","@types/mocha":"^8.2.0","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.11","@paljs/plugins":"^2.12.2","@prisma/client":"^2.16.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^11.0.0","@nestjs/graphql":"^7.9.8","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.3.7","class-transformer":"^0.3.2","eslint-plugin-etc":"^1.2.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.1.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.19.2","eslint-plugin-promise":"^4.2.1","eslint-plugin-sonarjs":"^0.5.0","eslint-plugin-unicorn":"^27.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.11","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.14.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_9.0.0_1612640094011_0.4857978128031082","host":"s3://npm-registry-packages"}},"10.0.0":{"name":"prisma-nestjs-graphql","version":"10.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"cdf132e69b6f39488cb6b69a709ca29db4ab91d0","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.0.0.tgz","fileCount":4,"integrity":"sha512-AFEe0RqBoeG4mqxzL0kkBpg2BAcvO+5J/j/OYQF+aOqQmOTnjzsB6/XVW3XSeK+A/nSBMPUeCExjEP3YmtXReg==","signatures":[{"sig":"MEUCIBeSy61plCKZw8w/df2oKpkPAawKay4DeNfoTJHZwT8YAiEAiiA/7eyczqqXi6CD/jzoT2+5kZyqJPL+HqZ7C2HVUCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPVtOCRA9TVsSAnZWagAAry4P/RhfQBdFw6HXrqjR6UPX\ncdFpIwSUOq4BA5M4L27h4E/qWJJ4O+a/2AB3ZN7tT00xrtlp7Yl5MgOs7Jb2\nVj/5WUTchhWU/mih6q294kQUt+Rr3tBsOO+2ZzPXHZzspZzciObL9W2PnL2d\nk/JdZp5HhvzCkn3I0G2m7uHAXgS7mEGbHCDsgi70oEMPO6iN56DOZtqLsbVV\nnjNBM1n1q4DczcBxXPtur4S7EMWrJzqnPmNdhXJwFqYqSm8zlABCiPNA7quV\njbK7v/BvNGDHblbLPftecqldIqchC0LsT3KZrCj3sZ1FGRs4nHHqsSwXHIAM\nlfhU+0HpP8JsmX/lf/tXFDcZLgX66Sjx4mXFRr8v9tGIoOjjw/9/l70/jry0\n4kQ/DsDqwG46zdzkoU0LKAm9GkN5fyJJzhOLLEQtuQbeHCiCvZLRAnYp7Ijs\nek3AHmTllsNMXBwQsjM+5JkzXxj0/tRNEDft13Eot8qAECEMyLcDapyQIkPU\nSD/7EN9ElYNLLWtIdo5t6tHHVcNTyEBKTVRlEUUF+tc/ot6gvi/du/D5qnqe\nEqfjehUAwp/g9NrPAVsQwBeD/CjX9styRY1jbWDIlC23lsLnspav0OlgC0uo\ncJTakk2sWOv9zFWd8WZQqsVPufxx5qYQEfbFmFzKhmR1/QEn+YCXYku/PmZz\na4QD\r\n=V5g0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.17.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.0","tslib":"^2.1.0","eslint":"^7.21.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"^2.17.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.2","@types/flat":"^5.0.1","@types/node":"^14.14.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.13","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.13","@paljs/plugins":"^2.13.0","@prisma/client":">=2.17","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.9.10","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.0","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.3","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.2.2","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.13","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.16.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.16.1","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.0.0_1614633805819_0.46832769105110916","host":"s3://npm-registry-packages"}},"10.0.1":{"name":"prisma-nestjs-graphql","version":"10.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"23fb91eb0bcf87f6ec25ad2575ae99648796ee26","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.0.1.tgz","fileCount":4,"integrity":"sha512-xIkGKjHc331vONsKyQPaeJI7Knp+YzC+/2ftc8OAykV7ZRQ8PxufPjWjvzZlbVUlrTJPdIcgtB1voVdSO3UJpg==","signatures":[{"sig":"MEUCIBDgaaapP8t3p+PH5x2m1Ujs2cJK3isNibo07R1rM+BRAiEA6WNkVjcIplZyxoSvw4jJy+gSlK4OHTs4uC91nEYtoHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQTr3CRA9TVsSAnZWagAAuqIQAJqZYZyqVUvRcsLtMuvo\nI+1uSuJYgQH8vThHny+VoK+dJt9ldoMioPLoby5Vs129iaro3WMl2e1y9OoY\nFM/TnDMrRHrhP3Fx6xqfXblU5xotqghJAe5tmPxsckyH2VkY8PEiPElIRUSI\nan8vRsniWCflkpyip2DDB0BveN+OuGvEnvsPGTnnjrhN2lHJfUpU09/lwBXc\nzKHxi8NvaTShJ4EhLtEnABZd9ouSUrrzSDX0m6E1uQUfJu6MsLtxz8ZKFWrY\nZdGEC071YmYKXAsH50oJs2h51lZ7MnfxQBecz9ztuOgROmThxTLL0E5Q8Zfm\n1YKIBEsmgYNX6ynEtPUTBW6uDsUX1a9386oB8z9kEkilFNrAN1BQd96ykOlQ\nd1HaXxaSMFNcgXj3VzNL0re4kIXv26n/c7iFsn/cY8hPqPGkUMMUUu54G7fC\n5nMoeSjSUOGImtdc2Y1X92WA4TTpFNXA+deffz4dY3Dd90C5E4eQMZN4BbSx\nhZ3o2Ec8oHhdYquKEFE201foSUu5DgZfl+ceLHG88Yq48tZC1BW9e6J3FSil\nQbQz73QrAgZK/NUC3BRh9ELeEK3NIorLMsYwFtSsXi8s5Dmx+zQlKg3O5pkR\n57Ape6+54J+Y4LAKtkBLu5N5CQPTL9yhQMuW6guAmmpsLEhUmEDKjFZI5Fpk\nFGE4\r\n=x7/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.18.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.0","tslib":"^2.1.0","eslint":"^7.21.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.18.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.2","@types/flat":"^5.0.1","@types/node":"^14.14.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.13","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.13","@paljs/plugins":"^2.13.0","@prisma/client":">=2.18","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.9.11","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.1","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.3","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.2.2","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.13","eslint-plugin-wix-editor":"^3.2.0","@typescript-eslint/parser":"^4.16.1","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.16.1","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.0.1_1614887671302_0.9860964692898198","host":"s3://npm-registry-packages"}},"10.1.0":{"name":"prisma-nestjs-graphql","version":"10.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"22f8abce1a1c414f4fccd45e93394fed2dcab6dd","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.1.0.tgz","fileCount":4,"integrity":"sha512-kk39YTCx1Q5AhXB3Z0Yh0UBhmOtCdUovDaJ3CF5Z5RZFvn2JgLfthK5VLXGGV+8vHXl6VyCwoGwadrmC8avXLA==","signatures":[{"sig":"MEUCIC1uP8nCtCzPugbrgKQ+zHYHwMZYDIVdHlGkskiB/VlHAiEA4hq8Gyg9iHXHOjzrvopm/clFulMF+uxyWBZ8PpUvz+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTSdaCRA9TVsSAnZWagAA1tIP/jM8BA0waWB+8j0cTBCz\nFj5bPmcgJtEREGACgYt4Qwlvk0ZvMFl3dQUEbP0RLO7JjWenjIoSBnrIYVR7\nMeF8JP1aC7EzwLnT94rZKfVISoioAAlYXgvQM8udMfG+LnzIT6sp/i0Ut0qc\n4LvTM92bVB9WrAMWVxAfgnvW++0vt+eDunNaU1IL7gCU3IC8Jqrgd/i0Mb6M\nwTZEAUmTK3lGPsJ7yWA96RTBrKOAwryd8vnp0PnPlMmxwrPEYOyn2631KsMx\n7uD0Yac6jWSM/VPmyH3TnsHa3Y9RJBDrJoK/Xr2W/2LSm7O19Uwo9WwO7n9x\no/P5mml8oQClQsHNNlDMG9ZhRRlc01evQR0WvHFPgV0wICzHXHtBQb52egee\nd+uuHMCXyGJrlifnls0ywd28+0sIdpG7qVq0MJl1UAinP1z7QIQIsSiXHokg\nnNbrTfXvY4c0tGpipqJOiWGP9w7FWocmMLvDbH6dFJT6AkwQsFc0dTjELHD/\n3FhYrOMKi67GQke0bkIWoIJ3TzzboRTNLJXMyPDXPI0Yqy3FnJg374uztxrt\nz+qU3HzDQBqrmVQOv5XDqL9H2hEsDyx/UELDk46nhg+nkgwN35KuqGaepG+c\n/3Upj5OfHLclVMqQToINCsyGFn/lAeoCsn3hm3vXmVsaSTGIcXbZCNT1ejE4\n9cne\r\n=z8lJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^1.0.1","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.18.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.22.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.18.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.34","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.14","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.14","@paljs/plugins":"^2.13.0","@prisma/client":">=2.18","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.9.11","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.3.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.14","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.17.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.17.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.1.0_1615669081496_0.9586327674758628","host":"s3://npm-registry-packages"}},"10.0.2":{"name":"prisma-nestjs-graphql","version":"10.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"6c786294ec9f4fc845aa0768ec652e25cda40fec","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.0.2.tgz","fileCount":4,"integrity":"sha512-KOZoL/+Q43UXsihhrPmWAVGsd2Ze8DUzAZXkLIBRG6ciBqgBwXMDMW3/qtFlyh8VvPDFdrFEfqUaGEgpzFE1ew==","signatures":[{"sig":"MEUCICETc2x01bExGYVFqpwmXKRCdKnt3h5vnNtJcgaDTSXaAiEAw0vhpe3Yr6iH8FQ4K2vBdrxoWhWo9N76G0qmehqdBdY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTS6MCRA9TVsSAnZWagAAFCQP/3acRLHMlGoQCfq7IIjP\nVjJ/sTgquGhpzwTU2eJMWqYR9ydN44MqSJ+MyqyaQ+6mMdHtsdGwmxgylLRg\nXsqpj/dtySbFO39kYIjB3IMEgsHzBXzq7QU9udBnGtucGac0NnjY2PylhOwS\nr7ctxu4vyO7d2yS6fmUwpQF2WtaQkLsuR5UhWsKvC6RwBJd1Z72Xwdet2aSu\nijWUXjSxr/1H9dvFOSv1AugG25V5ZyrrvlSUsnSquGjU/mOXvOLd5NU7P5S4\n+FHOVOanpO1IMOvRb2Mhgj8opECP7+saJykjWhhaEePNOgZLL7V1uaZTxt2G\npn1vfjvDNkC+JG7RCjLeIH5fzEDae9wKcS1IpSDBC9M7wM5Y5q150ATYinuo\na1bYX2MuS1czBLiKwNVRdmFO1o7VKwIMzB44ToVMmy8RCIABeQXWIL/g8Hg5\nUy9N7c52ow9PLiz8M3+TOCe1x+pxHbD01rQCqZ/HHxU21HybqkiMV90MQ23l\nnWiLMkUZqWohUdjxVvLvHr/+0rv+sGEyn4nnqPvAC3Px5D35wGoj7yYGqWkD\nZNK7wEDFP9JeNVwIYfNTkt8YNkp1fNSzZei6IZSpEgOxORVVXzzwO9X7XLln\nI/JlliC53PU2N4GRiMBOSx4blkMpbUzU7H9ouBOqPde5zyQrPUZRFI1PTi7r\n7P/6\r\n=77FA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.18.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.22.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.18.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.34","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.14","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.14","@paljs/plugins":"^2.13.0","@prisma/client":">=2.18","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.9.11","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.3.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.14","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.17.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.17.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.0.2_1615670923531_0.46201028083830487","host":"s3://npm-registry-packages"}},"10.1.1":{"name":"prisma-nestjs-graphql","version":"10.1.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.1.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"52eb44792fbbca3a2ed3165afa79a612d1864764","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.1.1.tgz","fileCount":4,"integrity":"sha512-nQU/BCqJSKKdS9jpD0ty2m/BnLl1gWGEb/ln1s9U/3jHzhX+DvRexYQnnmvL87r4tZMICkHGHjxKh+stHxJNAg==","signatures":[{"sig":"MEYCIQC5XEX6cKQ29uqViCZ+GwWFq3JLPk5YUkDU9f0ZLJxAigIhAJze3qiysWG5HenuDqPQrPkuxANF5kAqZpm1B/eaNPPD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUiaDCRA9TVsSAnZWagAAqVEP/1DLr+Di9Fpo4EEgcMnE\nH7X/zh6GZoRIy7Ef35SHSKlXSlZ5PxzNtV7NcglM/e+VBMvUEDJPDrAoeVo7\n+IIGIQTUwcUZwqPL35y8wvcU6z4sfusULtgn7/H40icI1QJVK1cvs8kD8Eqk\nXOqTe+CJVKU8SVDtarA7mBAgjRQTcLtHcM9t35CObriKDcTTceQm5xV2D80t\ne/BanK9akEbuIyXWhf2hbNEMUk7yhs+y5EXOMarKnqtbsjIcyClh9zO9avU4\nsS0K9RAx2hBOspQJAyteEbRp+2jsPeaS+TPIjNsEQgdzmLazKGmUBKZsXMFW\n5jRmTL3nGhgJ3GJm6XmAMwgKnewMIvbslUzebFfDNQHYV+LnM6ZEDZ5rxxn1\nsFu1FL1tTsIiVcEGvp1lVYhg1e7Z1XjrN0U7BnVSr9SIMASwya+aAhCS3rDq\nYrmNSh3U642gyUKmvcyX7s0TjZugfNfta2r6Il6FjoEKZfo+wsZdfC5KcRO5\ngbGRL/3L9PPZy4snLH6hGxMV12lPsGTKChCFIiKtpdfHylmPtPlpc6rkRnGr\nFTvrn7yUa+IxPXBf2nZ0Io2IuAkhiNCXSksaEni8HYLyCFlh53a/JcyZMPJq\nYTSbywJZJhtL+SqYUb6hhLtTvHB7k8Ry2rprC5hVIIEq4BRQ9+IqQtdkefy+\n9fFL\r\n=Ny+4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.19.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.22.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.19.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.35","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.14","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.14","@paljs/plugins":"^2.13.0","@prisma/client":"2.19.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.1","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.5","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.5.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.14","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.18.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.18.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.1.1_1615996547469_0.8838034670433501","host":"s3://npm-registry-packages"}},"10.1.2":{"name":"prisma-nestjs-graphql","version":"10.1.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.1.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"32c848ce0b6dcd0da0dee206beccfa21264c80a4","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.1.2.tgz","fileCount":4,"integrity":"sha512-9pqDgGP/nrdMcDnzPqhCaLSYSTQHOOQeQ+d+DRdwJfVTR15AP+45ZqJppqbEYO3VXOASLxyI90T2CZ9p/+rjbA==","signatures":[{"sig":"MEUCIQCguN9dOdwn9yH9coA8ON8nLWZLAPJccxkje18Qr0AsMgIgGfzHOo4f2Nset5KuSv3PqMnxW1PTyFVYBzL9wAxRq70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUkQ/CRA9TVsSAnZWagAAPSoP/0ZRJ13q7u0FycMrGMnw\nnVS4tK2nYKX+UlZ+s0WVwCXvyGrv/aENGsf06X7aIuKFJ9/u0WEQszNcKAtB\nX41JitwG5nSNBcfkY2YvTb5XrbNAjuqkQ8hqwzTY1l+rE8tOY4XWO4fyNyQW\nYhMQt37PRbXK38btJcJLuPVyUCN2KLk8OgQG+pE6IFOM26M9E11OMbeVoFQz\nFFFn+ud81G82BXYRmCyauQmvDLbwoNBSquszv0cfES6WhPGGd3izBpVIytd/\n7H3Ej7Sn9dr10jdG5MG7Q5Gw9HAceVv8G8mb0GUjjOyCKmXIKLG+qT2lce+e\nQBu61bHOc6Khc6FPar2bYJH5VIZADynDOP+ahWYF22+aGveExwTC2RLje26r\ndxBwNIX/a+h21yf+kwujnlLPEKMAViTQSEYElimQpkovodB/D7o6cZe+PvOm\nKZl5pw0O9Q2UNtOZ3LROTHnO6gKUz5CMRyelHLj3rcBMu5n/JxMFOker2Jt/\ngEcbl8pi+xcK+xpi+VIOTci4P6j52qTNx6CgEF6QwifxS+KdnaDin96KWb17\nVN2bg2ZEF3vooQ2N8fKzgRT4wVCtNKAt+mYcs+DHLD12L+0ypVZ+fy9RNxLr\nz5J3Ehb17dgKLn+1Bg+qZLA3YHTvkygqc/g6p8IAlomau5XLMIsXVH5zF04D\nB04H\r\n=nxHT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.19.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.22.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.19.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.35","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.14","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.14","@paljs/plugins":"^2.13.0","@prisma/client":"2.19.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.1","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.5","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.5.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.14","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.18.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.18.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.1.2_1616004158598_0.36909654774495637","host":"s3://npm-registry-packages"}},"10.1.3":{"name":"prisma-nestjs-graphql","version":"10.1.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.1.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"574fb39e25d3f7c0b61170e9d6d565738d2fbcd4","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.1.3.tgz","fileCount":4,"integrity":"sha512-ggYX/7/0s6fp1W2LiEhtkGflgRh6Kzo1e8AJKTOoL6fxjOMyTUTwk50L/w6wzXTicPYqtbIYz9JCnSHvrzObzg==","signatures":[{"sig":"MEQCIGPoEd0cwHF7L+OUbY+1iVJhJhDvhCJqPD62YA6F4w3wAiBmkuTqkDxHzhuBmnSkC2UNKtX9L6HnB8ctueh1QPvLLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVNxUCRA9TVsSAnZWagAApigP/jWKx1RoCXaq/pIs8sSX\n2PqHqgynckTYJFfL7CzUw77KLWddZVqdqBG0VpQh/CH+EMCbM22sysQmzE++\n+EQSt0U13QwsGeIO1rVeHdk0Pllfbr4ED6ut8ZWU2y4nVdP+XifENYN7Vs9T\nyfxcPSufX0TfeD4hEhBiRDK94TDgEq0JOZGeysfu7+EfzfYIQje3+DOKcG0O\nGZNGjxVcppxxVcCh61FY2BAu4bZDmjVwGLlAEG4BJB15qPlNgPhWjjJ0CLAt\nYU4IowhzoLxgA9SQFWAmZ6zfLEf64s6z6VWUs/OAAj8VgwQfsoZNV9Wueo4f\n901GYb4JGh4irF/73L+CV67Yib8xrSW6Mc2iKZR7n5tFcUY694LMuzkSGSIp\nrjOA0MS6rOnxAfNWWXvZrCSFUfi/qeg0YaPYjg/YVMMkxZRkDRT3Y0Fu1fCD\n7W0ipsX7dYgl44/wraV99GLbch84xkzjOD5GZ196CocvdXP44kcJ29oglVZ9\nyR++oCVc5Z4qqixn8W55Gtjxdaj9Ywd1kbHss1PBinf3XVQqj2NnHqtUVweG\n7pB9OjkRn/e4O2qumN1fDgStCcfi5OWFN00vvZZF7OTvILLbC+LgyybYLjFC\nn9cjFtk8Dl1xDSogHZyZ8a8gC4sSf/gytvmPyYzRZjEwQzWwysznFTZZi0vH\nWeDS\r\n=Of7E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.19.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.22.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.19.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.35","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.14","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.14","@paljs/plugins":"^2.13.0","@prisma/client":"2.19.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.1","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.5","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.5.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.14","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.18.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.18.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.1.3_1616174163743_0.4149720369966723","host":"s3://npm-registry-packages"}},"10.2.0":{"name":"prisma-nestjs-graphql","version":"10.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"49ea0a74d53eb44c36435910c942daa63bcd754c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.2.0.tgz","fileCount":4,"integrity":"sha512-PAlY2ps0qqMqlL/3HbbcODF+y85al9WFaAs4xh2UWJkI3RMrv+0A4NL/h+3YE+L6l2/+uqvgYQriZXVcNSsACQ==","signatures":[{"sig":"MEYCIQCvAaXjMOyQwYWbQkcELTIq1G3n85ofLF7w0K9vo9rrKQIhANyNwggZ+8v/Yv/K5wNxcfQTp5lkoRKozh6/g5fgYqmH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVRgRCRA9TVsSAnZWagAARh8QAJxPPN8RbDMK+YrstcQa\nTLeGWJZIQDRpaTJ/l0aNYZqNAmnuOYygj0Yz4j7+6a7NeKNHoWs4H5SiNPtx\nkoPdCssOfh67iFwhuuwNGAUipc1MiFXYk2mcXTKE19eqU4Fi0w9oqpgEjcjm\n4RpDZLePJLC6R5UknOUV7Ebe/6PiTThbt6qVHPVsOZDgtW5oaR6ss3W782GK\n1EwmvDYZ8U8i7fFxDSQL1RO2ZClPZ6fItYRNU3vXeIIIB1D73jG12DLAcVEB\nbfnTfdyv+Gvc7CoUtt4a7q0SmQIa+XQX4xlgiejoNzTreVqSeut/UOwk3rN2\npmkfBl12x/bzVmC6EAPQJXxOADpmaNbumq5xcgyRD353UcwUhxRfZ6VWE5dG\n0B6TbDTnbVubV+CCcoC4hxo4WZQRyMTvWSSPb9EzSSGQ7zob0+ErPn8/87Pt\nDPAe2aJFjSsj3ePZcNAfd1hE5n6uOaJ5QYIjLHaiveIzpoN0Nn0j5JVLkDEJ\nn9MGQAJXOPLxRKjrR6c6lgMyxQSekl0pr1rX9OOs1lvqZWEuwWLjYd5GwQkD\nP/E+zgBjvatiS9ZvK19zrFqN4XdjrIISLglZ36oQP1bvxsuntrQfbEhLElQK\nOMTlZ0G0VseYyIvlPWlpatWrq042zVCjUO1MYLw8u2Pq7+bfuQRmLtFNSz/s\njjGb\r\n=ipUe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.1","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.19.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.22.0","expect":"^26.6.2","ololog":"^1.1.168","prisma":"2.19.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.35","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.14","@types/mocha":"^8.2.1","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.14","@paljs/plugins":"^2.13.0","@prisma/client":"2.19.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.1","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.5","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.5.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.21.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^28.0.2","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.14","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.18.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.18.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.9.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.2.0_1616189456923_0.9900908675643214","host":"s3://npm-registry-packages"}},"10.3.0":{"name":"prisma-nestjs-graphql","version":"10.3.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@10.3.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"1fc9c04c66e2eb3d0a541bb2412e9ac546482d8a","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-10.3.0.tgz","fileCount":4,"integrity":"sha512-HDnWDwbW3ut1kLX7lrYZvhIH9Xxoh4LOqOpvKuaypkvdqPzB01F1ShkmV1WLNiIjatPgDPcu68UfCNYIOfnXng==","signatures":[{"sig":"MEUCIAwQVqUAdm0NQGZGZ/FmkI7R8U+wmyH6x5aX/NC79ABhAiEAiW5GFAL5HqGKvKCnt1N/XRQhJk9rjmoeUXRLXPs9R8I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYgvBCRA9TVsSAnZWagAAbVEP/RkVlDLwlOj9SJRcQvdf\ncSmGOHhXLpkN6RYnCn28GHAWhpH7tiEY7TVerPfOt+Iu7Ha1Y2Vi+vjwCCEd\nh9MdUwoib5BobE+ruDnGrFYG8vHejm+YA8YWJGs98r0gsGMgJTQ5yCULqtr5\no8shY/86TS/i3cdAcj4BMGYe0NxehMIrlnA025nAb5LtRMRK7nc0IGYBCmUb\n+Q9PN6kgBb/AJ7MMGJkbkiDINLt1pvMmSnW5PkN5TcrxMkQGe36BE5eC0Vub\nUSCxtO1QZwf3L0ts+AiTBnLdNXPSAGPSD9rhGkxgUSDFXRjQ2GV5Rk72SCJi\nRi+WV9p/qtjPZ9gsyCv9M4wVpEOUTlIpnWDNy9hscBrieA9X740pPB6Qx1XZ\nYAvcgc+3JDHi16v8fLGq1+b6V0i+uyPJxzfkWyts7EI6BYT4Vbk61PUZre4d\nLM/RT72eztHlJ8xasnyIG8eQWb1CM+4nYDt2jmX6YVKQdgYDm72+lTdJHNDj\njgWgLg7zlF1UWVATtuhYQNrgZAwDZ7DhjStQmCD5n0kJTbTW1OJbh0XBH9fG\nEhQHMSsXRAe366cUj+c5aQ2uzavwvpGCA8ZoYW5z7uYgdML1UrQeUlrSwJ46\nPX3YRxQQxi3+j0o1CjfViGUdaKo/v4Bl65Tku5UqAa5GhzCTmgepcct+LfYI\nrFnX\r\n=Od93\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.19.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.6.0","rxjs":"^6.6.6","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.23.0","expect":"^26.6.2","ololog":"^1.1.174","prisma":"2.19.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.37","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":">=2.19","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.7","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.6.3","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.22.1","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.19.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.19.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.10.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_10.3.0_1617038272390_0.31405647637014367","host":"s3://npm-registry-packages"}},"11.0.0":{"name":"prisma-nestjs-graphql","version":"11.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"da6ae86408774a5b0cc2e6d65494fd63566cad56","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.0.0.tgz","fileCount":4,"integrity":"sha512-zqrFXmmcAoeI7JaTAp3jbDzuhGO5xf5KvJWYPqTnntq48SLFn8BZHQDYpgkXgJkSOjke3h/gF/bvqO9pVOODnQ==","signatures":[{"sig":"MEYCIQDno9xmsNQ7k0wcWUomovHiZX8SEVsQJr1bVdNNbp+SygIhAJQ4TnhV28DORaOSAjx2rsORLpZn+pLEZp2Sjicbnm0I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZCVhCRA9TVsSAnZWagAA3G4P/3Q4p2D+FKBKu87ZX5lp\n9UiSQdx+p1+EUIgPw68Q7w2cvBanpPsXxJOiAeHOMzqigFjhS0VS7FHTHFLd\nYT+6AziEu9A+ihGFYtuaDq3Sj79RzOaUun8FRzhTByvfTHTUucxVzi1bc7Q0\nickAuUGgH3cXquqRnfeAJPSO0AOSqWQMNjMG80PUs6UCwN+kbsjZD0/FcCGO\n7AMfsb/VfDNdx4oBxEGd6rtgB54iCfffM87RYArWNetD+w4/LJ0JWLq4y64t\njOKmWX13WChX0pkuy3902jZmkqHJksitwG8MoH0BJNuHN0zlYUpIqQ7h0dFR\n/hKAq+4/ONV+TJrQZfkZSGAGdfoGlHg1YDOp2TDzEePxPq53MfjQiRCIPZJi\n8Zd3Uyx6/eiEI0kSmJryqncI+xUMP57Ijpa7BKH3QA+aOuoUoADo2QcSvDiO\n5j3lObnrUK1Ehuv5hP1mvzCrOuWhdshyEZic863XZgB5MaZNKpToYwMGsY3o\nlrK+FroayY3Gy7wTeX8P3EpjhG9oAFFaMS7e8NxQZn2Lg5eIxS35ezeIjn+m\n66G9Ok4teblod6et/ZUi/fq8AreLbKumWKsFVbML4agBieofjbQSCWcinnsf\n8DpvzONB7KOHC9f0T8U81koo7LPaCsK9+/GGkiCi1okvbGPF9raUqJi7jc3L\nnybw\r\n=YUmx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.20.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.0","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.23.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.20.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.37","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.20.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.6.3","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.22.2","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.20.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.20.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.0.0_1617175904480_0.3352789327007111","host":"s3://npm-registry-packages"}},"11.0.1":{"name":"prisma-nestjs-graphql","version":"11.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"8849988c7070dea3e416556427ca4353fa40623d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.0.1.tgz","fileCount":4,"integrity":"sha512-M9yDnwVDwiKis3zjeeI+9ABEZ2U0IefzMGJuZT/LonhqhWQNf8NpEcfC0Jhl/oadX0YzSlGRLIK69xeSDE65Dg==","signatures":[{"sig":"MEQCIH6UFgtOs7iYTKDBSQjwPKbelzWbIQiLKaMCCumXoJ5RAiA3IeJC/v5UFdeXj8UhucvRKYJDXki9jxBRJoQ9YLnGkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZM9pCRA9TVsSAnZWagAA4KsP/3TcznM4MKSOkza6NUv9\nDEZ3CYVfGHwFuH7BxP+zixpUFdTlGDj6ipDE8bs+bwQcuUahrLPO00uT3v5N\nGvy3OJ5uTd2fk8VY9Vv6BPoAt6ivwowp3p8f6vnWheLA0VbZHnRzgPm1rnnj\nnvU+pvYooaxn2zZJvIMy+UMGpK3HvVd4Z1HH4wqCsr3BNVh0inB5ZYd8VDJF\ngAsl6JDuucJt0M/dtvRhdt1CVcjv0qe2s3gabHhfDIrHbOFgH0fqxi9acuhH\nGbfVgB133xPCEzeKAz3rbe+43qVFnwEU5RvLivTAmXIgfvSa4TrN3wp7S8ez\nAlLAAZj6KtmYyNo3n5NB8Z4exNQqafLaNneK10GCikGW5iURTCHAR2mhRw+U\nibqPCixM0/K5V5S11H04r0whH8XmzCvidR7njdBLyIE4UXaqV9D8wYZIggum\nQ8mKmRVkFKtm2pQxpsXWEJS9WyA4mfFCA1eL1hTB4fIdPI4KsSrExDBEA1rv\nQWt1AelBikk6w8476IMGc1f2s01Ni8tb79fMBU6MWVL5+Y9LJDxEnTKCeeam\nV5Y079nsjyObPfxWu2ZjEBQBbFL3BkVyphFguJBKNJIkx4VYtvzM1/CxbF1J\nBGB/Pq6x+PZ47YKqt4EoRaOmEkzkyCnGNaqnvsENGzfwFEJcHl2c+kDPbwDY\nyKKX\r\n=Yqxo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.20.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.0","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.23.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.20.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.37","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.20.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.6.3","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.22.2","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.20.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.20.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.0.1_1617219433138_0.4378873830879353","host":"s3://npm-registry-packages"}},"11.0.2":{"name":"prisma-nestjs-graphql","version":"11.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"a4676fab7452eff74d0414c92e9103cad4723e24","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.0.2.tgz","fileCount":4,"integrity":"sha512-52ZfoF3p4BCdsuGoOqJULjCpzU6a0MFv0kSKFylkyab2F9Ro3/3bmR9Q5ktOZx1cUcDzyhDiuMOUOb4KomvMWA==","signatures":[{"sig":"MEUCIFJskVKJ1rB1XQAknUZKF9qz56gmsaTxoiizx+LDymF5AiEAkURCOv0pQiYS1dnyAaJi23Jn1foh0BTSG2sYaG3jC4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZNOfCRA9TVsSAnZWagAA5CkP/0Bf4TeIzfeoekRob4Gg\nEUVSFcMKbIOLhB5f5e4ZRCrGCTObn+ayDzEl+HUXTrKpYxGFKFWzIN70+8p1\nkfJv/pN1ZebBgyCHa9AsQbFHpUxfEsYNCydON2UrmuZOpRz5dpo95Y/RBLxN\njolSNNt+Jpg7cx/fhljo4StLPcZ9Hc+2arowZJP4QblqNxEhqV0F4jJnEN5D\nAA1iBUbFrYUqtvnRkdaXBDhTk9x5REAh2Oj+C0M0q4CrwhXqwaFRt/4XEBxB\nQ3P8X1F2Al6QqyDjIEH2E8kBjxNbvZAUmONEJChh24tmCSbbP7C+Js28MNXg\nrGaDsP67cC7pEglAfx4GVUAP/w6iMTsFBzh9gUmRbCaUg/K0Z5qP8uAY1Cvb\nms4RwXUGnnyfMA5f/1s985qmWViNclsHSdOGJxuSdMlPjIJ7j+bgoky+eeOZ\ntp9g+ud0Vw9I1Hz+gi0nw/f9CGANcp6iLDPCFsbvDqiDnw2l1L2bPkOciP/J\nHqZ0olLbeywK9+ycgKoEwmaCWt1iuWkiEO+kp8Bz0iWfaM10fZYX9far4/Pn\nEeOO+cUQ/OUmbJIM/2vwUy6+fJsGf1MSMV9KQ1xomPZdvHVdVGlUqornZtcx\n0l63gnBKk5zOrmM6IpWalWzjc0SCnMM6wTvHSzXk/QJLkmj1zM+RUFBng2ih\nWn+a\r\n=4u6r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.20.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.0","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.23.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.20.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.37","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.20.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.6.3","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.22.2","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.20.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.20.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.0.2_1617220510893_0.7572228230151439","host":"s3://npm-registry-packages"}},"11.0.3":{"name":"prisma-nestjs-graphql","version":"11.0.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.0.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"d49c384a08a3b73e3c11a995ff17d9371673dcf6","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.0.3.tgz","fileCount":4,"integrity":"sha512-DMzbk6+ctVOJedjQDpSlBghLzTaQyEfrkV1VLZ8eAkKM/fVw6opucMZyUxlmHdF4Td/9c6BZNmhwgi5YzgRq5A==","signatures":[{"sig":"MEUCIGi8ccqyu2TKqopLVer4B7L2TDuiyUxM4b82ipNIzL0JAiEApuTGb91pO417fSFgMt7/fRspT6mIGpbUR/yVa491emM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZgO7CRA9TVsSAnZWagAA8AQP/jzUkUxa7hP+/A7bOIb0\n59T4XV/yiif6cABkUEPzO2WbK2U4Jnth/wBvOCquPvb7sPgIww+q0VhQ1idD\nsFwIVInl5K2HtlQsqYkK14mQ/1Q9Db/i4UI4M71EgdsKe6W5VOMTzL7DZVVS\nN8l/kCMhNDJVQEAcgRDolrPvT7Ci/xZQgtPxUlnoadTjBlVzVrgRHPNDcEUe\ni1EqGfiaXv0xGeUSxRMntj1xYYqKo5xFMeUuE/QhJGhgaiVV1Zhb0VVGd9SP\nQfoMOIDTrkAnuM8VbD45Yx0rIjEdZRCkP/upkIVmHPC+HqbNHvXDDPhjoVD7\nJbQOIOZ4E5U7cuI49gTXzk5bLuj5OzIB7p9grrVQVXyB75mMDE6fUMUUlzip\niBE1xJD9ZoU6vx9ZTSJS/0S/ngiDtXq0iHRyVT/pQKoXEmLhR8nkMbZy61OP\n3LLx9lZ0SCBeQbLoxUdCyFUTjz9iFZxB/Q++q8ZCDuEK3s/lT4qvwguCLv+l\nqFoMPL3gGyHLJqgRmw2JKKR32JqOVFsWLHs9xkjBZoU8yNfq1WQ3pCy7SPya\nOveZVKr2/jxvlKZsGz0whhp4D0qB/pqC08DM4UJSfLDN7QVvdSMOkrn6Yu51\ngi8Si4ioP5nv8m5uBiQY0//SsNGX78foHiyz9G0TxFKRCMlyRH10pMBVmn+U\nq6+C\r\n=1Tv1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run lint:src && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run lint:src:fix && npm run format","commit":"cz","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","lint:src":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","lint:src:w":"watchexec -w src \"npm run lint:src\"","clean_cache":"rm -rf node_modules/.cache","lint:src:fix":"npm run lint:src -- --fix","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.20.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.0","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.23.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.20.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.37","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.20.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.0.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.6.3","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.22.2","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.20.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.0.1","@typescript-eslint/eslint-plugin":"^4.20.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.0.3_1617298362579_0.7599910421784184","host":"s3://npm-registry-packages"}},"11.1.0":{"name":"prisma-nestjs-graphql","version":"11.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"bc499a631e7d1850328766d208fdcb2f5e50ac48","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.1.0.tgz","fileCount":4,"integrity":"sha512-zLsPvRUzbeRItLGFtFzJ4pyFrQZQe5GxIMO9FSdtnayBiZw1XDFhehDA7gxWAENlJr/phEY+rdP2qb2Y02yafA==","signatures":[{"sig":"MEQCIAub7iWWJ+MtwsN8z4Iv4pEdfSG4WuDXjVwmz64v4EHSAiBz774+smrBya0aOFS5T2C55SKkTrta/UEQLWYXe6/pPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbguhCRA9TVsSAnZWagAAlQQP+QAJgsjJGNgMT9wX0SKN\n/IVZyqdl5n0WBVEvD4BG6YTJIci4f53qqxosmmZNm+764kuFPhnC3ECJ1HVp\nbVdGUHnCBlJkBwTGgLkeEiONy1hlxqTncDH/byN6UzhIII2CwKFMnfqo+YaI\n+JE3iAdlAsS3luNSVvxEt+WbufaA1BNMHd813cVMrtk5CRJeK7PflNkBG+B1\nzuMGXtPh89nq5R/0rlBJ5Tvh3nMj28+VhhLljXxVJqmEmp/fl07SUONSkWg3\n74t/FCeFXHMqxrj3lvD/akPWxk+3XOKWJYGqT2oKlYKPeo8eEE1uW8LmuFsP\nxKS2T1MSymxRAhm2xejjmk2Bnrt1B+GOAWbsInP4NWZBVyhy2zjzWNm02IWy\n4tBY2zZg7Own0FDh6uYupthSvulD2lA9eBC3gt071BWawZLyu7rSlOXyvHzX\nwoyxUMEowgokaDNvVcD0kPehEigj/zazFZMwCcj6OlFqJ7T/WH/5YP3nuwGE\niIDsRkZLl48eWpgXgykJKceXhcjWqqGN/Of4N0BiLm3YPb6dD02+vWXqWyCX\nb0o67gKdY1UKrlofnai4YoyLNeKR1wpCLPduwluyEaCfuoyOhyq+RDIO6Wns\nRUtGKgif9e6n+670aiaZDRGSZPEmUVos4lgVeSr1H1DM2sTw5XAAi/rNFEDF\n1f4v\r\n=HhZS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/testing/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.20.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.7.0","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.1.0","eslint":"^7.23.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.20.1","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.3","@types/flat":"^5.0.1","@types/node":"^14.14.37","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"^2.20.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.3.8","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.7.5","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.22.2","eslint-plugin-promise":"^4.3.1","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.3.1","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.20.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.20.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.1.0_1617824673188_0.8626661399873221","host":"s3://npm-registry-packages"}},"11.2.0":{"name":"prisma-nestjs-graphql","version":"11.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"db52424882fd50b85ed27f9dfd8ac751a4daaf9d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.2.0.tgz","fileCount":4,"integrity":"sha512-ODMD+ArTan8juQqaqgr+W8zJN/BEti6jOF3D9oi/gI9E98yKGNK+EbhIryL9Gztx7DG0bUeEEG2voffwfTab1A==","signatures":[{"sig":"MEMCH3ODDlRgJofFt4xtkyJ/TPu/v5im0i/U4fps7yQm4VQCIGuSQVcbyIrB/rK2yLm0QSHs5XHaXOWAvB17RIZnit1+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgehYICRA9TVsSAnZWagAAaScQAJi9L/SeZWmGe5y1JwEL\nw0Or1BsXUdR8Xsoc2ZHDxX0FYesXvU6xYYNb4ohLYAK23Y7/33JwfEFSDc2F\noh34u/+bT/XgKi/idHKRDENw7+VHaaZ03iGAq07q958yg4VUIrSOQCcLMj9x\nS0QvnpA9JqKeK7uOqYDzgGQ238VCs7QIlxsjIeASJF3rJCYyQDdKCpHE2EWj\nM/St0AVE7Wp5epE0Oz978MkbqudOZEWktR0/w1lCjZHk2AJwZPSTk0+AZ5NE\n2r2EeICkmTNbqK+u9/Hp/eqXAJHRmuzpm61+U0LQDJrvhg778ayeJXqJ05/k\nVDapTUinLrN7hb0lGd4Lg1J3cAEMW2rhxbd55iLlRC6OzIzWnY2AkNo7NlGq\n7rd9myBpyyS8GNTzkooKEkS4uxT2ywmLGvzqzoC8wYup0qFwU9s9aLpm2DH3\nzneWSkTioo3nCdru9NNMUo8YTxGswCDaAcjD28CSJl2E7O4hKnICFKv0NUMI\ncxE/oOmmLaa4zkC0QU61LNW4NS7sVYHqiwIFo3N2YyaNGw6y2KHF8CRblOzs\nRjA0yWdBvkzQp6zDxyxL64Xjx0PCwih6T8nG1NXnvIax2TROxQck+FvEec61\nB2f6ZEkHjX2eAYjNHc5y7+FUKHshLV1X+Gr29EUfwe5VgkFgqlP075FE9gsS\nLC7B\r\n=VFl5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.2.0_1618613767848_0.014538649453151642","host":"s3://npm-registry-packages"}},"11.3.0":{"name":"prisma-nestjs-graphql","version":"11.3.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.3.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"da31d9935788de59d32e055fce319a6e1e667bf6","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.3.0.tgz","fileCount":4,"integrity":"sha512-A6BRpWiWVRJqJTaXvIKy3y6tbQWCGkHxjK/GPWIRJwywMXVVquOK7wA1/DMFA/tjx01l1nQ/vBdw0K9g+os2aA==","signatures":[{"sig":"MEQCIFyjH4sGI1wB8Z7wF25CnQYb3l2tDj9rPFc5WMq7usVRAiAO4PpnyEAB4/rRjbq6IG6SfQq0yI7AF0dCC7CJbkkmLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghMtjCRA9TVsSAnZWagAAX5AP+QC4ZUxPmNfvScNsr6AY\natykP+id70Kljq5KrogM5+g66ZeCPs8RgAPsEv72K70WANND+42evmzI0ihz\nwcr48cHEvsX5A2pJiPmbZr1QY0P+Fp8eCo0CQZh1Mwd8XE4hVZNMJWXnRjhU\nfTkQIxyrN/kjQG3B2amlFRzOuotvgbZIlKwX0lAJROATPmtQJgYpaX9z1gsb\n5gqPe/i4b4jwmjeWfgXJroxCsLk/fLvdMZSsPYf3e+CXVZK4TlzodKDNpFCY\nbWyrNogmB4CMKL+82U7yWRCBFk6u7uwWwZ9+bkYRxXhPenODpT6pUP5lUuBZ\nx4wGqNYcX0IGSpir8wC0ecVg38azw80KxQT/kaaE7XdNAxHz6MUFKpCzUMoE\nPKv3DsH9I2mGAFo0ClbW3PB5m69I/7rihzogWSkAKdo0RtNQvtA2XoLedwgx\nU/Lu9ORblRkew/ntC56hFP13V71dMQyOVA6KJAFx8OF1pNQciPUPOzQKrhOm\nB98+McyARUBpVYwxGeVT/UkIksYVO3hen49LrWZV6Y8hmzsjKEYYyRHXjJyt\nf6OUUBeKnNsxYl/PoUJE/YAgdYhfCvb9sS+5GG4NC8dtxhICKpdPjLuhTqtq\nOK+1xfO69wSPQolQFxRtK3Pm6aQ39pS76dM1eDO/Ocrf09BXv0Y6scjRXcZD\n0OV9\r\n=iOkC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.3.0_1619315555288_0.8557116397610018","host":"s3://npm-registry-packages"}},"11.3.1":{"name":"prisma-nestjs-graphql","version":"11.3.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.3.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"bcc8da10057a2c9f5447ac4eaf6425eb6ddffa26","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.3.1.tgz","fileCount":4,"integrity":"sha512-N6jx2l96/c7W55hIuNu7zjwDsJq7zKkEqEl95+fpQVHFdNNYdXkFJI1XB04zASzK8oEoBzK/5cjfjFIx/HchtA==","signatures":[{"sig":"MEYCIQC4d3KGZqewtyh4Ylf08INxYDrqZMMCa1ORCpFQNCt91QIhAMrxdPkSqmTCXakm40pp+z1PEfPMaPhDaOL6ILrXudsB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghZO2CRA9TVsSAnZWagAAYOkP/0bYLPLKA81onozCWxCH\nNhfHaZKkcAZznvOLlgTXGmTyGrY/qHVD0ITjBuyz/hN9w/EgUrbo8CTGeYWt\n8CCSFkJ6TF5+XectYLMRCpFiIZ4QpnTRsaEqHMHFGsXNSm/X48jed18AMlLE\nfqTJD7a8qNxNCIAskVhGui+Ny8KL5PlKLKf3KpbjCzVS0Ai78SDKULu/x0LA\ninoi/h60Fxl6DfXhsQjZKrFjZVHKHK1Fng0nhgzBaKhOKy9WBRGnBYk96H+7\nft2ABL4YbzB1TGnbgLpJ/eJ2yssaJQuit0kKOmwNrswa6zKaJ6+VUH31LFrC\nk1+1Ke1qh8q6SaM9bsVZS6hzCcd6ieFqfDyiSZF3aLJcgKHQjmt+Md2UFCTp\nNtzzbHlRPKh8zDVYcg21Enb7UZhYt6msE9Hyl8RaVal578f28hoDozjGotmy\nDC51UWMI1b7jUySrM/TzM/5fa5PUwPNjiABnJ9ZPirCqkn2s1oBgliAcUi4d\nE/HzweigcgcXpuFZfJQCJEPcFbzZW3fPKZRAZW01Q0LUqXrU+f4JXTIH+F2F\nYtAStRkxyk2jFvwhwLgJmgv8taIeEeTcSWsHD0CyfS8sPtfgnZkDh64iX/6i\nwV2Jxh9cUesevk1icBdQRPMOPisDj1AlMHeVJ0eEdk3oUuuLEH+cHmdBnU90\nVhM2\r\n=gQYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"6.14.11","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.3.1_1619366838302_0.6574074599662378","host":"s3://npm-registry-packages"}},"11.4.0":{"name":"prisma-nestjs-graphql","version":"11.4.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.4.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"8287df42debdf4614dd11512cb2f91a53f0b37c8","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.4.0.tgz","fileCount":4,"integrity":"sha512-kY+FlfEfJo3urE5qNQpVlYh3Zz8j0YK7/gDVFmEMwggrx5chMbrdHFmxpD94JMdNLz070g8/4RsDqGkNZKe/Dg==","signatures":[{"sig":"MEUCIQDzxkXrFf/+O5tKBGqmZ24DmW64+hgVgTE3L851Tu25VgIgFN4RXsFg8GAJpzTPdj5gWlLimzoHxC7ijnP2N/szA7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiWqCCRA9TVsSAnZWagAAd+MP+QAoVmlOkctZNlfaItEr\nv0/ru7WXuKIUiW44jH0kQm5rkIxeRT40zkbwtKwT55nVzYDbcdWFravYqv4M\n9ahEDKE/VbUeKm3GDILyYe7cUD4gd3TMelJWftmCrTSUtBo0Q9bU1DMjcVdg\n0QbKW4SDAtbOWDBpfaC0oKP/3GEt8ITx6wpqA1gXuEOtMoPnFSDtybZLRbVV\nImYXrgVo7bcy2ML4yD+98aNj66wkFO8m2FH2BrrgTwWn3aeRnBzhYjPZn7q5\nvrIkeAOaau1ZJhh3gYa+vtIPCjvoWrmkYbdxkXiyPnNAoKX8ItVG8j4Cku61\nbmMhA6V9zPyu9ep4yg0OT0U4D12CsU8PGwba9WG9E6iho5Ikwcd++r2YHciG\nRBrwTrOsrcYULStOZhNUIyhg/OxIhRTTgz32zr28r2bazkuqf4u05S3rfV0K\nJ90sIMEht9g7sFdhKLQcWSoFlpaaJkkARKUBDcpKYoNTRF1ljbUuEJFvZIYK\nj4BjdKo6/J+VZzOiOKej3mppG1YFCe2ljOTxuxFP1EakmunUIRzixDFt4uPy\nwn0/5qXt6oB6Uvc76nsVWCBo3a5o5mCSOcQquDA1JjzyBBqN7zfCJ5USCnQ9\n9Czi4BWr/pL79L304FfrDIa7fjEfyrlUPkfS6tfzcKL0RMR84FXqZyMnWl5f\nnO+S\r\n=6DaB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.11.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.4.0_1619618433638_0.8670242074667682","host":"s3://npm-registry-packages"}},"11.4.1":{"name":"prisma-nestjs-graphql","version":"11.4.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.4.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"c6997e6caa859d1f9d83787eda263c8aad70c6e5","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.4.1.tgz","fileCount":4,"integrity":"sha512-nYdMUs5qHfgd/Dz8OPwbMBGbCX79E73VJzPM3whnvGk/VlSbNKQN+TckRL0wX3LuhySjmxxQnz/iWmVkbO67jg==","signatures":[{"sig":"MEUCIC7NLJRcVzTt+4xV53a7ijY0kXuGGu5vO/iOYnH8vABXAiEAzQ9ElOulhnryCpkjAasJqJRGMo3omkDIizK68B3SRM8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgl8jTCRA9TVsSAnZWagAAiE4P/jTk2MY6I2Cgr9u8VAPh\n+vpD857vMqSTJwiFxxjDMatqwpwODv52VTWxI8WIL1nPRdSUo3gfaILTi0yr\ny6t7U+yDBZOnOEgSZrzDapJ6a2I6wojuTPINpfeDKn9dkJnFPiUzkRBrp+dH\nPf2FD5L38ukiFHUBM3EXlfJLgiWSoYPwKo8yqnb5jXSolJGNj7DoVDtnv8Cu\nm4RAj4JDLTffS3Fh5ew3X1Ag4cGGil0wfUFWKrfu0axrkjsQ4tuEQL8LeyJ7\nPk/ui1ETZp9359Ub1/V6oCWB44t0oTOiCLt0BqoArwTnRgMT85kGiV1A89OD\nBPwKSV6HD/MRhwltq+hiviIm6MK3UNdxDXY+KbaBROnm54LK6IbXURtQbUu1\nHZlF7k26rV+u3gV8O3gguEZdhVU4z29/yXqKon0+DNDGQbhBq2OR+kFQKgzl\nYWjbQQJphJ17/gyiJ/7niQHq6MfOthfGXim2c6v71XI58wpt7Ej22yW7Ubo6\nkTeyxdo9dJWH0GbE/+ujaDLvXbA5wmY8hG4qeRYwUCMINtD+P3oC3TLd66+E\n7/pFnIYbXYOOA7dYru+urPRdRsDjb7swlGvMFQ/81Ju+T2AhUOwACdtLqOqs\nh2wTcJVpJfwA0DgaTAZ6IKALh/PxgVGauRFCVHdmFDIRua2f1gT/ROokUsfL\noY9U\r\n=RhvI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.11.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.4.1_1620560082534_0.39479681640727304","host":"s3://npm-registry-packages"}},"11.4.2":{"name":"prisma-nestjs-graphql","version":"11.4.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.4.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"85b6d44036acd8a39154c6b851cea8c0d582b928","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.4.2.tgz","fileCount":4,"integrity":"sha512-gDUsavz8NIerpHRbIzFvN3BDKg2PrszM0BIjtNFb83hwaTarc6SvgQatm1jOvaAeSGmlBbQGWG/qgZDezlSxZg==","signatures":[{"sig":"MEUCIQD3EYE0oMeHTZt5caHQfSqZJnUffIqN7qyTQdprlmAhRQIgNAXdVvy/druqxpmtLBpmN+Nv7knmMhLLXmAtFAIULtg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmtvmCRA9TVsSAnZWagAA1cgP/3N3Tb+YSQnB5mOz3/Lf\n3uYsL3CW6zFAtJpU57yk3TI2tiz7eV6HhEbvsUa/977wV/Yt7tCczi2/jG4X\n1TCyxi6G8Lq5nHV9X//7XK/F+UG371zkx0zGtskueS2sbkexN4yFT8eiyhhO\n0iIXPLbCkzo4Vam0MCXWFTghJ1lWlw9Gtd4vXq9oNti/EdkDFJPJjRs5M8gu\nzAjF7SvNLyBuEeakV7fc/2cdc6drNx4BGtLY0lvRyKhSibfWyoHML57rK6xD\nEQh5B9FRxyqYT3iN5ZQ9SBZKW9vuMxKrCk+tc6VGApmq2nXr6WnGI4k3bqWi\nrBsOpIKwjHTeNwYak/QhzQeEcAXMHpqJAm0l6zW7sP6IGS6HBhiwHd7+F3xz\nQrm+s/9PyuEgxbtXFmqYj6eATzHgtCMk/YpaKPlbM4YlnM45G8uFwUlcakJC\ny4XlMxjnS1DgT/avItFaf8GPbCpzqS7q0UPdfcAClva135wb7zVAA+JzcaJQ\nxb5y94LpSEZXlvnmtrVr0++t5lrupdqrs+HGoAQasBpLByWJfBo0CUGrNlar\nYuJaO3pizeW5b8XrdbPkLKU9W3nRaLNLTVzaQqRQ2qLM7EREttK/O9TtGSZI\n8ewvjCqs8ASe1pDW2sKSBWjjex/cKRvEODCV375ILzwqoGTvZ2xxWXC9Rdur\ntyV2\r\n=u+ql\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.11.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.4.2_1620761574237_0.07537653765031105","host":"s3://npm-registry-packages"}},"11.4.3":{"name":"prisma-nestjs-graphql","version":"11.4.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.4.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"ecc17fdddf6334ba0401e214f32b7e3b51fdb488","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.4.3.tgz","fileCount":4,"integrity":"sha512-e5vgvW9Wegjec3W/cYdEcrxn2VRRoGNlwuYT/+ipphtVJclvM5j/Wi/m/hnw+AOVcjT0L/hygmIggXx72RM8Cg==","signatures":[{"sig":"MEYCIQC2HPR7T3T/vz1C6yu49Ngc6B9KgA3ieuNmuxwcUxDQGgIhAK7EEbzHcnwlcvlU+XxHJG30lsImgoZNXShMlrvoVg9U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmvtiCRA9TVsSAnZWagAA8jQP/0h6JnVap3bbx+eitzJz\nQGB2I9wcdnEXyo9dtMROzpJiibVd2J7O+tGTo5nNZyqg20jPhIUm3s7DQt8d\nD8HdWHGC9Fmv98CWgGKXyVSDc5kneGUWrcZgjuY1XR9jjxCecsIe3pNEH37F\n+V0QjtF4pGBGVifoKcj7aVoL3Mq1K+1cveZLRor+cstK9ss2zZg9RQFCTu+N\n0vYWHRT+wdnoEL3tn7jAwmC2n6QeoQUWvKV4jus424rl0vecU/Lbv+cIRtJv\nvx6rTD9RjlJGeD5/q7dJbqj7LaWZnQQQ9b+bHfzex3XeUAxQ/ojm3yIXjXrq\nokxnUn4kzWAuVVqU/gQEO5ywlEIdkQzAacRMKUg7OUS9RtrPWObgi4/nF3SD\nNoQSvU2pi1QKaVFJYdEvbGlM535E/GaSbc9civivg+UqJ+YyqGEye79lQ57w\nlFSIsOsFBEWetGLWY9rakTvoWD7mbuOcot6vecM2hQWkqX8Z7w+Zfa8Kr83C\nj5sF8xK4jADoxaNM2fOkt81G5TVtul8XQvSM5jQkT4TgO0wHiSMJJ6z7F6Dt\nIN96sZLZDhnQnHDYurReFmCtGbMtq/kV3bbrB1Mc1kTiI98qR7m2D9grsRLc\nEVNDV0d/yAI5jremDx2pwla72M5UJZ6bTXn6HuhQtU5d+QGzBbCYQBBscOHq\nw/3U\r\n=x/c+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.11.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.4.3_1620769634138_0.7276838207843079","host":"s3://npm-registry-packages"}},"11.4.4":{"name":"prisma-nestjs-graphql","version":"11.4.4","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.4.4","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"017e664a110483dace6d6574d243d06d57784a0f","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.4.4.tgz","fileCount":4,"integrity":"sha512-QYh5GdLYRerBnn/0w1BbYIydW79hcUtCHpJ/HnIrOUa7M3CDcdNuTMF5V0XbRfTa8/AHA6DAOyIVZpkWnUhW3Q==","signatures":[{"sig":"MEUCIQDro/ZK5Y3bMSVZZQgBwnNlOW1bvNmY7Dyh1aYDTeK+ZgIgA32yxow1kvu7G3IIEFsWm/1rVHpoaalrOHW8yZQJfIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmxVCCRA9TVsSAnZWagAA+MAP/3U+b9Y6yampjm5VnP8s\nR1iFTIpXY6r/AUGEn0hHYEvXxC6kELizBdlN1kl2FqbMbh8GBQehxDDedGuZ\nc9OSk5T6u/hak/7W2XWSdEvVzp4BORUk9RWFM9yZIK2ZlxC0stbAa9KjaYBy\n94xfX+xLxdzoorZ4tyOcRwJac9fZOlpyp+Tk59owQWvXhUPiYqBrUiZ80E8i\nyY1KmJkzOLRp+nobX0yKlS5zIqyLdsmV0GA3ftjVs4lsDhMsc9tSL29XaQhF\nWcX/MrfOtJCGC5GqDqz3kfftyN8FUrm8c0zwkbXaE3a63yVx2q8nGusVF8Op\nheg3+0UlTw0CsDbOx55wVR5KqgGEr9wXhAkJoSJtDextxfUDoN1jnRYKplyR\nZUR0UChjbYFzrDIZcz19Brwmp0XdM73LDKE3L5Z3CMdRKxqOkRwmDle7BzfN\nKTwDcQZu7mJ4IliSwfZyDi817AnaolJXhWXYU9+aZOWB2JNnNS7/sS04FnO6\nP2V+zgJ0Oq+haznFLNnPSX+MlXZwy/aNi3qbaqAhFxAD+r2jNnyd68JTJ/Y/\nl7I+iwJv5sfGY4wYX1xtorpFMRSe0YLTGl83q4khq9FYIqKQnBF41dMxe1/9\nzdMZ4pWCSLlhX6+kE3qTFut5SwdcgRosqt1s8DOpPKftLNCLaQ5IMKnWH3Pr\ndubw\r\n=x5JC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.2.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.21.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.1","rxjs":"^6.6.7","mocha":"^8.3.2","tslib":"^2.2.0","eslint":"^7.24.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.21.2","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.2.1","commitizen":"^4.2.3","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^14.14.41","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.168","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^2.13.0","@prisma/client":"2.21.2","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.1","@nestjs/graphql":"^7.10.3","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.9.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.2","@arkweid/lefthook":"^0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.8.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.23.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.6.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.22.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.1","@typescript-eslint/eslint-plugin":"^4.22.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.4.4_1620776258012_0.26390657617087254","host":"s3://npm-registry-packages"}},"11.4.5":{"name":"prisma-nestjs-graphql","version":"11.4.5","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@11.4.5","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"b6b713fd2946ca7159f4ad8834e025ddd9cbaeea","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-11.4.5.tgz","fileCount":4,"integrity":"sha512-NGlUubp6SkdIjaH1h8YLNO4+xY/EbGcbZJCXpHlg0O2CZSk0TJzW8D8rPfbQaGGXsu+bop9hItzX9JUbQuGQIw==","signatures":[{"sig":"MEUCIGXafcypYI2THoZiQpMKcURYK5M2/4VoVj+FbvIYC0I0AiEA/eL3ddl8qF92/PU+PA94rsRCY2GD+iTEdeNa3Jf4Zdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnYfwCRA9TVsSAnZWagAAIOQQAIBDs7/Q6LXzVK8hog9B\n9i8tiJWoHcd1/oCGKEt7ZDB7yizCgAmfR6gzbJdq1mEQwZiImKODi+o5jerd\nvxc1ryKvUp5jxIOea44MLc4zsT7GXnEAMc0d6rx8I8wKHMAjFswFNayh9Ucz\nfBC72+CAJ/00ulcFpEIZOA6jrKYiTE+2nZyE73bDc9hsM8J5lKu5AA/fXYmu\no4vULAfGU6Q6b2gMS3rAQeqRUsvN20sptfHLO2oPwNGTku0WHcYQn9cdXujK\nY7syN+i+kCqzu+8u9+cKPMn/LcloB7eDYPxVmBPOeFiPM5ETrmlTOaKkxSw2\nKbTZgVbqXgj6zd4SL9a0FmPGoPUzUEdYUlL4kZ38QgDjDh7+vmzEeS7IUe52\nfpXHcNj66EjyUNEaaAjal8EjE1BitZGEgUgd6SpaMlzN4m4x6j5LdYt132G1\nmUFyqg0hfcAs/IriAlpmLrLAPKUpB17R9oH+NkfQ4XniL/cOIkANEoANH7q7\no7oNoJ2nMr0IQUbDwBWeJ9uktsLr5/tZsYKhqQNUb6PGJBylwbTtUInVQlBt\nI9X0OcOfQhFxcZuHC7LIZdXUphBH76GjeUDdlLSu/3Pij/XTLAPUrVAnNKSf\nQJXqNu8Ig9rt1LOlSI2Z6x7wzB/XtH1PivV7oAhBZb3mUjw2VX3coRvg8ZSG\nkhrC\r\n=NFZC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","ts-morph":"^10.0.2","pluralize":"^8.0.0","filenamify":"^4.3.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.22.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.2","rxjs":"^6.6.7","mocha":"^8.4.0","tslib":"^2.2.0","eslint":"^7.26.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.22.1","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.3.0","commitizen":"^4.2.4","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^15.0.3","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.15","@types/mocha":"^8.2.2","@types/lodash":"^4.14.169","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.15","@paljs/plugins":"^3.2.0","@prisma/client":"2.22.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.10.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.9.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.3","@arkweid/lefthook":"0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.22.1","eslint-plugin-regexp":"^0.10.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.24.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.7.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.15","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.23.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.23.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_11.4.5_1620936687318_0.7524838795457365","host":"s3://npm-registry-packages"}},"12.0.0":{"name":"prisma-nestjs-graphql","version":"12.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"b5b4d1444f1403e1dba982a3a10f7e8b008d791c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.0.0.tgz","fileCount":4,"integrity":"sha512-Q8aN9rOr4CYDQ/cJUsE6Sgu/uUNZj7NNzU45qFHmyub/mWvTt11z36z3cvHPJIf2w1tqwnM2r9laBCEM4PmDUg==","signatures":[{"sig":"MEUCIQDY4qnAd6jSOUYGgqY8I0AM0guThRDo4kNmRfpE7zICWAIgWfNe2gbX1yhN7exDSe/MqasjM1PdU0QuxKF3FtJrSiM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpamyCRA9TVsSAnZWagAAnI8P/j1DeMjhiq9oYUiPqKmm\nMjjLMQXw6BFprClx6xRjBueEOEr0YXM8LpbUQ7MxBYOqC8T2b/WxieW3VEOa\nCBsTq2aSSipK9pWgnXQjkt1bgcXl3rmTRkAom6b+5Rfv9gQNj2D+CdVrYkGs\nNMg/RFYTWLZDHhqbE2NTRJIqLntyzRRv3ohqwjh7iwZ6vypE082SUEmbfI8d\n+QftYiGuhRAZncXElQV9eshJOe4cDkQEyQZ6fERqLVJeY1rztWowmg2BXvv5\neY1oJd5558s03hoZgSG6tSAnynFCtgyoJkc2fZ2Oncpa3v9xPwG0XlISGSPK\n8J+owEMFUP4dXRObudzPRVqLdxlb790UYo+yHm2jlYlUTJ2qtl8Fj2M9cdMV\n6s2Z7X6mts166uXWTRhmITVc/jKZEs9hi8SPQ8N180bq+SO2eqtjbZmU9zdw\nuwErTujprasBFbqyJWozcklhuJ+ph9y50qcniOnusuFPiJy08sadMapzJiuy\nxAoWBNm75mPBnAzvHsTdyhWS+WPu7jrH0Xrpr7nC53BJEUdZ46hLtY6TaAdu\nCVXrkmCe1hvW3Sp3gS+PNilhvybYUOdyrjqtPYk+Um9hZVUxhFRtvDGcgrTp\n6sUfuvYVQcze4/6LgLGGmOCjDEGTjUnI6KJS+Pxu/hwkeGIdhNNZK6yHDkxt\n727Z\r\n=sGGA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","ts-morph":"^10.1.0","pluralize":"^8.0.0","filenamify":"^4.3.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.23.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.2","rxjs":"^6.6.7","mocha":"^8.4.0","tslib":"^2.2.0","eslint":"^7.26.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.23.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.3.0","commitizen":"^4.2.4","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^15.3.0","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.17","@types/mocha":"^8.2.2","@types/lodash":"^4.14.169","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.17","@paljs/plugins":"^3.2.0","@prisma/client":"2.23.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.10.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.9.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.3","@arkweid/lefthook":"0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.2","eslint-plugin-regexp":"^0.10.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.24.1","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.7.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.17","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.24.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.24.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.0.0_1621469618369_0.8336487117329088","host":"s3://npm-registry-packages"}},"12.0.1":{"name":"prisma-nestjs-graphql","version":"12.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"4f354580930487c98dda0ec8f5c16834f82dcef0","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.0.1.tgz","fileCount":4,"integrity":"sha512-WJq8nozV7f+Fm8erJcX6kG1qxKvayLbkhSfH9kwtlsv5OncA+YH4m/jzfHUgvuFlXFu0tYAwImOtDmq5rq/ydg==","signatures":[{"sig":"MEQCIDIzcBjqHNZl46CkwJiqonx4I7GI9SCAl7/SW2rLm2dmAiA7H/bThnbgPNgRx2zP/QS8LZDq6XF2P6fouVBAg9QW9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqUxyCRA9TVsSAnZWagAADpgP/3ItMVBUIm1uORX1RgOi\n90QJX+NCudIxBTTwA25DsDbPjxOK5Ipq4nQNdhSy/yR39BTGBXVWkWe4+AgP\nmpEeNUgpwh+EA8r/cbBD6Uj2sAn6XODWaxZXgmw9gnctymH62hOmV6X7NUjK\nwkhFY6dc8yPOc/QhYDeAj+pJU3OO78V1uqXMF0Bh8fqiIX5VEKhKKn+uu16n\n3PpbUhWA2/DJNY//K4/qDC+t3Iy+71gPjywJUbkU8EMoQgQvFQLYkYLBmVMd\nhstVF+j14pqbGLnmBB5hUIa+7E/I+NGVO6Yg/sNCFpbl7feqJdWSxHuKJAdK\noLCPsCdgfGzgPTSMp5UkY2w9uIJQChiWNqpKz34CIKN4uLnkm/e2RaFvcEMB\nLeSHVbuhgzAzLfa8YlB74NbR1wmZ0lWEqHf9BRLKXJqJ6N63Qu8uHJo8Z/VP\nRigBTcXVJPD5or1R8fLoeuETriy8T8Jh0Jmd1PK9ulJSU7gZ8xfhSw+lHNHF\nph2EDZz2qSVQzQgiLRoBo4h0Xw+crpncOfEevQiKRfsbMyTj9NBB5jy//PR9\nJ/a0XJVvvbXmz8pHgLhn1qvU9ads08NBnTCzTYO/rJhtayHWazEE65TyiL55\nLhrNZLL9iS83xQoUn1jIs57jEk5GyoqX0+5XTWbs9FS9PSR0ZhRL34Sn/w7r\nXpXl\r\n=ly0R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","ts-morph":"^10.1.0","pluralize":"^8.0.0","filenamify":"^4.3.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.23.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.2","rxjs":"^6.6.7","mocha":"^8.4.0","tslib":"^2.2.0","eslint":"^7.26.0","expect":"^26.6.2","ololog":"^1.1.175","prisma":"2.23.0","graphql":"^15.5.0","ts-node":"^9.1.1","prettier":"^2.3.0","commitizen":"^4.2.4","decimal.js":"^10.2.1","typescript":"^4.2.4","@types/flat":"^5.0.1","@types/node":"^15.3.0","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.17","@types/mocha":"^8.2.2","@types/lodash":"^4.14.169","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.17","@paljs/plugins":"^3.2.0","@prisma/client":"2.23.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.10.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.9.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.3","@arkweid/lefthook":"0.7.2","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.4.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.2","eslint-plugin-regexp":"^0.10.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.24.1","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.7.0","eslint-plugin-unicorn":"^29.0.0","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.17","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.24.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.24.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.0.1_1621707890325_0.8546172912194501","host":"s3://npm-registry-packages"}},"12.0.2":{"name":"prisma-nestjs-graphql","version":"12.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"9f21b504c61c35f2a1fe2ad0a86a3a952a52e3b0","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.0.2.tgz","fileCount":4,"integrity":"sha512-w3/PJ5wIRlRC5ufH+MkR0tzCo/yriCljDnxjLO99I99RiLQn+VzaslulY1Wmp4vkJQX/oLO/MJXLpEGrO3DBWA==","signatures":[{"sig":"MEUCIQCRXJXxlRxvqqTm4xSyHxVqIPNWeh5Gi+2CDVF1BLzQzgIgFGeidg6+sFDblvHfx9FKINI7DDFZooUG7Wg6yV4MiY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgu/9oCRA9TVsSAnZWagAA/RMP/1h1NaCC6i6I0DPgpctT\naaHH0rALQPGtCapfRqS5CgaVI/+R4/8KIp/XHI6hJjrq1w5oZxeFFCZf9m49\nsF7XgAoRGsX7IOFExwHzzOF/MPXClpPVxrn+tgPnsdC5uLv6Yb5EYNSKz9gH\nMIBqDrFzY73w4ieRlsWq8FC3SK5hqzhdpZKi393oK5FtGe7ZqnBE4yh98hWT\nfQ8K4Z8N6HuldVE5lWf96Twoxj+BA/5TZYtaftdWU1KWpX4ebVTUlVinJQ0g\naTTKNeAY/TgcCvN44ehSNwuOTgIVILId5kG0qdUeBgwXPAcHFeDRfXAQJx1l\nOMRV7jB4EpcMXCqHV6XBgGZ6n03ozh4X7bqMSguM5gUlupc66WhQOM/s4cg8\n00KoQgW9L67nVFPviMAvpuTsv80h41x7NP5hN2V/+RP0AeDubiGRtwfkpJoU\nQ6aHujP81TaC0lzAlalaij1HhLVP+NovpxPW0oQWqSsPbKCvIWECFDHd/767\nH67m4atyM1viDgSyGaCNH+vGXA353dVRBPGdc52yobBYkXbiANRckz78CnFv\nw+3HkXEIg420zxIL7RcTvX4mG8TcMSJ6Xp/WLj4ZIDNdok1/86RfKv/ckbyL\nbUSIjtSh0qId5EaQb/4mz0J3fLDkBLMv8yTcbdOPGSTu0ZgrqSmvVdOmjPiV\nzZ/j\r\n=8CH7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","ts-morph":"^11.0.0","pluralize":"^8.0.0","filenamify":"^4.3.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.24.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.2","rxjs":"^6.6.7","mocha":"^8.4.0","tslib":"^2.2.0","eslint":"^7.28.0","expect":"^27.0.2","ololog":"^1.1.175","prisma":"2.24.1","graphql":"^15.5.0","ts-node":"^10.0.0","prettier":"^2.3.1","commitizen":"^4.2.4","decimal.js":"^10.2.1","typescript":"^4.3.2","@types/flat":"^5.0.1","@types/node":"^15.12.1","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.17","@types/mocha":"^8.2.2","@types/lodash":"^4.14.170","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.17","@paljs/plugins":"^3.3.3","@prisma/client":"2.24.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.10.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.9.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.3","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.4","eslint-plugin-regexp":"^0.11.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.25.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.7.0","eslint-plugin-unicorn":"^33.0.1","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.17","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.26.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.26.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.0.2_1622933352572_0.42053476639369025","host":"s3://npm-registry-packages"}},"12.0.3":{"name":"prisma-nestjs-graphql","version":"12.0.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.0.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"4521140548ed333727afba6c1508de78f12852d7","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.0.3.tgz","fileCount":4,"integrity":"sha512-m9RHZY7/K9Qq9C97B+qTC46WsY1LT3ZH5Bhv2l74lUPhtufwfM9Qq5Oce5LcEHvGLM0jQK/WFbQo3Qh93XgCyA==","signatures":[{"sig":"MEQCIBlCZX5l2AR1lat0y1FXwd2eTxaehmKQvecGXYmEWmOEAiBqMFDBIrxaw7qZB4wEA6B8VUs5sq2uuiWdmTNppQ1PdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvAklCRA9TVsSAnZWagAAw/UP/jDZtaeWP/iy1Q3TEr+4\nzt803Axm4PMyFHVpJnkMDOFtBOy3kDOJSmIkxgzQS+i9yJb2+pkuYoagUw5v\nhUgYM/HURiyrL3TVe1e2mVoik5nWY2u/q6nXWf/v3BOqYrKxOiy00dDWe+w+\ncbTDC3h+NwZcbic+CrenW+5e+3BsSLfTMtJ2kr5MU8RiOt0DhPX8uPrYasDv\nZSsMepU6+EbUdzvxFdoqECDBZMprddWQgwPqZdYZrlwGy7l6e+yQmC8Lefg1\njkGNgg8dWp5n+6AkhDsx4DpVffywwJfb/PA1wRM32lIC1wlo0i8Bc76VeE01\nhCnZ7Nwdz46jlBjyfp4zJznt/DkSvLW1+VFGXhcrMIdsrBZ0YfvVqGOEgRnI\nzpKZci8ARuze/Dd3HQ6d36Dd2gYBI1Uu/DTu8CgCfueOyosFdMAp7/hPrNn9\n4vNFm8Vtiuhdf9WH2FeFG+wGrheszA7PCbTb5XQxCJUx//zrAKTJUoyL4PUU\nK0kYUSYIcB1VG5w6Jvy5x5EuDMhe6XAMfATh6+ac++1HEsY1pTw88z+hmkoB\nEyydyHYJpVTdgILqkr9wr+k1jyZvXrSj53ZtsUxT2Z8K037jyiHGKRUlApu+\nAD3ISGvY+rTDM9YSs8zUz2exitj+QeF+mxGFh2VhM4Bu7xEFSIaHr6l8E0gQ\ncjK9\r\n=9sGc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","ts-morph":"^11.0.0","pluralize":"^8.0.0","filenamify":"^4.3.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.24.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.2","rxjs":"^6.6.7","mocha":"^8.4.0","tslib":"^2.2.0","eslint":"^7.28.0","expect":"^27.0.2","ololog":"^1.1.175","prisma":"2.24.1","graphql":"^15.5.0","ts-node":"^10.0.0","prettier":"^2.3.1","commitizen":"^4.2.4","decimal.js":"^10.2.1","typescript":"^4.3.2","@types/flat":"^5.0.1","@types/node":"^15.12.1","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.17","@types/mocha":"^8.2.2","@types/lodash":"^4.14.170","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.17","@paljs/plugins":"^3.3.3","@prisma/client":"2.24.1","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.10.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.9.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.3","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.0","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.4","eslint-plugin-regexp":"^0.11.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.25.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.7.0","eslint-plugin-unicorn":"^33.0.1","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.17","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.26.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.26.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.0.3_1622935845790_0.7308044807472984","host":"s3://npm-registry-packages"}},"12.1.0":{"name":"prisma-nestjs-graphql","version":"12.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"46426ab4d051e9a7127fae9bbb46b4a9a6e73bc6","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.1.0.tgz","fileCount":4,"integrity":"sha512-0NnwzER/MVGlqCKtHoYkgt9T8lwljfeFA0NdQA918QafDZIE6I6REdhbhU6is4yEQTZWwvkTU4VpY98uLvKzog==","signatures":[{"sig":"MEUCIQCKj5iWkU/FleV6oB9MCOQleJIhPIxE1pUjirNFndzSZwIgK2HG0dv2VTvu5S6PAN9hhI5uTTZrlGxL+MxBc2hV568=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg33A6CRA9TVsSAnZWagAAHtoQAJP7SyaTtKGP9fyAXKHu\nxs6b1FpHJrv9802eQ1Rig9wRsGfhHn09pRbttJykGk1fLmPG7qqQaDK1wgKo\nllQlYNFPJp4bXWqLk63kre/pJAM7t9ST7VbMQQGaysO2GuGhMRJf+ZPq7PWT\nbFfD/kFDWqS9nRYKhRzb6fIudMc+tehFBQrf8SH6FWPKhV07BUKjgcuDkjSn\naMIOpFprl7XJfS+v3V/uusHp61i72l65w7fPZuMkMMRewG+qy02ETnSLTrRZ\npKtkwqgh2MKOrdk3sgnZRoMKR3hfbbBcU4Sf4r2rs1OPWLj7xYW1Yh579Enq\n9BiHKX4hzMkf8Gm3BazDlp0PF7pCbOZQxR897AeiTrxZGrqRuOBY39zPrl5S\nhk+saxnnBJ6mApGuqA7rlXJKzIdqlmLkbcAVKZPad44WbGDUEHu6TDv5/t3S\nzFM2Xs9F1kW5jqb2Am1odWoLgrk4O+5TmAsO2/8/vUDaX0Nh2xfql+Z+dwEQ\nUG5MZuNEq3sFMdYV/VxhDf3WwGgw0ju31NgmMu+2IP+SNdqaMGpphh2a1h0g\nuoMlW6LRPavltBfuV++KooqR+qvl+HRrAVc5EqPOUynanboUp5deYMFVUaIY\nY2rvXJ7o0EtsghlHyBr0KJJU57YYgXhetKRXDUXHsrpL6+XwX6Nnk3XapxWJ\nvEAp\r\n=KiCg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","outmatch":"^0.7.0","ts-morph":"^11.0.0","pluralize":"^8.0.0","filenamify":"^4.3.0","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.26.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.3","rxjs":"^6.6.7","mocha":"^9.0.1","tslib":"^2.3.0","eslint":"^7.29.0","expect":"^27.0.2","ololog":"^1.1.175","prisma":"^2.26.0","graphql":"^15.5.1","ts-node":"^10.0.0","prettier":"^2.3.2","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.3.4","@types/flat":"^5.0.1","@types/node":"^15.12.5","simplytyped":"^3.3.0","ts-node-dev":"^1.1.6","@nestjs/core":"^7.6.18","@types/mocha":"^8.2.2","@types/lodash":"^4.14.170","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.18","@paljs/plugins":"^3.4.0","@prisma/client":"^2.26.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.11.0","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.3","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.4","eslint-plugin-regexp":"^0.12.1","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.25.2","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.7.0","eslint-plugin-unicorn":"^33.0.1","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.18","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.28.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.28.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.1.0_1625255993764_0.22910422624264726","host":"s3://npm-registry-packages"}},"12.2.0":{"name":"prisma-nestjs-graphql","version":"12.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"4edbf4515093a79c87ef2d90d7ddf01f5bcdd928","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.2.0.tgz","fileCount":4,"integrity":"sha512-7y8OOW3fnJHytTTps+aRr4InxpQFAjb9OBMY2JfLsEmdALbFfKP0lWHy9BmPMSW8meZObas+8UnmPvrDTwlItA==","signatures":[{"sig":"MEQCIF3YnnHVlobPlyJrR8zkMAZIkS2yyJzO5wEikzejHYRoAiAbkDmp33k2qpP62DRBWcknjUnSM7jLdTCDv29ndOesfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5E9ECRA9TVsSAnZWagAA7hQP/jZdYL/BmQcl9Php8qN7\n5wtxWvgQSjjdduPGENg4wyhf5oqtwkVwYLuVi4F/kzUFtj4ESlgOAzbYsKiH\nV3/WrOuxxVr30WcGcltYo3Ju/zzw6uctI0e2jw85hj7Pju6bWpxgywS7eC28\nA7PjuOhO/sDAu9U3OUjMtAgSYYK9sazbtfwze+EfRD4BuHk0hWcDKGzYBJKE\nXcYMqLPKiOCNAYg1LgS/eQVpvifZsTYALeZmOng6Xj9PwaNHS50GKkIe7Y5y\nPzjKEEz0p9f1W2+DNdwNJpXE+zI0KV5V8Ib/XM7wufLXP0aNAdC5JnVPivAP\nQLg/VElYXsg+62KeTOA/WuV4obBzJX579DqrHomuBF/ZEl1d9MVndHHUKCmT\n7GT0z0SveFq9os4D5zTEpzo0jBJlqCgB0xEe3crB6w7yF/6Cy7tPO1InMIPN\njO01ej90FxNpe1pwTxw9ItvvvaaVb12tOfC3cyRjysTa6hdlP7bkI8Zzqjqy\nRJngotLDjtMFFvbCsd0h3R+HjJYu2QeqORGVUZZNjdf6rT9Qr1kRFKa9qS0/\nWttjdIuOHDeLCxBq21QRWN7w3wo5nGIgxAnUKWQzHNt6Rz5EJBcuNrvPl7mO\nokZcOgzxAXpj5F4r2KzEjtpdoi+a1jIJxnjoD6WD3wdCpl4E/cOh/tnPw5Bd\naZUD\r\n=7VPE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"^2.1.1","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","outmatch":"^0.7.0","ts-morph":"^11.0.0","pluralize":"^8.0.0","filenamify":"4","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.26.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.3","rxjs":"^6.6.7","mocha":"^9.0.2","tslib":"^2.3.0","eslint":"^7.30.0","expect":"^27.0.6","ololog":"^1.1.175","prisma":"^2.26.0","graphql":"^15.5.1","ts-node":"^10.0.0","prettier":"^2.3.2","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.3.5","@types/flat":"^5.0.1","@types/node":"^16.0.0","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^7.6.18","@types/mocha":"^8.2.2","@types/lodash":"^4.14.170","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.18","@paljs/plugins":"^3.6.0","@prisma/client":"^2.26.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.11.0","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.4","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.4","eslint-plugin-regexp":"^0.13.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.0","apollo-server-express":"^2.25.2","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.9.0","eslint-plugin-unicorn":"^34.0.1","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.18","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.28.2","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.7.2","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.28.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.2.0_1625575236228_0.11722441255305815","host":"s3://npm-registry-packages"}},"12.2.1":{"name":"prisma-nestjs-graphql","version":"12.2.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@12.2.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"80e631ea5ac084d8da42278d1de5f6de38b2bcd6","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-12.2.1.tgz","fileCount":4,"integrity":"sha512-kkbG4d+jfA8xa1SM05MV6mCOE6eUVGGbQhvb/xr380sgHgIRbwOH7EvIY4c+gyjbx/eIshSy0GRa1X7MhlfUbQ==","signatures":[{"sig":"MEQCIHM1IYvhLrFWlftBNqeuUdh/f6fFRjSNxGCAnyhl0U5xAiAsi3ZmoLdk88L20FB98H/xjzKf0stk921rqM4OJhdxKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+0EnCRA9TVsSAnZWagAAWx8QAITdCMIecENn7C08dbT6\nNriKPFXKTZYKigwPwvEp5xePLQ8Git/7ozUTN6R7HO8yXvuVVJhrnR9a5YGC\nBiuxwkuY4DtJfBqO9J/JB1uovpz7XXSrUNP2pt6dzrBRgEMC3SvMelDjv+Hi\n+ll1REWsuF3G8UgZA2tjyWMr0qX7zf/drUFqSdTbltPSwE45R3SH57cZ147a\nrHSsFY0Z/1uxODcw3AvhPh3R7FhlyE0MdRQA77YksfAk4o1+Bjp/vu9inB70\nowLLPGo+kIaEejoD5nf+GDlIovnYpaXe9dGjBpDMZwU9PODgs46LeVp2DAbL\nsQnEXWISXJH+TYCaVlt+2rm7jwnvGbVZxIzFkHSeMuK10c9iiXAtdeIHD9Sd\nOvgsGL3dNjontUh44Y/9eonng3OxhpPNisSYYfRjVyhSnJ8pK1Q6AqTx+KR3\nRxpgfBq7TYcaOCM4Uvu7IIVl2671jr7CwlxdWUixnGSzs3smH00x5v7JYDvl\n3K0HvezMey/4fl62PKGoXIRkZUo7p7OhHobRKJWYs2cWxanGKOvhy6jx03WV\nygif00JeKrrxUtGQY3ArGI267z992iO/+p2V7adQviAXbDlSZwVfyJi654i7\n134qnzMOJ0QIQtXIAd/Abf2R4d4qbDdm6qHMMIfUvTKGWWSsDO+MI5ttThUm\nR1pw\r\n=dZmT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","outmatch":"^0.7.0","ts-morph":"^11.0.3","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.27.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.7.3","rxjs":"^6.6.7","mocha":"^9.0.2","tslib":"^2.3.0","eslint":"^7.31.0","expect":"^27.0.6","ololog":"^1.1.175","prisma":"^2.27.0","graphql":"^15.5.1","ts-node":"^10.1.0","prettier":"^2.3.2","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.3.5","@types/flat":"^5.0.2","@types/node":"^16.4.1","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^7.6.18","@types/mocha":"^9.0.0","@types/lodash":"^4.14.171","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^7.6.18","@paljs/plugins":"^3.6.1","@prisma/client":"^2.27.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^12.1.4","@nestjs/graphql":"^7.11.0","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.4","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.23.4","eslint-plugin-regexp":"^0.13.2","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.1","apollo-server-express":"^2.25.2","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.9.1","eslint-plugin-unicorn":"^34.0.1","eslint-plugin-prettier":"^3.4.0","eslint-plugin-only-warn":"^1.0.2","@nestjs/platform-express":"^7.6.18","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.28.4","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.4","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.9.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.28.4","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_12.2.1_1627078951766_0.10119124694935056","host":"s3://npm-registry-packages"}},"13.0.0":{"name":"prisma-nestjs-graphql","version":"13.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@13.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"6ee8ab6975c66c1cec1cea76864ca0a6b7581d93","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-13.0.0.tgz","fileCount":4,"integrity":"sha512-3w/RcPxRR1SsXoERJqp1ch8vs+DuhKzuebMiam8K8WDbhK9JhdnWO6faxPfZ01tWEEjYiaSP62Xtkl8qtNx87Q==","signatures":[{"sig":"MEUCIQC9rePLmT4w4Gfgvu4tdyttj9nLdb2jG1GXpJ03uvFGEwIgOoT2iWQYwVGsjSiEZPPHZO1gUC0vYYSIIFjPOpTGVjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKqPHCRA9TVsSAnZWagAAOdsP/2grXf7KApJ81AtlWu30\nnE01UJHT8bE+f2vD3tp+gHgJIeG+K8+kk8ER/0AeHhV4varcsbFHgWhG7WsQ\n6b1CXJMBuYURfdWJGHz00TRDDanQtCnvF9DuhGvLgkdq8663WASQNOHLDhlV\nJ/vYPT7KFx8p2oqBG3G6DeZtBnF6VaOzFdIlG/uV4kEALOCk0TcQmewMQoJ5\n2gilHIcE8nj+PgLP8ROMHFbcHh2TNfECN1db3Yn3Dc+DOhjXYfHWmvQh2t7P\n4tjSrcRSD4FLiueAEURE2RpZ/d1zzeFDoRUrNeuqGW+3cCNMU05jOyV2bLcF\nr68TjOJNj3/T4yGs3+96TdcsAdutDAAKVdIfi+FPfGwIvi9bXXg4LWgs1Bwe\naHBbvV/Hm+XF2htCH7SpfD/1rWtQhbwqwsi1/x7JC0AnzDmKBF1HRtKG5gid\nzWpHG4AMaLLoPb8eyt6qcG806KbK9WCRxhB2tshFp+QYTWkHsohkJTb5HHxq\nmMR+FTrZbqj6gVgrVzD3JvOzM0jyLCeed2TYT0RVIKkKfuCiV4PbpmumhFGw\nlItUhtOLcm82cnRwkNJcjdfhpi1uraoAp9ZEFLnLIp66e17N7zx446nbrgE/\nS2jl0kp97VpQxdu4XPnt1CXqmCZtbnZ+MsnqoZpnUjF6pi4Z1Pvy3ZbbzRIo\n7Ho5\r\n=GnXu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","matcher":"^4.0.0","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.30.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.8.0","rxjs":"^7.3.0","mocha":"^9.1.0","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.1.0","ololog":"^1.1.175","prisma":"^2.30.0","graphql":"^15.5.1","ts-node":"^10.2.1","prettier":"^2.3.2","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.2","@types/flat":"^5.0.2","@types/node":"^16.7.4","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.172","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^3.8.2","@prisma/client":"^2.30.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.2","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.7","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.0.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.1","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^35.0.0","eslint-plugin-prettier":"^3.4.1","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.29.3","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.9.0","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.29.3","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_13.0.0_1630184391170_0.6411862694316868","host":"s3://npm-registry-packages"}},"14.0.0":{"name":"prisma-nestjs-graphql","version":"14.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"49582acbea53a90e112e2c6175d41c0aa234b4f9","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.0.0.tgz","fileCount":4,"integrity":"sha512-OmbtMNofLpUwiwxo+CLlax3KehNI49TDHPPjS3XpjdtUSwwffUKlTjapTK9XoYgS5Vsv6b2fdixvADb65NzwgQ==","signatures":[{"sig":"MEQCIC0zwnHC/dEIGqv3yxoSWZq7PZ19x4AD9v96Gxpko5DvAiBhc/3Znp5rWXHy52m5PJE+lrNWjSCEGRaPi9jATw1/mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNm4XCRA9TVsSAnZWagAAfrwP/juQHrHzhzGdd3rdMYhh\nlTt/fIlm30eBnEiqq9KZPHNkpG2Vng90tLJeJhcivzX1BDPaBgq69A8KgL/q\n7YbIvITwe+YXbcqCLtRDobOOFvllGfw1VhhQ+B1RyngaJc+TBlhQYmuhJeTK\na0Ag2CKqkyDxU8z3tqtpqXCJhnYfqrTwynypt1HxCatLrbEs3oCdDkh0e8ul\nD9B+XANxbkEt5dL3wd10Urxlq145fOWME1Ypx50IF4ob1IusCOxi0jBBtDmA\n75bz1/XgN8dbrE6ISnVU1aBpmGy2c1MgX/7nF908VWrSFkB3ARSnfTC9g4Zx\ni7JyvXRbqYF2dJsj/7RlZz5SC170qYY3vj1rGiT7IyT7dkvMr1gFFLkRaYql\n9agtdACkcakPkTjsr1hW6mzUZGZd+YbTq86oaHjKGS3PMDVjkNO4xAvPxkh9\n2NKA1+0BiZG5djVk0wW62Qlo/QdQlTvmSDY0q9Uvod8Wf4QrFYwd7nZFMLcn\noatOKCpuRopHkmPU5xAsjDLUMz0AouiOak2Oyb5Ue9p0gpJ3oGhjsRQPWp5/\nqWVGTAlM2dhgU9tu1im8xUsVd2DHCoI/BYGlgNx1cnSCi0ZeJ5ULFzVuRTkq\nF7Hv/eC3Fhb/D4dGLHmYmebNwUSt4pHn60jFq1TgyM2gHnSe5srnGF7y8tMr\n60GS\r\n=UXSd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^2.30.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.8.0","rxjs":"^7.3.0","mocha":"^9.1.0","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.1.0","ololog":"^1.1.175","prisma":"^2.30.0","graphql":"^15.5.1","ts-node":"^10.2.1","prettier":"^2.3.2","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.2","@types/flat":"^5.0.2","@types/node":"^16.7.4","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.172","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^3.8.2","@prisma/client":"^2.30.0","find-cache-dir":"^3.3.1","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.2","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.7","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.0.0","@semantic-release/git":"^9.0.0","@types/find-cache-dir":"^3.2.1","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^35.0.0","eslint-plugin-prettier":"^3.4.1","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.29.3","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.9.0","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.29.3","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.0.0_1630957078807_0.7381906337529254","host":"s3://npm-registry-packages"}},"14.0.1":{"name":"prisma-nestjs-graphql","version":"14.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"9bab8983b89fb1cfebd9502641999eefdc6cdac3","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.0.1.tgz","fileCount":4,"integrity":"sha512-/5L0NjlklpKrcxxpT2t95RAjv+l54wxDttyfAWxCgF/ux6hNPppkRkOXvHlUoRXZ25sGJtlT5CHfN65yKgjA1g==","signatures":[{"sig":"MEQCIDcJoFmeyuBPAp4TNEAAfUS6DCPn04JOa3kmkK5FsdssAiBJ1LwZOl0s8LEfkwhIkgCI8e1r+bj2/tw5Lto6PqTi0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN9QVCRA9TVsSAnZWagAAuYcP/1uknfdgQloI5ThOyrje\nESShd3NsIWd15X0iy5x069rCcqpe8CPE0MBI4zoR67NO3HyPL7CMzeZVcbD9\nzq9eob70iJBM1tUiyidsfoPqQAATOjMUhwc6jFFbGD2sPQdkkOaMd7W3cCBz\nGb26ZkHqEHDyN8BJi8OFZjhLSvu6A4A4Z42r16mdIR441O2Ve8leBt4vURlj\nxj6lhmtnBoX23NEhlvLb04Dx+CTRv2KJVPMpFJ5RQ3Ri6bIRunHkaLahk3/f\n76nOE1YKFgEOr5/yhXXCofpxiTx/c4uKTFZLht+vDHFnbLCeeQu5UuYofaC0\nLcdT245BG5ZZ2DSIf0H8UVFXx7ANXTSQelVmnHL2aGvnv6Hq46pPhAorqPYV\nHdMutPStlvLoabOOZNfFFcVGbAmwjFAsrxaK/J4DWWbjopTahuTKQbCS8Qrh\nmMiZ5tbt8YzROGHmvU+KI9R78kM3JB0bLXVD1q9EddIitgj1MVNH9HQ2Ol8G\n44UgZ0PXNKD4uOkpZKEJhqdMKQbY9g2wklAq669mx5BV8puIijXP3jX5ggzk\neHRjX1KJFw71o8gT7iXdAbpMsBMFGJW2gEMeufZOk5n8TvbqzehV204yN3+4\nnzfuCcalriBih82Kr6VZFc1tkFQHsNxj03WhRHRgO+C/iJ8MvUuFKNgLvXG/\n5gzr\r\n=1gcN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf src/@generated && npm run prisma:g && npm run eslint:fix && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier src --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev src/example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.12.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.8.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.1.0","ololog":"^1.1.175","prisma":"^3.0.1","graphql":"^15.5.3","ts-node":"^10.2.1","prettier":"^2.3.2","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.2","@types/flat":"^5.0.2","@types/node":"^16.7.13","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.172","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^3.8.3","@prisma/client":"^3.0.1","find-cache-dir":"^3.3.2","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.7","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^9.0.1","@types/find-cache-dir":"^3.2.1","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^35.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{"@prisma/client":">=2.16 <=3"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.0.1_1631048725629_0.3191218944375904","host":"s3://npm-registry-packages"}},"14.1.0":{"name":"prisma-nestjs-graphql","version":"14.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"bc228bfe9394a2ee559f084e79774ee5ac0fd06a","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.1.0.tgz","fileCount":4,"integrity":"sha512-XfaC2waocIHtxYf0gcpR95YrbrZkiHQslccjRCcE0Xa3BuFEC9reJn1HZuqSdNH/QLcnCUwmXCqbECGlPXBZrA==","signatures":[{"sig":"MEUCIQDis/O32+7BNjXAHASGyvVXNXGuI50O4qKtY05cgFgEUgIgJoCmylWA6xfOdDTBvHR5oHO5TNhNJg6KMKdiJp+1b50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhPBOKCRA9TVsSAnZWagAA1LEP/2Sqwp52ZFykwoSZSJdO\nf9rq5g/9zBuvnboy/ruCCkP4fcGhWTfjMNavXDgYyC+A+nDWxmIjrvzLi8lU\nfHYFK+HuS64rfMnzEfTyaY952o1q3q2gMuPZcEGOOjyiA5XF74/oQ/WEgjXj\nhhFpzTC/8AMlyF9MyVBUNSvyx9cc05VMTyYk3irc7kF0+a3FJBpD8n0kO4B4\nrmAoSRyNW03CZXJ/LpklM/eEKeDxd9ytC6yhHbYLwZP2WkQVMC9u2G1z3uZA\nHTsrlWlWdlvy4bm0wnM8kr5q47L5NcC99gt48Y4bfRReqrstMNzPdutPDqzO\nCgI6SJUSaOfcUECWdFHWh8Xw1mXyskM928InSHK0UltyxJmGn+IAopPcAq+h\nmTeCytSBXh9UVzW+TTL52dGp/wIWnTY9TGwTdUzwyqkhzMvjRLrjfKoi3kg5\nfcJnd7NuBmSNyxTlT0/mzg7iPYJMbbfb9+wzWWrwdo0QeOdydzGOwzbBQAMg\nhTDvw46unmUFahi5iancLgp4EVX2TuVheQ+OUP6x1yJsqnjsO+hBNh52gC6d\nGElqJwxV0GDrWa36kRuOBM8ydtDxDAhnLjLj8J+S32lCb9Vp3tbXKxmh0caL\nKHHKbT8xFVBEOR1AjWjcC4/ZHZ2V/Ed6eKlVHRYLtsOUsG/WTS87Ef480tvA\nVL35\r\n=+dqG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"916dfdfa8ca0cd2a91fbf414341ecff0eaa50a0d","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.23.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"14.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.1.1","ololog":"^1.1.175","prisma":"^3.0.2","graphql":"^15.5.3","ts-node":"^10.2.1","prettier":"^2.4.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.2","@types/flat":"^5.0.2","@types/node":"^16.9.1","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.172","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^4.0.7","@prisma/client":"^3.0.2","find-cache-dir":"^3.3.2","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^17.4.7","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^9.0.1","@types/find-cache-dir":"^3.2.1","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^35.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.0","@semantic-release/changelog":"^5.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.1.0_1631327114583_0.956620696694712","host":"s3://npm-registry-packages"}},"14.2.0":{"name":"prisma-nestjs-graphql","version":"14.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"24c0d0e40e425757eb04f1d58bf05be4be9a1d1d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.2.0.tgz","fileCount":4,"integrity":"sha512-ippYkcI8i38hw/rWOKDcMuAk+QcgjcgFyOt/SIWEmyKghTyGGa4C5F8DB5w0PUc2kWoHw3o7Mc4MWOE5C3RZew==","signatures":[{"sig":"MEYCIQDH+gTNYTQIZB0CBTtCNtGVk9JzQwmTINXmTx76OknSTQIhAKgkMTfjVbkvg9K+RkOvvLV+UoKnYE/7BkCgZSBYZzsS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76684},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"1d9489a59fa46761a6fa6442500b9d8dbe3e5415","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.10.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.1","ololog":"^1.1.175","prisma":"^3.1.1","graphql":"^15.6.0","ts-node":"^10.2.1","prettier":"^2.4.1","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.3","@types/flat":"^5.0.2","@types/node":"^16.9.6","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.173","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^4.0.8","@prisma/client":"^3.1.1","find-cache-dir":"^3.3.2","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^10.0.0","@types/find-cache-dir":"^3.2.1","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^36.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.2","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.2.0_1632422313300_0.25981982841183915","host":"s3://npm-registry-packages"}},"14.2.1":{"name":"prisma-nestjs-graphql","version":"14.2.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.2.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"dbfc409bc2659596f30d73b210c3ee70c54766ba","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.2.1.tgz","fileCount":4,"integrity":"sha512-+mt482BvxOvw3G9DbktmZb+V0Pn3dyMrL2BOcnR5oPABgrgp3lr+LI7L+5x1lfaPT+/sD5nZv5mCxYlLYL96lg==","signatures":[{"sig":"MEYCIQC4fYdJEeyqmtmYe1hzeR4K0Tw7uAPOYkjPqPkd2hF6kQIhAOOcTaTPTF8eviiKFuXuKqyTtx05HEOO8qBfZz0yNraV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77139},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"99cef5068f8b2ab0def4058f9715b27dd5eb6aba","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.10.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.1","ololog":"^1.1.175","prisma":"^3.1.1","graphql":"^15.6.0","ts-node":"^10.2.1","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.3","@types/flat":"^5.0.2","@types/node":"^16.9.6","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.173","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^4.0.8","@prisma/client":"^3.1.1","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^36.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.2","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.2.1_1632493769590_0.6284807933489367","host":"s3://npm-registry-packages"}},"14.2.2":{"name":"prisma-nestjs-graphql","version":"14.2.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.2.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"fa6350367ddee07753169689a66ab46e0c195a9d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.2.2.tgz","fileCount":4,"integrity":"sha512-A8dgfGanaSoctt2m3dE3u1D+zlUaVAdK9UmyIO476stqMFVNGWRbeS2q/etM7/qtv0sZbcmoXN/aDUrhKagphA==","signatures":[{"sig":"MEQCIDdCgq9vbPSN7I+xy9Hy35WvjL299KP22QqsYEWWctudAiAn7TZcqz0xC0GNAch3zwiRTahKBcmo8t7gWPDXkgZCFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77383},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"52cd82cf5a751ebc2411c06ec4dcc5a6b62aedf9","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.10.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.1","ololog":"^1.1.175","prisma":"^3.1.1","graphql":"^15.6.0","ts-node":"^10.2.1","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.3","@types/flat":"^5.0.2","@types/node":"^16.9.6","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.173","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^4.0.8","@prisma/client":"^3.1.1","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^36.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.2","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.2.2_1632770551161_0.21774966452305566","host":"s3://npm-registry-packages"}},"14.3.0":{"name":"prisma-nestjs-graphql","version":"14.3.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.3.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"ab93a69f077a9285a6d85a39a0d54512cc0d01f4","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.3.0.tgz","fileCount":4,"integrity":"sha512-NUzyxVhJBPKM9awvdtxKCtPa1Leh0zbZf5E7S/g3K3eF/hoS6lIHZL1u7fe2RSOBdNHDszSkEr5FHemppjh0ZQ==","signatures":[{"sig":"MEUCICrWJHHPS/Oz9oQ2ty8EJC17PKZraRfRKTHp9bx2B5OAAiEApyU5tmM7hZjg1Kydj66BiDvkGeo09MhYkzcgs8NVaRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78455},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"f080490da88e4682af53a04e67943873ac8a22b0","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.10.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.1","ololog":"^1.1.175","prisma":"^3.1.1","graphql":"^15.6.0","ts-node":"^10.2.1","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.3","@types/flat":"^5.0.2","@types/node":"^16.9.6","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.173","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^4.0.8","@prisma/client":"^3.1.1","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^36.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.2","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.3.0_1632847603888_0.7665156169614058","host":"s3://npm-registry-packages"}},"14.4.0":{"name":"prisma-nestjs-graphql","version":"14.4.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.4.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"3a6469c6eff77e464f5c6810123b33b15c4666e3","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.4.0.tgz","fileCount":4,"integrity":"sha512-mZts1jFq+TEo3wtkKZfGEkHyD+HE72VHwgFKjWhohwkX3EcwvIeNRvi5K3sRhs4T/lExCbA2WuMmsllfC/uXow==","signatures":[{"sig":"MEYCIQDhuZc351mEgACRV2m5CjsR1Fjc+a+xgMtUOz02EQU7RgIhAL0yzenaPgWEAcGemEjLpA8zGGzljPHSx6YCjME34I39","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79783},"main":"index.js","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"9165ba75333bb21107c2322d1d8837a8b93cbf3e","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.10.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=12","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.0","mocha":"^9.1.1","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.1","ololog":"^1.1.175","prisma":"^3.1.1","graphql":"^15.6.0","ts-node":"^10.2.1","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.3","@types/flat":"^5.0.2","@types/node":"^16.9.6","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.6","@types/mocha":"^9.0.0","@types/lodash":"^4.14.173","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.6","@paljs/plugins":"^4.0.8","@prisma/client":"^3.1.1","@commitlint/cli":"^13.1.0","@nestjs/graphql":"^9.0.4","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.10.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","@arkweid/lefthook":"0.7.6","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.1.0","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^36.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.31.2","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.1.0","@typescript-eslint/eslint-plugin":"^4.31.2","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.4.0_1633022319827_0.7451061087106778","host":"s3://npm-registry-packages"}},"14.4.1":{"name":"prisma-nestjs-graphql","version":"14.4.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.4.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"a67e691b3c7c056f7fc7fdf40b31edf8265ae8e5","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.4.1.tgz","fileCount":4,"integrity":"sha512-6V055e/zcKSU/dLbAeRQvELqpKYCcOrBI46pPbj5lYZC/K5t3X0akkaO4rYgYzXfu3dLbDu6asx+fxEIQvtaQQ==","signatures":[{"sig":"MEYCIQCgHGjI1LN1HS/Zj2eyQ/3Z7ez5niCVRnTOGQxFWnFtqAIhAIWtqJkjL1NRWCnzKcOYnJLcyuRzWS3vJ09a+242gxcC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80154},"main":"index.js","config":{"ghooks":{"pre-push":"ultra test","commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"e304de195048c266020d0742dffff6469858c5c6","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.10.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.3.1","mocha":"^9.1.2","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.4","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.2.0","graphql":"^15.6.1","ts-node":"^10.2.1","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.3","@types/flat":"^5.0.2","@types/node":"^16.10.2","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.10","@types/mocha":"^9.0.0","@types/lodash":"^4.14.175","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.10","@paljs/plugins":"^4.0.8","@prisma/client":"^3.2.0","@commitlint/cli":"^13.2.0","@nestjs/graphql":"^9.0.5","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.11.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.24.2","eslint-plugin-regexp":"^1.3.1","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^36.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.10","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.33.0","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.2.0","@typescript-eslint/eslint-plugin":"^4.33.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.4.1_1633459630114_0.6968716628672309","host":"s3://npm-registry-packages"}},"14.5.0":{"name":"prisma-nestjs-graphql","version":"14.5.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.5.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"33034935cc8513782baa58695603742551c547d5","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.5.0.tgz","fileCount":4,"integrity":"sha512-e1l2rpVPkozgxyophCOvRNKlWnTWf1F8GXErKTum/XgQV91zsEycqOYd6skpQomn65Ki3k/EcmSwKgaeGPeEZg==","signatures":[{"sig":"MEUCIGcR7iIiUgYUBlgASqwb9fgDzECKKjmBMBO7ZdtUMjQvAiEAoVLFjonIxCGgewaF+9W2nrEuM61m3U3choWPw4iPLh4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81375},"main":"index.js","config":{"ghooks":{"pre-push":"ultra test","commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"a2a8d46f75c1aa2c52908089ece16d2d2f9321e5","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.11.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.2.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.9.0","rxjs":"^7.4.0","mocha":"^9.1.2","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.5","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.2.1","graphql":"^15.6.1","ts-node":"^10.3.0","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.4","@types/flat":"^5.0.2","@types/node":"^16.10.4","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.0.11","@types/mocha":"^9.0.0","@types/lodash":"^4.14.175","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.0.11","@paljs/plugins":"^4.0.8","@prisma/client":"^3.2.1","@commitlint/cli":"^13.2.1","@nestjs/graphql":"^9.0.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.11.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.1","eslint-plugin-regexp":"^1.4.1","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.3.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^37.0.1","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.0.11","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.33.0","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.2.0","@typescript-eslint/eslint-plugin":"^4.33.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.5.0_1634079829695_0.116633649714464","host":"s3://npm-registry-packages"}},"14.6.0":{"name":"prisma-nestjs-graphql","version":"14.6.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.6.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"6482e8870ebcf807d9c2f4794026832b22b26116","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.6.0.tgz","fileCount":4,"integrity":"sha512-ggSaaaVj126sBZR9Khu/fq1W5E4oA+BDe3wsAKl1tMs1nY1Bg+rwDqJB0soZKIF6KsrlCtIzPlevXcHfOIHbUA==","signatures":[{"sig":"MEUCIQD4hq0kWdUH8BLTrZ/Ve0WotcgKCV0zFmfin7XQhTuZWwIgSC8F4I2auzPnvcCvjsrAB8hO6AV2NPc5OGxwWNxtzpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82676},"main":"index.js","config":{"ghooks":{"pre-push":"ultra test","commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"8e105c0eed2caa4a4528f98cb55a1f62c06ece07","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.11.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.2.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.10.0","rxjs":"^7.4.0","mocha":"^9.1.3","tslib":"^2.3.1","eslint":"^7.32.0","expect":"^27.2.5","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.2.1","graphql":"^15.6.1","ts-node":"^10.3.0","prettier":"^2.4.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.4.4","@types/flat":"^5.0.2","@types/node":"^16.11.0","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.1.1","@types/mocha":"^9.0.0","@types/lodash":"^4.14.175","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.1.1","@paljs/plugins":"^4.0.8","@prisma/client":"^3.2.1","@commitlint/cli":"^13.2.1","@nestjs/graphql":"^9.0.6","class-validator":"^0.13.1","cz-customizable":"^6.3.0","graphql-scalars":"^1.12.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.0","class-transformer":"^0.4.0","eslint-plugin-etc":"^1.5.4","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.2","eslint-plugin-regexp":"^1.4.1","@semantic-release/git":"^10.0.0","apollo-server-express":"^3.4.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-sonarjs":"^0.10.0","eslint-plugin-unicorn":"^37.0.1","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.1.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^4.33.0","@semantic-release/changelog":"^6.0.0","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","eslint-plugin-total-functions":"^4.10.1","@commitlint/config-conventional":"^13.2.0","@typescript-eslint/eslint-plugin":"^4.33.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.11.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.6.0_1634394018961_0.06839736069647162","host":"s3://npm-registry-packages"}},"14.6.1":{"name":"prisma-nestjs-graphql","version":"14.6.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.6.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"c99fa95e0fb2e318a7a111396112f7c6b194c152","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.6.1.tgz","fileCount":4,"integrity":"sha512-t8bdS8XzQCi998L7nq/PeejzDT+jROoZD//7ocV16SX9PN2qgg91d/vKfvvNyqR+FYr1Yv99fK8BVRkA+vsqTg==","signatures":[{"sig":"MEQCIFyTI1MEGpNjoKEe/HODBHvIjRHvYSIz2vO5Jtgg1JD8AiAsvDW4NqfynsSjmBmtcbrZhL0SZByci/l5ADFQpxnRBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoAdgCRA9TVsSAnZWagAAKHMP/RkCsSBcF3bkH+mXmPk0\nr0ctQ9w/cZcNexPKCY5I8NS78VuiraUTbdEEQdzRa9/0gJmmkIwHpB++cL9p\nTlBBZ4LPj7xuErbmgRMm5of1MFeox3EUTWEOKmMmXFmoYAej7AKyRU5Z7Xn8\nuMZi6W8J0vjYEmh1BwoflBZEv7Hu11tTAKt7BIscx8yq+gO3Ktj+RmNz96y4\nw62BZENDHtpOVhTk+wQFBxyg+vninwXa0DGkI686K+0GOqZ/MKRsM67CgOW/\nRKDOMgw3hkNV+ljFQOAULkEbUNxqauJIOtoT/af+ToLS6JF805BQ+cuxYOcB\njCIvSjWPFgoCSVnMG1dVAjab4g8wCiG6X4v/4m//8+fmlkR46G54qTGEDw+0\nHEw4SMTQJ4h7am/yF0hIy6SOoLfczDizGPL7rn6QSHoK978IBQR428zXY1U5\n4/mM3Ygr0fc7lDDO/Qh7giK2UB/M4LRW5gRzjxVZ9nT0id8dONa8aeYYOFjc\ncLGn2GyKsn59Jnw9sHOnuGXk6ito3YugzJK8UeupfxECAhQGrjH/PvCQnX5e\nqu2Af9TkK6ALf5s7WMIW6OyZ8RXY97RHzxxlJXGgG3hoEJnk1j915vRfbLmE\nlp6eu+il683CIFxR+KWfx4r/e74LHdmsfN7YVQpl7AbJKr+erUo0xNNCXQSp\nps+W\r\n=8cPA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"3db57af0db1256814b5626e23cb3aaf7bd1ec543","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"7.24.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"17.1.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.5.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.10.0","rxjs":"^7.4.0","mocha":"^9.1.3","tslib":"^2.3.1","eslint":"^8.3.0","expect":"^27.3.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.5.0","graphql":"^15.7.2","request":"^2.88.2","ts-node":"^10.4.0","prettier":"^2.5.0","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.5.2","@types/flat":"^5.0.2","@types/node":"^16.11.10","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.2.3","@types/mocha":"^9.0.0","@types/lodash":"^4.14.177","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.2.3","@paljs/plugins":"^4.0.8","@prisma/client":"^3.5.0","@commitlint/cli":"^15.0.0","@nestjs/graphql":"^9.1.2","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.13.6","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^18.0.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.1","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.3","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.5.0","eslint-plugin-unicorn":"^39.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.2.3","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.4.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^1.0.0","@commitlint/config-conventional":"^15.0.0","@typescript-eslint/eslint-plugin":"^5.4.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.6.1_1637877600418_0.2604944659882702","host":"s3://npm-registry-packages"}},"14.6.2":{"name":"prisma-nestjs-graphql","version":"14.6.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.6.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"a16bac892dc8458fef0a79f6a2813613893db431","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.6.2.tgz","fileCount":4,"integrity":"sha512-54vSNg5ZGBgiBrVlJjFdqitk0miHJ60N37D3Q2awtTtXfVu4Ic5yLosC5XinYo3oIZRqd7mx1hGVaFp1k98T4Q==","signatures":[{"sig":"MEYCIQDr0gSHmyizFUwmA5jZJk+xdDlM6CBbh+gwlKtyG+EWogIhAPNacWSiJviPSl8HO3zLyIT8IYU2eTgcA5rKiEWzrOo2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEm7OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDjg/8CYlDzZBL2xP+ifLYIV2EcxmenLE3A+E8W89pn9r+34Gi56xU\r\nQh1l92kuwafmcCjwisiNzXrdthRgYT6zXkoM77w0XeztcuULi+GVF1L2bUf3\r\npGh669d42naqYp0PFNepxGRvqWAfyhINFxjh5H10LwLYoU1YKV8Ori/ryP6o\r\nWCtltZTlnb7P/ga87JYVeFfU0/m53H/Tm4NJRffMlmQrWa4NZSW5n1IfuWSj\r\ntercAzrGKUK74PLO2+a/RHXjX3kygruxrxnq+hvUYxQzpwYdmXvfEJ7kDP9h\r\n+umI6QNEVVkA8RR11D49Rtl297i+Ev/7PbLhLp8+31W+XR88Wou4E74dAzVk\r\nlu56NafgrjFTzzt+SNRjjUP+Iz0ee9OpHyAbvT95PRrwGcMlG33e0kmyampv\r\n4eA04GzbMwZbObO02Fj4v5f9pd6s/uxjLzedVU09YJCCBaSQsWTLc6Q3AC4s\r\n6GHfUbfkqOv1WqCJ8sWYWTIWvKpwrhSDZidqcHFP01/6KR2BfZr7JsK8LWAu\r\nBHe3TkImg8LnLLoLdnwAfBlsC1VtdPQTCqB+zIGbw9DdGzm668q18/Iw8HQq\r\nMDY/pYYHUhOjdmTVJYrFQBMSfqkcVGswzPiW70Olfiw0GlGM5psgECLnDly8\r\n14KinI0JqmvXjVWu7fRAm2m4bh/vJn+nTxk=\r\n=w9qM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"e578e09da34b610fac67a30a45f2ca2217866568","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r ts-node/register/transpile-only src/**/*.spec.ts","test:w":"mocha -r ts-node/register/transpile-only --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.3.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"17.5.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.9.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.4","mocha":"^9.2.1","tslib":"^2.3.1","eslint":"^8.9.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.9.2","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.5.0","prettier":"^2.5.1","temp-dir":"^2.0.0","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.5.5","@types/flat":"^5.0.2","@types/node":"^17.0.18","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.3.1","@types/mocha":"^9.1.0","@types/lodash":"^4.14.178","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.3.1","@paljs/plugins":"^4.0.13","@prisma/client":"^3.9.2","@commitlint/cli":"^16.2.1","@nestjs/graphql":"^10.0.4","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.14.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.3","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.3.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.12.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.12.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.6.2_1645375182693_0.7060907457142609","host":"s3://npm-registry-packages"}},"14.7.0":{"name":"prisma-nestjs-graphql","version":"14.7.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.7.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"8939a9c45914eaf5057d61b2cb0d69617263ddd9","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.7.0.tgz","fileCount":4,"integrity":"sha512-Ny1JfjgZBpg8++30x8oou+ON/loVB2SHAaMn4hVCcokKgFe05TxfrsTOGijc9IcTGUtzSzPpOqLiRa5NqqarMQ==","signatures":[{"sig":"MEYCIQDALFH1B+Mz2tRd2i8Jpni6rfTgNea2htf42VYmC/3v2QIhAIisg8HcSruyTShA1p89EgMByAwiWOUaNWw3ZCApCJM8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ0SNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmop1Q//XxtkW3MQTKnl7FFzdcwwT5IeL1rlwVRQeR0yCxn1vvKbCdmv\r\nk2MfDxUtUfRnO4vyGFUnxrmtu6cGquGNlsyFTzYAbQF1zKJTnm6ZgqwJ5EaO\r\np0FCCYmN4m+xUilTiiQlnZRTkWygPN406RSLi8vjXJpRDfWoV1jK4/yfIGF4\r\n/wsyA/5PWLN5s7LrXe3WC8jozo5jwxk1UIIK+yde0465inm+ruWj0Z9oHLcp\r\nKwjl2L9736DBPTzUvQnmKVMTKybsv942zSTPKjnzrRyTPZoXBJukoYuu8FF3\r\nmjB4xrrMoOdtsqJi+pRsPWCaI+tOmf79gWIO8VxBVdpRczEJ5b1tsgEKF8ZQ\r\n6fACiVuMfouNfYp4utyUr80r/HQ4CVM7E1wUIO2DLi2UJFNFI0pfG42kzgAW\r\nyjMNeL3BQ1JKxO5fnCSg9D4AMNvzYhF/ivD3milRJtcxXvD5OlzbFOHrmxiR\r\nRGBURf5DfDTuNyhltw0+8fWpGFPiOf0Yh7KJFHLq+Bi8pKKBr/RcTKRCyjU7\r\nIDcYzbVoNz5QNEKWEFrw2kEyvJsdaNKuyTSRaskvFd2aD0Jy+bAiL6FzgiKJ\r\nq/c3N/Ce9NSEFKyn2T3W0E4oLNNdToK1SKKorLISnCOoB7eQIyncV0HGNmkx\r\npbeBXIu5f0kQHcedUbSEMZAbIdMi2fVBhI4=\r\n=yUdJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"8822af12401f48b2e048f9fa83a927964396cfa9","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.3.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"17.6.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.6","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.10.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.4","mocha":"^9.2.1","tslib":"^2.3.1","eslint":"^8.10.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.10.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.5.1","temp-dir":"^2.0.0","@swc/core":"^1.2.151","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.0","@swc/helpers":"^0.3.6","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.179","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.0","@paljs/plugins":"^4.0.16","@prisma/client":"^3.10.0","@commitlint/cli":"^16.2.1","@nestjs/graphql":"^10.0.6","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.3","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.14.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.14.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.7.0_1646740621726_0.10596544973969713","host":"s3://npm-registry-packages"}},"14.7.1":{"name":"prisma-nestjs-graphql","version":"14.7.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@14.7.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"90e3a63a406b8bf1c2d4f329ad688042b9a57740","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-14.7.1.tgz","fileCount":4,"integrity":"sha512-vQz5XTrQ8nxLOCWS8ky5uKKOQ5gIJXmZVNKNOqfAjuobIkoXvKu0jUh8xcCAvkkG2XQUMoKUYcHdHl+HzUUzoA==","signatures":[{"sig":"MEQCIGcb5Q8bz5kYzrQ2CHCFsCletEOoBpsRrpSTqZ8TJ2z3AiBdOKlCze9dzvrlqcLohTcoWiVxCXEQD7rimEeCgnTHSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLQ4uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSEA/+OE1acusyQIAnpA0pTdoSTN8YJriHs3lj0WQlAgsk8kmUi7zV\r\ndZhwp2dVz0OkfnM9EHdqdcvP6vvpyizspbI+F0ulzs8Ayux7l+FOKY534w9o\r\npz/eS1FfUngLXBEECor/Mdf8ffL6kiABnM0XHo6Vv/qsc8a7C9fG2w5IInNn\r\n0pRppb1vnaKR47Z/vtfjH1v8PXEF7kQa2OfnbJ3KoE1/G4ssziQOax4pG/kz\r\n5j63sBNgyY7IJyEsglC8i5Dx3LJTOrZn9XdhBttFrLusqL/RNb7+iyL6T85g\r\n1E3wvoB1PjQXYBMYa0SFYQnvtxTkszKGCRypzZg7rqqd6mPnCskWnOhvrv3Z\r\nanA39w1OmEsuOrEajdpgZBT0IWFEJmc8/F7o/zyHRpuzMVQ4W3eWOXrLBDY4\r\nANpaCXd9hUTdFIYH1lN/mb8+SCKyEnUZEkFfEWF2YVI92+qYTPog0BPLZN4s\r\nRencQS7yhPrAJifNLXBdXdKNqq/37crixjt9+kDMQB4cZao7aVAkiDQsp5Mg\r\nExmp5hDGnxaG4DFUVd1zt6YEamQ4yDFgiwqh0s9TrZaL2kg4e2x+kMm7TlH2\r\n4aRaW8aaudh3LfMDj0wo0533YXGfZhGLWN/k+e05NKLGmMMbudxd0x123cbS\r\naFmBjAetIV7F4Uoou1KARgwa4xhyH4Q52to=\r\n=q+ad\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"97b05e81a4d557144aa6c898b41dcc41eb23eaa2","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.3.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"17.7.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.6","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.10.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.11.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.10.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.5.1","temp-dir":"^2.0.0","@swc/core":"^1.2.154","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.0","@swc/helpers":"^0.3.6","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.179","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.0","@paljs/plugins":"^4.0.16","@prisma/client":"^3.10.0","@commitlint/cli":"^16.2.1","@nestjs/graphql":"^10.0.6","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.4","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.14.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.14.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_14.7.1_1647119918297_0.09889968082161094","host":"s3://npm-registry-packages"}},"15.0.0":{"name":"prisma-nestjs-graphql","version":"15.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"1a829f36368c0323152a9721c829485fe1dd44da","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.0.0.tgz","fileCount":4,"integrity":"sha512-/PDKK5KNIKRs4lvzAX0oO++0ix6aRtKplrEoD4qvC0qyYvX2XZsul7kKlmKFXK6AizjMqGJNnmrCqCGMq8B1HA==","signatures":[{"sig":"MEYCIQDSlI5KmGJGIZtrY1m1lU9WHLqZXBVzIW5mXoQNl9rfnAIhAKq0eOahzx7KgxifVlo5g3/LtoOCfIeR9cYthzAubMUZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMO3NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSHRAAhSBqcMae8ptRJiKZnGSMShj/vdm6/ZLrZ94h6iczRKIP0AZN\r\naTFFNns3id1KvBKMJCkFni/H+XZwKJhAUqnbLh8VzVxmq19/1g0DggvBfn/k\r\nJ4bOUkxtPVVBsVYmEwn9maNJmZw6BJUZ6mmJi4kZO/f6JTDUyoT3YKvCJWOT\r\n/lrQ2Q7rnPe0Lgz/giEBCJ7dsRWBgj+60Vor1zI0RJV9t/RFcE9dsAUNGD9l\r\nWONoQh4XJQNbP2GXHC1Gew/iMsmNhWcIstiyiyg4gVRJqgbTTkqK82VBQYok\r\n9+jm08h14ZL/ueQjkyNvDYk1TY9NsFrS6az+PU6BRQggAzccwRbooycJkD63\r\nblIgczlCMwheHFXp4b7wXn5Vs416x4ehD9kV9Znarl2FXQHlmBHh606rsaH9\r\nMBXZIW6Hidn9NmF5VLiNcGayEgzUw9uXaab+SYCMhWIQc0qu1GksiZtHDoA1\r\nDSDKUDq4rKEwUC2fO2LMsbZXzhGIm4JHtwL/Kq1heLRGp726GdefZy0pW7KW\r\npyKofcuyTCrAVjYqKaVtTeEZ18gLt3qJzA+b/ZegctP6217mPrI1QJrrYm8J\r\n9NEgVeZqCTHKqMGffB0MBZrPsurmMKIYZbpyptWVMM6eI1DromHgYe173Kpo\r\nonZadsOWfTsFjDCbOO8S5rlvz4Jh7GA+I2s=\r\n=HjPK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"e678e8a2b328023c4d441a5df5c1e9c4f9526788","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.5.4","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.6","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.10.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.11.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.10.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.5.1","temp-dir":"^2.0.0","@swc/core":"^1.2.154","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.0","@swc/helpers":"^0.3.6","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.179","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.0","@paljs/plugins":"^4.0.16","@prisma/client":"^3.10.0","@commitlint/cli":"^16.2.1","@nestjs/graphql":"^10.0.6","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.4","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.14.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.14.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.0.0_1647373773184_0.2791700769845604","host":"s3://npm-registry-packages"}},"15.1.0":{"name":"prisma-nestjs-graphql","version":"15.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"index.js"},"dist":{"shasum":"cfbb82b75e6cf42273c5f2e46147742b4f864404","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.1.0.tgz","fileCount":4,"integrity":"sha512-dyd5bcO0Caj2Nv0C3ONPCGE88P5cjNDHmlotaTu6W+UGUAhy3GfVJRBsbDNn8Y/dqKduYwA37Us0WfEglqrPiA==","signatures":[{"sig":"MEYCIQCZm2D7EijXXbKA6uKU6NcqJnTGQtOyizX/QQgQ3BnU/AIhAPexvb721oLxQ1UJYW9RO8vuhdYzoETcyh7pkpCM4IXa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMkGyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqA6A//YJWt4Rn2Wt2/etB8m2IZHGx6Z7wrBd+PNNKAR8SVcoRdfAfl\r\n8RBLasI0rETPNbI6MXVQ32Mjkuhx9jWRJHI5xbBmx9HYCOJTG5R4ZS8F7+BT\r\ngliBmyhun10DYpIhB6B/6Siydiy3dj3StyCpM/Kp5YwyFoFWehFar0ghC9NX\r\nA+Kb0NvibL2O0DD8M8+lDTyXSS0fx2n0bKZyNAlR+xxMzeAQyzaeipyMUxEI\r\nOmgf6RsnSmLjBd6++SQ4NQxxknV1IkteJQFI1LjD8y0aJUIYnFDY8BYVtsa6\r\nP0n0Zn/remRhhaaQqGfSZ/i7uwzdpJ4eQn8ZoTzZBswEcPECFXFRKPOxsu7D\r\nYuz2HIotKQhFpvcA+ysLtnDZpomM6DsNI+E71g4tbkPQdg+Yjsa+TGymzWEh\r\nKgPaVf5/UrHE+gl76OcKvTD11AWYOkfJSXNpq6soo6Tb6jeTU0uYPTSImO6x\r\nhuR+3aVBabKhcuTnwFReEytgu7PUtN9Au+ncgqkpwVtCGsKiifvyt1hvVMCX\r\nti2DHlrUQ/yK7HMzhE3GsHezhgm2BYVMHF3eIpx/7QJv8/uCxpPIoeETm7Ps\r\n/9eyV9PHsEU9Km565408yXYqqkWV2fIIRhrGLfle7RpcR1i1EmGucFIaDGxa\r\nSbxC+l1TACrJTU7F2ljwckrHyjr6+cjaSJE=\r\n=rtOw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"aa50dda953b9d4c03add8dbdb30344595618b6a7","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.5.4","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.7","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.11.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.11.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.0","temp-dir":"^2.0.0","@swc/core":"^1.2.156","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.1","@swc/helpers":"^0.3.8","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.180","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.1","@paljs/plugins":"^4.0.18","@prisma/client":"^3.11.0","@commitlint/cli":"^16.2.3","@nestjs/graphql":"^10.0.7","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.4","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.15.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.15.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.1.0_1647460786707_0.35656037060056334","host":"s3://npm-registry-packages"}},"15.1.1":{"name":"prisma-nestjs-graphql","version":"15.1.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.1.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"8d0bd0afe00a791ab8f0068d0d73f8faa69be009","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.1.1.tgz","fileCount":5,"integrity":"sha512-+fCAlOoROXZorHHs+RdeLyIWHp+8Zmz3YZZ/Q9J3i91tlcblHOhLn0e8LCjyNKzECPV64zsheIc0BSqODNf8rw==","signatures":[{"sig":"MEUCIEFVy3DEJ9x50sZgSsLRRepyGqBwql03uYAOy/AZ+xWoAiEAx6qKikFAiwvkTghvNFdrgZfneri32uBO93ZRis3oX1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOKepACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxTw//b1jWBQWHLZyXPMPudTbBmUgXCwMB8lPlhwYILZ37wNLxBafY\r\neZ2GtGoNdr/pXYkpCmqcL8Y6xM1qN/S5/++nag8g5uFRLRpNQmU0bMNfT9b5\r\nwMxVG0pwYbyyssYMoWlwKi/EiZhLDkhYn5g8mg903EVm/Iwms046dvRciNH0\r\neIw6E/4zjmEGhSrHq7xwJLTA3PpXctima+rv/UXSpux7llcAHwvW5aWmu7CL\r\n+pe1oZuNVpW0VbxkQBVG8TKvu4xBmDnAHPd3HTKsV5wk6edhLObpHcZRC24n\r\n/Ndxg3MefvykLYpXsIDwVDcHI7ix/skjsYnkdrXhnSOaMrE3Bf32dlq9hLaL\r\njMpJhbyTavPSVEpr6xIpFkghMSvA4lEq3QcXN2SUbRFCDG8oAJZ00dnftV2q\r\n/IjZi+Gg8C05F9q2eQcYR3fc/jBZeUe2ivfZNEQ4CjIOWRnWFAG7splnLMuI\r\n3j9SS5RzcYZtmzX2F3bHCgQsg4KsXUCCpzN1e1NEhjn3tQiZFS9nsPC4v5f9\r\nAdlZomgKzNj7QMzyOA7xCBgGAo99z0pf7OuELpyYYarSTOUZtIAeEYHk0Flt\r\nHlL84MV09Khgf7elbfUn9ZJep4TYR3KUqObUDT+/6gt5QlV11I5yGBPmACBQ\r\n/ABfY+tLc2oJJn/cUDl/Vtz0duBMcM39/os=\r\n=//Y9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"c225488ab01e3090cbda4c1e02dbb2170c046a82","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.5.5","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.7","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.11.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.11.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.0","temp-dir":"^2.0.0","@swc/core":"^1.2.156","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.1","@swc/helpers":"^0.3.8","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.180","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.1","@paljs/plugins":"^4.0.18","@prisma/client":"^3.11.0","@commitlint/cli":"^16.2.3","@nestjs/graphql":"^10.0.7","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.4","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.15.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.15.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.1.1_1647880105170_0.5184597471003434","host":"s3://npm-registry-packages"}},"15.2.0":{"name":"prisma-nestjs-graphql","version":"15.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"eb4573c6bcd1d2873ee0a63bbb717e8949a7b990","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.0.tgz","fileCount":5,"integrity":"sha512-spHm4nhOrH9HLO+haaaDOOKxPAufZGCbfmcAZAT2hOS1pepsKF9DhSwbNPIsO0bhcruw+aAGVXp9YwU71wM6+A==","signatures":[{"sig":"MEQCIDSZqTeIP92vHsDjCb3JR7fFYYClKkD5Nv/Tx9Y1QAAUAiBe8prw1p63wWn1rqauhj3fvmzxflDbJupTEAgr4GGi1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPyjYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUog//QA/Tid/6wOPVZS9yNcn3wAS6czFblzzF4qlTeqacQb2RimVI\r\n7IQoaX8S+pbMqOY16X4jOXABmTCDK4xmUR8FcdAeZPvG0VAsgZb8bY7C5JYn\r\n6rhuFQTGlQmu/672DSeaMAV2jWJH5YitpwITD+l1FrZY4AWWjQB35JOKzuAi\r\n7btyiJ7cpQZW5cf8dyKBmAR8v1/ZTGsGxCfeAj9nqMngvNCDAjFQ1qctNzTG\r\nV0aeYOoWKq+deRjSJdoSPuTtWM99lAmaKA4drgZt+pH9Q3LoxSU58KYZvMdc\r\nWKUAkB5vi43i+5ft1kn+FZ/9O0iIfkZIf2hyBa1FPGTqTkN0nfJrf477TBTM\r\ntnBoICoDMBLfkzbDfR2Ze32Iehj6yUCukzWv2GLfwtkInPK9BRpPz06uqFpf\r\n4VrHpe08jrf0WBqLw1qBA/rzUaulqv8wp60wFbEpoYn9ZUI3l5cY97LXFyEt\r\na16oWbAqIor1PpGoEb93KhOT9bAMJkJPT4P4hgwpkzPx3r4TJzlFSrpouBMd\r\nSZb7ItAPcRsuECJ7nrU7FeOmtMa5NiwfNstAsDrAURiivjxyf5Y+htN6/8Tg\r\nCpxKxliGqixaw54pqrb4DFB3z7wnJcYVUkVmVbq1B2alOxdfjtZvlL6e5fZ/\r\nrro0Du3uvD/n+8R/LDe97bA9onQW3gbjLd8=\r\n=0K9P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"9483cdde511f59a2ddca239f4539d4407281638d","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.5.5","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.7","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.11.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.11.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.0","temp-dir":"^2.0.0","@swc/core":"^1.2.156","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.1","@swc/helpers":"^0.3.8","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.180","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.1","@paljs/plugins":"^4.0.18","@prisma/client":"^3.11.0","@commitlint/cli":"^16.2.3","@nestjs/graphql":"^10.0.7","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.4","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.15.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.15.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.0_1648306392305_0.7754385319073835","host":"s3://npm-registry-packages"}},"15.2.1":{"name":"prisma-nestjs-graphql","version":"15.2.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"2d9497825779888082bf641046bc6c1e2fb4b286","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.1.tgz","fileCount":5,"integrity":"sha512-UdkoQrLI1VtfxYc6MkAou4APqz7ZTc1E5qjRZynXxVb4JBMI9cIbxP9phZevIbFZ/qUQ8CR+uaP40usLNRNjBA==","signatures":[{"sig":"MEQCIEV5bn+5CHzxy1mxcis8WmG/e/h0/2Wu/YZas5BxR2P1AiBGwTUrHErY/2FIqwEOD8wlys0tHLGhkMIiOnDSacWeXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSbCaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnyhAAm+3pIwIPZ/+2/QG7JkYg1fjhWgVqmwWqAdcgSFZwNLI0SEVD\r\ngYhtiES9KBmKZ2ezGXvFdXtXVjbyVGNMD/uyFyJOugYe/nPvkmo+F0aIWn3L\r\ni+JQG4zPNMOPex8fzgtKnxoR1FByb9oR7GMLGlpRB3sobIdYwUYqXUqe2ij9\r\nJGdJtcB9WeWDUrnCM4qLqtGBCAchV3RP5uyvhnA+MQzqcDOHkGIeL1SQziDW\r\n/JF8/MukO1Xd4owFk08Et8XK1Xb/OkNBPoIC5Ym3VRSPy16lCEgMJ3g/5/fX\r\nqKucNlxrNa9ODN6txpsMwE4gKp0l4KuQ3NPzcgVXKXk7CVLh/wcxwHduMlaR\r\nCgCQamKc4E5+b2bURTepsqKQX7wcr6nrcazy605fbMIpHcNBb/0hUy3pVuQK\r\ncTKU8rBOIj8TBi3L4koqS4lu9iX+R+B9NOlI9LC5Z6bJyLNzbxjZWB26KZk5\r\nlSx2gNGnD4t86M/h2h8JGklBHxZYHurALyWeZDzDoTFHeWa/7yhmO64Ii29/\r\ncEwLTxloNrCbB9WCH1x/H4ojVJltN75y8pwjgF7LGz53ODKsfU8G/gTEvsep\r\nq7t6imh02xEa/l5jm1PpJe+Md+EXAbVBFcrer3cbK8RKGvYaW3ufn0axeVjW\r\nXtyZhNa+jn1nQCJu7+EveT362ghJuy+HtF8=\r\n=CUpM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"6381d04d952bebc14206ec9b06e1295375faa387","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.6.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.0","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.7","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.11.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.11.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.11.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.0","temp-dir":"^2.0.0","@swc/core":"^1.2.156","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.2","@types/flat":"^5.0.2","@types/node":"^17.0.21","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.1","@swc/helpers":"^0.3.8","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.180","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.1","@paljs/plugins":"^4.0.18","@prisma/client":"^3.11.0","@commitlint/cli":"^16.2.3","@nestjs/graphql":"^10.0.7","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.15.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.25.4","eslint-plugin-regexp":"^1.5.1","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.4","eslint-plugin-unicorn":"^41.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.15.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.15.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.1_1648996506035_0.45285497629293814","host":"s3://npm-registry-packages"}},"15.2.2":{"name":"prisma-nestjs-graphql","version":"15.2.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"8b79b7ac6f5785021e9f3e6e7ba6f50f62dda6f4","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.2.tgz","fileCount":5,"integrity":"sha512-cA9ntrVOoosWN49mEHkAOQSLWK3zioqWS4DSY3T3w7ibA7re6cNyNkl8S3u0pZlXZr+TlxFtSesofdMUhwv60Q==","signatures":[{"sig":"MEYCIQCzMd8qP63ts1FYkytNIVhqE3y+jFS+84NwF1e5/xOA/wIhAIfJaeRo5l7u9adl8rEUMnyOH9vg0DlC87fLHu/UfmGQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVcXOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmra2A//f8/fzONof+dRG8Xpsx0wQNl4gwajObmLKRPutDjBCrYSfYYL\r\n/3o6LtLN6l7pfRO8i3euRuKerGAkmJCQ/TWDtpS8xCXfBt0fS+jCeEiJL5Rb\r\n7AOTxSuzOroENJuhvuP694qccmzDtSKNnf4/7/Mzqjf5bseDwhsu7393fNDU\r\nwtGJU7DZf5Wd/3x9OqVv75oAoDuOTeQswNNSXgQOGA7uuwMKLyV6FB2HYbam\r\ngaAmtcOBViSx9pNKa9eOWPjixG9f3xNyRIlAY8LFMS9MfMOuCfWxfZpJofMB\r\nt7ziKrxAejlIEossadTvJrrujoAelxf8HpJKKj25GQwRuS0RI6b/+O9CjYFh\r\nSYKC+V7q/8TcAUSRboroO+UU0vmjHbHSfcqtEyG61ATAUQnj+HMvYtLDtF/K\r\n/Di1CNvOSxuo894zJzB5rW+8d+hHlD8poNjduWwv3tSbfdry74juDuqoT18I\r\ntSUepmPw6/mEbl5KMiAGkdjfw53/scmj98AF5ueWirFzawojWWMaAGrGIHnY\r\nYX/MOlpmhqUfztsRLHnfs+G55FyoMC5yp6S6UrQT0wjumMk9NaCs+y1Gnbku\r\nx7l6tj71X9OH4YdhEF6pMvF5WRfUGMAuN0ZSmPmW4IPAobezM81YR3gi95Ga\r\n9sBgxQOKEqBzjJx8hQgO+RMPx6bwDAj1LYs=\r\n=xUM6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"4ead05dc37a37c3abb10222fb790d7a037473a12","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/_mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"mocha -r @swc/register src/**/*.spec.ts","test:w":"mocha -r @swc/register --watch-files src/**/*.ts --no-timeouts --watch src/**/*.spec.ts","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.6.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.2","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.8","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.12.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","rxjs":"^7.5.5","mocha":"^9.2.2","tslib":"^2.3.1","eslint":"^8.13.0","expect":"^27.5.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.12.0","graphql":"^16.3.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.165","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.3","@types/flat":"^5.0.2","@types/node":"^17.0.23","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.8","@types/mocha":"^9.1.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.181","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.12.0","@commitlint/cli":"^16.2.3","@nestjs/graphql":"^10.0.8","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.6.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.19.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.1","@typescript-eslint/eslint-plugin":"^5.19.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.2_1649788366157_0.7563125989620298","host":"s3://npm-registry-packages"}},"15.2.3":{"name":"prisma-nestjs-graphql","version":"15.2.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"21292ae86144493d9b45900167850e89acd0e0ef","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.3.tgz","fileCount":5,"integrity":"sha512-TV9Cxt5DoP/9kcc944/LutG651dUlu55532x1XA1ua6casg2gUueuznDpjA4Z1mKVdr/ETm8dbnVodvWPs0FvQ==","signatures":[{"sig":"MEYCIQCFCxB2zyieiqsPHgJV+YWDqa6DssbfUTpP0MfnNWAbugIhAOhhVY17IBrPc/t2Z/pkOFVoDyW0H5inueW/tOBIUVOx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJib+8bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqr5Q//X/EIBxHkAIbAdDcG8LpZzbp4tZtuCdav3VTkzAFoNh5jP330\r\nCIr8HvVAXUn2yfSdeHvuxLGEq0pgZE8X624eeJp/5PTf3GOSHZzZx/+5UZ+o\r\nGilabH7L0ZWsWgD7JdJqLv6Z4OjFkZatRuvQkwSzs102GcUa/BvgAKXCahfe\r\nOc9vCfxZLniliqEYLNMCKbZ5ausH1/vMNldVD2LuBOxAruqsooE+LjA+ctA6\r\nliQ0cskjhBJK6GVQZZ71RjrmsHqAzERVqzBz9t3mpzaPcXkZQvSCr//xGTtm\r\nO3+QJE4a+di6NjYvNhuGOTgxuzhB24zE/Bq7wzCcDcK5iwpj+k1xkKa7VPvC\r\nVJgu00fkVv7sX6vsh3eqM0FQZqWU0YqpmmIBU1CL1kCAVGr+F6Aa6dstN99S\r\nNPwfuPjyqlnu0WGVGehglYkvvx0J6gCDb2tDU1lTNAYfDgBi4GxupDf/9CUD\r\nDNmcvNvyrNurSkUJ0Hjot1IRsnphQ6RkHdrQ+DDcuuscm4T1DTHMytleY/Mw\r\nwv6ZTix46h4TTPs55vBskQQShXAJgBzuWBUjLS1/EjLLcnALlocUsTvnVYsB\r\nYMWvfXXCIJ4UBFqhZa5PCo8w/WWe/6/IlkoYdOR4vhP8NGaJN8ljOhkjgAfN\r\nVYDlcn2CjtgY19W8dUA7P81/RkUfB2M6ShE=\r\n=+74V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"271abb08b46772e5f6378de97bd60f5b7b2c53da","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.8.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.2","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.9","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.14.0","expect":"^28.0.2","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.13.0","graphql":"^16.4.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.174","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.10","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.13.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.10","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.21.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.21.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.3_1651502875477_0.11517478003832182","host":"s3://npm-registry-packages"}},"15.2.4":{"name":"prisma-nestjs-graphql","version":"15.2.4","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.4","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"327e1ae7115e5c5a084e5b5e6f5f7dd4de4d716c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.4.tgz","fileCount":5,"integrity":"sha512-RGYfblMfZGSCP1kldliOlAPCfNPURiQ6WmOA0BCkiu5HnBB099wu34f6AziVLVGRH1tWbKef8w5h2MGR9YKGfw==","signatures":[{"sig":"MEUCIQCjlwXFUuuVkebS9CeCJrV4mELMIjbztMFl3t7lxV9wKQIgA4+ynF4vfpxXBO187rGr7s9HGSvOF8B8ba6MKpH15z8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJib/WPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9+xAAoDtS/yAOE70N1ScuoT+Acp10RTkiRku8xpRGzn1Y6sIvuVwf\r\ngAu05hrygqXZH8SHv5GMgNi6dO1l9cApUceRdxJTClwx+8lrBPP12fSIkqAg\r\nyQJjMYRpCFJodnnVbzFCvP5YjfPmKrtxf959aoO2l3d2IRppCTpk/S4mz0DN\r\n3h5TqmiMi6U8DxTC2rMneBchT2jJ53CSmWpSQQYFSdGmdJhsJ/Zz+jy7lyh+\r\nB48Woi4R3SHN0qGNIvSARwzr1lOlgqDtXAXiEB6CMFQafLyjoZ1epAHdD5bm\r\naw5N2mWC+k6PlTdA3JlXkyCdDjOCO/JVXwRG4UuQEYoB+xxzeJoniQ9UjSYf\r\ngJLCjfkYvGTtar3SHQ8mjdnRUBx6zpoxHO6NWcxvko6oFOOsFlqUisOt2I9N\r\nlNB8w3qqdSNWA+ay09AtmXilezwtND3ftd8Nb27VuH0Nkc1j+bbGoqn8OEIW\r\nFpeNSn94RXugtpmpnlCM2s3QelLYB4tUkO8u78/dwa8NM8qZPSCjz+sgUvJh\r\nXng36wa+WSYYnoLT6cE8kilSVIBGRWtqOaQKRBkQgUzgEOaEt1c0boWq2BYF\r\nrrywBDWlmdJnhyxXABiJUNOM6VoRNhSYteb/pKcyQBSDYmPuy1CxqX+jW0+F\r\n7Y7kTvxbO7lrgTJgibEMjcK5OsSl8tJKnrs=\r\n=f6g2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"994acf3e81dab88c6ecc08bc244602015683d31f","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.8.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.2","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.9","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.14.0","expect":"^28.0.2","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.13.0","graphql":"^16.4.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.174","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.10","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.13.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.10","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.21.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.21.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.4_1651504526975_0.11199459806851575","host":"s3://npm-registry-packages"}},"15.2.5":{"name":"prisma-nestjs-graphql","version":"15.2.5","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.5","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"a1af5eb66f6a92d891e1286eae5034e4641c5611","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.5.tgz","fileCount":5,"integrity":"sha512-eLBpxbm2dv5uAL6h1jqka3lkK3h1vWROu6x8OKrQCthccjOVE2e8iOAwjib2wgVfHklpvH2yxJQexjcCZWGCdA==","signatures":[{"sig":"MEUCIQDhcsVMXffeeII4+LDWNGOWLEQR7qDNhZ0C0TaWtti4lwIgdjtrwHmwMNhfOL3mczSOH+voQ+oarjPEmwFAe5j5YXk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicAdTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8Vg/+IG0lONi+kOj+mkdIqhNK55ZaCV0JwbvmTL2pZPmCO5dUkUbw\r\nMYXz95WWh8KdEdz1GRuHr8C5EqI4JiH6aF1IH9fP5p16lAbNH7QUy0Wq7yrJ\r\nBy0gn2lVI6UYuEHCYwQ2NsSxKGxqsvqe3NmLMKQkd/R/qaHDF5LYSvSCN0nX\r\nHyX4J5Z97H5Xq2/33wUDeEVmxnpTfY4vLZZylA1GeZd/BEVkU+Jg5nVyzpuM\r\n7Vtw2vzl7h/k6yZTnh3l2/+Hv7+AvBqfyffYJDXsh0NpW5W4gkLyrYxICZxK\r\nRY4Psun3iql+LroZipaXA00w9rSqeCmOuJmXSqw7arsq/CBDoT/ph136smxS\r\nzKhlz34TbtdsnI1tpgfysgzHzqbdRyE5mczd7FtVPVGOFAhW/k9C8tb06Y3V\r\ne/Ee6jix1XMcHlOcvEtrtl361gFmTeADeidVupOketC8U+Z1KjmjobJrHFX2\r\nk4xxmn53y+v1ZOwK8mtOpT3wsxrjc1SXJz0dfJF6ndRhnb41G+m3mkahMv2g\r\nEAsIrjAXh3kpHc+AMzc+/UbfUfGW2Ghc2Kst+0OzFHKjkv+uNVhB5HpyjL1j\r\nvcNp/qxJv88Ej5vVJSE+jN2UvIY5x0QBShPPuD9K6/ODf4MZYzu9ejd+hOnz\r\n0rLPzuDqkhZewJuy9FBx6Z8a8x0mgPPBHmg=\r\n=Rl0w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"4f2cb69b349fda560b5a83780778ad2f8d7594c6","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.8.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.2","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.9","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.14.0","expect":"^28.0.2","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.13.0","graphql":"^16.4.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.174","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.10","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.13.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.10","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.21.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.21.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.5_1651509075588_0.49737946463844196","host":"s3://npm-registry-packages"}},"15.2.6":{"name":"prisma-nestjs-graphql","version":"15.2.6","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.2.6","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"1164326e4a2be1f649771d4e2e17ae97ba4a0c23","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.2.6.tgz","fileCount":5,"integrity":"sha512-0VNmmdh6s4xyJSmHRzpkgPfMZX2noe3zIkSNZs/d8w39xTf7qgNDLEFQCPfhNANywe8FKHlu8l9XxWiRrKD7Og==","signatures":[{"sig":"MEUCIFlc3vm+Ce0/o3qAcy8TFGN/slqpyYoKL3FTBad/XYFLAiEAvGYIjeSU7coiQvrUYa+oCC5GuRmzy1Bef0O7hVSp3os=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicMOTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrXBAAouk73/JPm/GWEcZJ2o9+8+GhLSj0rRCfDrrMV9A80RXhrYUc\r\nW3DwY56jmX0pX4aDmVsjciaPomRJVry6OuWLjXng1DOBrQzuTiEo3xoMOsbL\r\nUiCoXg3pTA2Dx42xK5V/u5rxnMK+7i/33xj1cqoMdlKRXuoZI0xiagiSQ2oL\r\nJE1DcRQ736KpnNq38d20hC7nLQIl8OGT61z/IXUBxHneV9geCBzuttl7Bl0v\r\nnNWcDNUQuWRiIjEEvD0UmW+DYKUR4RnPCzScboBq3OvB6LPDSzaQmswKlI1+\r\nxpHP1Z0+eWpWklQ/CnDVYfKe2U/ZUhGJbYhOXunUFGRefE08IRt3YzLRStLW\r\nX8TGzRObxAC65/cU0pAz9IYTHXEBTeLT3FPxiOStU5tvMFeHC404MHtmgduy\r\nZEDUjP5YE07E1mHAcztrDPKXbdElp9mJXXOWtuyHYKleZR4Cd+Z8t6MTq1Si\r\nRw19UHd+tdpa0Dn/feXMmu9kvz50X7LVbKjwMzI4MUYR9Mr80KLC2xuJH5wn\r\n2b04rppKrGXSO0WUYdR3jxjG8A4ef3QW++KURS8Lz/H2/1Wje4Uj4qbgsK3v\r\navHcb4HCkQSBkFMmBZDFK0yfaA4RSv0A4NjD+giRuESHqnej01+FwQvKW/Fg\r\nAsldPqEljhxl4IYm5dY3S/alV7s9B48sry8=\r\n=9h07\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"197561b6e11dd2679c3c0e6b692815d748985b13","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.8.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.14.2","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.9","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.14.0","expect":"^28.0.2","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.13.0","graphql":"^16.4.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.174","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.10","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.13.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.10","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.21.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.21.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.2.6_1651557266868_0.319048450295633","host":"s3://npm-registry-packages"}},"15.3.0":{"name":"prisma-nestjs-graphql","version":"15.3.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.3.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"b531e0a576a01bac86a86313bd55f9b499af1560","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.3.0.tgz","fileCount":5,"integrity":"sha512-vR/AHhP+nAMDUWL6C4UVRCczzQ4LeXUXVuskMR2QKElyu0xkVMn35tcuckVv6oaPXR91rxGOvjmzWYeybbRRMA==","signatures":[{"sig":"MEQCIBJ08ZujoZzzwrYvtjTmF3ipfJoVWLZeNuiHpXmj2MVPAiAdgm/XVo85eY8q+KkzpyAvb0Tgvvwp6EXP7cJLcIcBug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidTMLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEAQ/+KmDMGbwca30i4ZBf/nHMxLQIV2H6RmvoTAt718EPjvkjBpJ9\r\njMlfpGoV6h/fxnvZGsVPDImN3C1C6Jm6Tar15IHsuG454ehh5aeztiPQUK4s\r\neHPsp9vQPBTiqrRQ057Me8WlHSfnaT6iaaMAlo7jLTj6gFULYOTjn0SWSGOo\r\nK5jJJhas1oiQ70C7qUzqHxmjH8mDTmV4x5/DGBWelr8lIda8ZiGduLgC71dp\r\nX/J5QY7rTJT7Hq4dSKr7EgAuNWqTiHxvodmrPCPE115Bh4QTn2Rz709vwxFN\r\n2yT39n+LMkEQ8RNjBMZPMUTYE2Rz58PTHU6xgdHdpSRUqohsR97JXwu4yX9Q\r\n5EESihBKTvynTXGKpgzd5vHA9sZYiaXVdZbvQnFoHFlNVNzgHq+qwfmY5x2D\r\nmeTrLGPSbAI6HiCiFWPUdKVMioQCngFf7JZASH+9NZhNPHBNR7f9U8LW2QMK\r\nTbyALTw2kQNeDdsMieF3L/xvs6eakxMXWFmKuLvK5KQIkU5E/cocC7I4r2fH\r\nICuqC2Jqm9seIRypcQhaMQ5LMHaZSpKg8te3FavImtZWODeN0GM4PMNhDe8g\r\nkE1cxhE5xaCxRAwAEccB3DPKlLlR33jkUuKXyl0afhPqwoemYXRQ9UF1ztN2\r\nbgHSPZyX2LPqXTAENEKPIel3UGonOo9dGL4=\r\n=dhAX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"2a62c8dc4e2a735ff8e3c9c444a51c56263e9def","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.9.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.9","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.14.0","expect":"^28.0.2","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.13.0","graphql":"^16.4.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.174","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.10","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.13.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.10","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.21.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.21.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.3.0_1651847946966_0.35263754391898683","host":"s3://npm-registry-packages"}},"15.3.1":{"name":"prisma-nestjs-graphql","version":"15.3.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.3.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"fee70c44c14952fa18b446cf0986064c7a1732ee","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.3.1.tgz","fileCount":5,"integrity":"sha512-0b2gohYtqKEtlbvuPh1L+XCLb6YX0k/HPKSBb94JgIzD5pRQZ2SOmpoYPDJks8HoG9GLm9oaBNBdSuwX7xnI8w==","signatures":[{"sig":"MEUCIBdpzXJmiWA2gYtF11an7VwUMQy1H4PR4pPothqU982DAiEA1k4AUyPOFpYLFxVo8ZYYRe6wtImIGCCX/uHXGAuNTw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJielMhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpu5Q/+LelmBJDMmbG7Yd4BBvUAEEEkonQ7DBAeFVFO7OpEeBoxVAqW\r\n/KehN1oWsqXElrDl/RsiwE6dNOaNIjVzj3ZgjPGslQ2wAPupjFnCThtxZP8L\r\nt5hNZSLnm+wViMAtZvstczNCeUQbP9YcgInxZUJ1y6yUt8uctf3WfntIsnIh\r\nHkdVRX7tnt5exsQgwl9tgrSL52AZqqvoMl4mswfQaxgnO4O70a6KEiHsr/BE\r\nIKjqZhV3sAR7NG6IP+EOa4mYCBsCAKSFloPEw/p3CLwSYJ7qkdFvL9zmMRGl\r\nGuzY/naTiDIsQ4QMItj98Pvygqinvo11DBk6k1ya+o9Ml9Ef2h5oq/9ycZ5x\r\neAhgFXQkh7BxL/3SVawBtHiYLLs4fnUVMtW38dgpcUIUB+0TMl441+TnlAt8\r\nqU0TBFl8rsxzG/Z0sfb4F97WH4EDb0kv0t+ADXxloDpHkgnI8ypO9GJyPWZl\r\nBz6+Zhejvt2kcPuVjlJ+ZMuIKuZH11toeHsgQQHOg8OrzvepoQkH4gbb7UFm\r\nNhYnplDLJn2vPtRAQGK3/eu2jT86bp6uvzhQoEzsnIkcZhA8U2RvP/M4YHQe\r\n2M2yd28QmQOtQ0ZLABM56ntNr6zP4VDgJpOkyA9kE/XT0KCWg6YEp+yn1qmV\r\nDdDHfuNh7LCpYbHIWQhS0DpdO9KMgyh6e1o=\r\n=Jpbg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"5cba49cb7aebbda0bd706b9ec58e8308c16dae67","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.9.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","@nestjs/apollo":"^10.0.9","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.14.0","expect":"^28.0.2","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.13.0","graphql":"^16.4.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.174","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.10","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.0.18","@prisma/client":"^3.13.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.10","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.6.7","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.21.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.21.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.3.1_1652183841394_0.3637267000505866","host":"s3://npm-registry-packages"}},"15.3.2":{"name":"prisma-nestjs-graphql","version":"15.3.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.3.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"726ffdc560577a81c75b72be3dc426e24c5d696f","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.3.2.tgz","fileCount":5,"integrity":"sha512-SHkitT1v9RW6zRmk2IK2QfIS0Cg1NwJfvM8esSaqF0fWgD949miGNZ4g5FSKLuGRLHlkReUE2YWfwE7jc/0pUg==","signatures":[{"sig":"MEQCIDok3xMKj8h4fVhNhp8e2n3b8Z/IWmwD7K4dgJ5DylUDAiA8kQ8stGOSMYV9r/2Ga+ytpuIZZKYkQ4MGrGhUvMkfuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiipTaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQNg//UZAk7p5ppwKDgP8i1RxZC+/NFgZR3X8cgL0scyOPBenN+sv0\r\nbEpZsJizC7iP7iWf7c94kQkqOHdZO7vMINkzrPyUMsTRsOA/mrpNlWzqZ8/m\r\nExVbYZMHJE80SR0iH/1PF2i+7/IKYpys679frpVOUjPyXaQTRYd+TSNc2rQN\r\n6Eb9DGMwC2epzoiOtmjil3q48/YtU94U6UiWUvmOVImqUYHlrDRGvhQ8Sk/7\r\no6PrsmyDGdaN+QXGdCDLZHFNk/oE60dPSG3pEiJKyXm8h/ymf6b3BAtIPv3e\r\nAQEH5JTuQ6XjSGfO7N+7xXC99qvoVCQAkalhOrQHFqvhOnZNkIJyTzPi+lBX\r\nxm2Dr4KcDOeIJf4F2RVM+jbSQAKAgFi+OayonbDIrZ8nN7hi0vOy15Mp/uXZ\r\nHlvsSCuHaHHPSfcwbljQVEoh7gNrg8qknLGqxGOeC6FYrDcXpUzAWYuE1+OL\r\nRXalCx9nKLHRBKluuxMoA//IKdGMSSGYZWnUEKK470/F1Y9/Mh/9N0vmn0e+\r\ngMoAaxjtZmmNNFJkpYwK47ygeogUVBJc0KKn3NTriNUKp6+pgW31l2R1aS0B\r\nNEPZHK97WXxeam4pxrHP/yU6cNyLw55sHua7BtHMDsN5BySX9TU2MkOvySY+\r\ngx9pOy/RovPGANqzNG764afhPGB043VtBds=\r\n=5IO1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"4be5d49cb3e5fd384751d5f83e9d034ca89afbab","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.10.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.14.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.15.0","expect":"^28.1.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.14.0","graphql":"^16.5.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.181","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.13","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.0.11","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.1.0","@prisma/client":"^3.14.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.11","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.7.0","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.23.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.23.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.3.2_1653249242672_0.21044581029101406","host":"s3://npm-registry-packages"}},"15.3.3":{"name":"prisma-nestjs-graphql","version":"15.3.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@15.3.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"c9ae284a432aab45e3c666f5fe078a84f58e7bd8","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-15.3.3.tgz","fileCount":5,"integrity":"sha512-VJefHjUUplFdfH/3Q5YjM8vgIGWG48837H2Tbvqs9OFrHsbOppSVv8CcXJxQRh/MaOzcg5AqrePAkOWG06cLuA==","signatures":[{"sig":"MEYCIQDGDgc4K0Ly8QWy1U0/4NJwunQHrYiMgte7WTTvfloxeAIhAMBb4lM9tzoXM7OXC149iC/qjSJOyZiAW4Ci1iA7KVJA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiqrqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPog/+LWNLd+hz726Q8LceJx/AQ8+Xeqtn+0SfBWTUV5eamEIzAX0W\r\ngF1nMtocvDIdzzi/rhiMLun7YoX5pfc90kPJ/9rtNLv4MCMlqWw3Y7Ps6hDn\r\n5Gi87VjLC+aQo3v4m0J8CiBb+d1FijLNjC/JkbTs5YtQx+EZ5ntBy4g3izHB\r\nvZAmaYGk5H0YSMqVW7g62YAQws5hxcToqMli1bS7NK/WNPqkeVRNMrhNHouE\r\nAjObWmSusrOks9LXf8L/EK8e17GcogR5U8sTP58AL/pCpaMPnBCY/lZV7k4Y\r\na42iABKyvl2FGjW2ejP1A63Cy3fZ/c/9vB4qsL+3cWcX1h1V7/v+bj1EsY8k\r\n/YOtCIjfn6WzU8cMAaJcjEXWPTregK/9tiAYRt5ZM+j75D4Imx+Ud8cam1a/\r\nXywz0cvODcuVMAN56rB/OGO+pI4efFjYVY3RVjD42wdtwTbDJ8KrQTV6/nbY\r\njrsCYc92rda7Dmli/7f/0A4FNvLjbQmqWoY2RnUbdtjGqNGkUsp6dGLKj5M0\r\nkDhmJumGvkSueMTuSztLVfLOwQ9n2yiWk0fMeeereiA/APDrCrT6xQwDA0iO\r\nVdV9QOcAOjQe/VNJdz3cscwpz7BENXTXyEBo9RgMK1Psl5jZYRUm/xHzeWVz\r\nnHZM6uQFTexSC93zyOwpFVoweVNR1vHswGU=\r\n=hr6X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"e488da5c747023ebce2d428c09eb6af90f6d62c8","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch --timeout=10s","example":"ts-node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r -- --no-timeouts","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.10.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.14.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.2","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.15.0","expect":"^28.1.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.14.0","graphql":"^16.5.0","request":"^2.88.2","ts-node":"^10.7.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.181","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.31","simplytyped":"^3.3.0","ts-node-dev":"^1.1.8","@nestjs/core":"^8.4.4","@swc/helpers":"^0.3.13","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.0.11","@nestjs/common":"^8.4.4","@paljs/plugins":"^4.1.0","@prisma/client":"^3.14.0","@commitlint/cli":"^16.2.4","@nestjs/graphql":"^10.0.11","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.7.0","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.4","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.23.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.0","@commitlint/config-conventional":"^16.2.4","@typescript-eslint/eslint-plugin":"^5.23.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_15.3.3_1653254889985_0.42579152533857734","host":"s3://npm-registry-packages"}},"16.0.0":{"name":"prisma-nestjs-graphql","version":"16.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@16.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"a6871246e8a8b172e62adfe4ae7f28979334e738","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-16.0.0.tgz","fileCount":5,"integrity":"sha512-qhHvGA5PwYRiiIeOBKtySIvYB8qbZBz/6xUljJgtqG5PpJRTPtiNx9qEQI6UtxK9WV11M22bAKl2vW12KRVzKA==","signatures":[{"sig":"MEQCIDBG94byWIPhXQ/Mvp/lhg+J4Y8sXCXa63akdzUjqFFxAiAI3yvTRnokwn5/A894Djm5o80bq2dwCa1qU6vb+3pS+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiirUkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZzg/+NRh7+ipkOymeR3JhhkQWHzReg+dMUP/5g0BEltXzJvFc4hN7\r\npp5HZdibxRuv5P52IxHPcKPuMoCdSIwLh/hIjJYnLzNMTqHzieZtEGURoMgH\r\n99mXazm1sK7BtCVazuTowwREARA+hjY6fpR0A2Yb3+SLEzH+ET1TYOXfumvO\r\nsnKGwyOl+QJrwVoyTAiWC+So9hKLwMg6I7jwtu7rEldmDcURXm9c3RIZ14ze\r\ndMWrJCAkF2okVlPzhKwWIdbAGfbRgIWMX9M1nzXHcxmmNE90n0mfnPwGI3mW\r\nX+EoTxAeGOOqWZq0pgt9PuaBbpSwu0K0IQUB6cJCjzUyS5FgQDfz5LxaQGie\r\nGL4NBNHPm6f/AY26yoNtbp4JF51U554VEIBK77okie7a2jjFukKlIjOTI8tc\r\nS5meJMFyOrWthp/F35xRLlJ9+OXcao8cfUKctyxbzi17rkGfgiTj1yKVZjda\r\n9aIAlVTZoleT66NpHTgKXxgni6Xnr9VOP+HEPhi6Em8n4whihRjbgTL37fX/\r\nKYW7SSSbBR0OdNdyXdskKFJhLHyl1Rwe7BjeVbjFxtDaXISXAgztIcHnH4iE\r\nsOfjQ7FkBtXpKWPb11xLpJWBP1mVSr1HJPzSoy6+HPw4CWOzEhj8iZPwjIVH\r\npOSGACQR3TrrZFx5dczW14lv9LqWRgQHUCg=\r\n=G+D8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"1001aeda427ac16b95c113129aba6136e5a8f45c","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.10.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.14.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.11.3","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.16.0","expect":"^28.1.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.14.0","graphql":"^16.5.0","request":"^2.88.2","ts-node":"^10.8.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.189","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.35","simplytyped":"^3.3.0","@nestjs/core":"^8.4.5","@swc/helpers":"^0.3.13","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.0.12","@nestjs/common":"^8.4.5","@paljs/plugins":"^4.1.0","@prisma/client":"^3.14.0","@commitlint/cli":"^17.0.0","@nestjs/graphql":"^10.0.12","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.7.0","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.25.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.2","@commitlint/config-conventional":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.25.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_16.0.0_1653257508025_0.3304229000961174","host":"s3://npm-registry-packages"}},"16.0.1":{"name":"prisma-nestjs-graphql","version":"16.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@16.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"fbf5cfd27e85ee965235c350e29fb8b06638d13b","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-16.0.1.tgz","fileCount":5,"integrity":"sha512-pkxP6S/wgB0jQfrqTqBJfqCRGAIjFVKk91pF1UxD8Ah0+ubNM5cdwhLlb9rrp4lKzpkgeYsEWzgGbMDyUTlZXQ==","signatures":[{"sig":"MEQCIDjUzmLIu705V7r92v+6pJVNkm404iiwT7fXTHpNtyJxAiA5b/SKWkhbD929nyrom9Cl4ycqdpFfLBWmk1kiq5cBbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii+RBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3lw/8DU6e567PUl6raeoSBNcKi3NJ71IwivAUxP2E37KnecMIDaEy\r\nJHSJcKGIagCNRFrXP53VRFqOKzfrK8woLrldQ/gGNHjOyP0VM2/SzKmCkV7w\r\ndYpf0h7a9QG050nN8bP4guuGi4DzA0LkrMm5QPEzn/ci0u1PblfB1et3rhFA\r\nNgvX4lZ8G70j4y87iLEVs11WphL7cyjKOTlMoaezliENVy60KyvlIp2B87FC\r\nWK3NTX+iAo3gZHe7aFJ/gq7GiG043n2TVgiL5v65sVTydLRhYCg+7sMOwkkl\r\ntIaaGX68NuD0jmvuCl199xgkKeTA3U89uXuRVOePhEybeU6RatFCnajwzRhM\r\nVEQUtdT9jpOvTEx+O0YFlZfWCsWU4YnsrlWcpW4fJRd3HrPqYHscSoYm0urA\r\n3VhIkvWoluWLW+FAWAd/vMbZMe4cORP2c9SdHH4AWvXviJ9ZgItF6CG5paaI\r\n9z1LY3GeVlqzXPNRJLViRfupfjR0jOALTY80xAmwsCAis90pyuTQyGIBEU7y\r\nL62qz6+OhF4PBbyOXPSHQiidaq/Hw1+aJ1kScKRxbddidpzGaEFw2k2mIM+9\r\nk2L4qUAcBCf0CW8fb96A6E0sPqV/6z5S0VnUykd6GyiYltkreZU6dnh5SE75\r\nXrzFyt2omuGuFaOCKXvJt3Agjuly30ll3AQ=\r\n=rQ7f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"003e07e2bf4d1a8e1e48f9bb38e2adda452c025e","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.10.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^3.14.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.3","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.16.0","expect":"^28.1.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^3.14.0","graphql":"^16.5.0","request":"^2.88.2","ts-node":"^10.8.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.189","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.35","simplytyped":"^3.3.0","@nestjs/core":"^8.4.5","@swc/helpers":"^0.3.13","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.0.12","@nestjs/common":"^8.4.5","@paljs/plugins":"^4.1.0","@prisma/client":"^3.14.0","@commitlint/cli":"^17.0.0","@nestjs/graphql":"^10.0.12","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.7.0","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.25.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.2","@commitlint/config-conventional":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.25.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_16.0.1_1653335105475_0.733354146126656","host":"s3://npm-registry-packages"}},"17.0.0":{"name":"prisma-nestjs-graphql","version":"17.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@17.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"4e9fdc8b5f842bcd1c8f5747e3890409424b9218","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-17.0.0.tgz","fileCount":5,"integrity":"sha512-et/QVi1tOyYcNCsk60aIl4SN6UtuhbW6ph5NSITT1KC+HU0MQ2RHOqi4/WH+3ZQjQ3MPNPYX1V9lV6UlWRZENQ==","signatures":[{"sig":"MEYCIQDiRbLak6R8z50i60m24T06fKjTqgQSll6uEXbSF8AZ0AIhAMUN8wCxWjPZG3AIIDcUFM5APtWb7jbhhXkz23YsGBsx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivhcwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpp5Q/7Bu26O9CAst31vvPXkS3VqrPosCGUjOH0M7v+PH9kvF2ZsJhD\r\nwz1jky+SHKmShkjla0yLhNAjtBVM/tMPO4UDcyY0JM/EEl8vXfAMIZ8nKiIv\r\n+CXvPmgR6KBuV5uOsTAcOiYpq8ZhDDtAuQH73wBMz5BDniz8BiD14PM+iVO4\r\n/3RSw1JSTtpFHtefY0YtIjym1VAWaXedGW8TKxZImI815Vf99NpNNbjguimX\r\nceP6AsQDbexaiWVtzkYmmc6asBiVtKlvs0aQKwNXDsjkL34mEgBfIwPrvVyn\r\nZQr1E6TQf9o/K7LDWXHP/IkLe0wghNClD80hw24AJq5myJHphxgHnnzaUTh8\r\ndg4IB8uWxWmz284NNu0Ye3xCOZDekH3aYWA2n070wfZJSmpmBD0UN1w9vwrO\r\n8WYhb9xYUyAXEuRTpk3MDsObva6TlrQwr4fYqhtfq//IQk/H5F33fPI1ZeGX\r\nplTnZ6c5P9yX7vvTbBLFhVEKVcCT3VHrlXqUlLLVhcTBdL8AgxQ6XqC00q3n\r\nwWMZVXxtU5IflYk+3NkMYeQzkFDAQSspReAsZY4iRkFYJIll5nlPeRgH0uU9\r\njWnw1Ad6I+lakr5r16eXexett5V50YdtXOER4U03TwuziXFDWTcXUUJjBaqS\r\nD0YmTJtIL3N3/+yqsQ4u4X2s/XIjzodRzrE=\r\n=Vo+0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"3f328435e31680915c5aad240061c11e3f25d712","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.13.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.15.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.11.3","rxjs":"^7.5.5","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.16.0","expect":"^28.1.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.0.0","graphql":"^16.5.0","request":"^2.88.2","ts-node":"^10.8.0","prettier":"^2.6.2","temp-dir":"^2.0.0","@swc/core":"^1.2.189","commitizen":"^4.2.4","decimal.js":"^10.3.1","typescript":"^4.6.4","@types/flat":"^5.0.2","@types/node":"^17.0.35","simplytyped":"^3.3.0","@nestjs/core":"^8.4.5","@swc/helpers":"^0.3.13","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.0.12","@nestjs/common":"^8.4.5","@paljs/plugins":"^4.1.0","@prisma/client":"^4.0.0","@commitlint/cli":"^17.0.0","@nestjs/graphql":"^10.0.12","class-validator":"^0.13.2","cz-customizable":"^6.3.0","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.7.0","eslint-plugin-unicorn":"^42.0.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^8.4.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.25.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.2","@commitlint/config-conventional":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.25.0","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_17.0.0_1656624944204_0.6553171071765755","host":"s3://npm-registry-packages"}},"17.0.1":{"name":"prisma-nestjs-graphql","version":"17.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@17.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"235c7703f80472c2f53877ec95c26ef0dd0ac5e7","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-17.0.1.tgz","fileCount":5,"integrity":"sha512-QH4A+O8arymgvlGaf2SXDbXKltBonGYUSXSb2HZyXoeoIZQHh1QqCcX6CJ+FfSFd24f5sNr1SFn0xk0b4fpUCA==","signatures":[{"sig":"MEYCIQCs9Zsk68SM+ggu4jolJbgWgx96uF8zAL9+BB6OQ1Vz+QIhANLw6fvzbsAk7+wwUzydtfGIGQITKLRSzEE29GEqmf1y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDSCBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpqfg/+NnkaZ/4RdyBWlKGs84NArN2Cn7PV49wAfQxQJAdeLJGUigF0\r\njmAiAIVFzWFDKAUKSPNwKGO/4dl2N6WXkJl4h43oHOZHeH7Dj/SeieOTl2pu\r\neKm867PaxnFRxQSV8aW+DkKdOv7V7r7YWXj8klbCM0uuQwe41WA4uX8TwyDu\r\nEzNumzkb+Dp4CE3avbO+ATBzoGACdsP0XALkdnO5wbYHAXamddOhDxwA8UXI\r\nDSplU2+0gGkiMM6jDuHkiTzs8XJRSOV37ntckDWCeo0bTCekegQD/YcONOSz\r\nBYlyHB10LI+Bafs5mA+xJ4hauSayXhrxawtElyFhwZGoopwloZXGbdf8n2jQ\r\nc5l+5s46CdczSc6AZWrhCppkPqlLVIS1ZbBc/+cvEpIyJOSK5UD6C5SyPndO\r\npXzPJfSNo0SxIMKlT/Mvu+SLWQJDTzy0Y8iObKmsCiZiXYesfmKLYJodHylF\r\nUlje8yHQREbT69pZp/4h6o7RtkyI6y8aymN793ucLRz+2/Z1jSgQtSC88Ame\r\nDJ/ZiQNVOJqF3SW6bKuAyhW13urgYYvBS3qqKkHNHjnANLKKVCaiasO4oAtU\r\nQOOyopn9EgPGI0kBTCL9S6Q7TzVaVFH3CDNbv1nUbW8e8dJrBRPHtxl7+KwX\r\nhXuNORxoI84CLInwddsPlz7tVw7jrFog9AE=\r\n=V4R5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"0b633b27cd8add4fe66994b2b59f6d6593bd52d1","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.18.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"16.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","rxjs":"^7.5.6","mocha":"^10.0.0","tslib":"^2.4.0","eslint":"^8.20.0","expect":"^29.0.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.1.0","graphql":"^16.5.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.7.1","temp-dir":"^2.0.0","@swc/core":"^1.2.218","commitizen":"^4.2.5","decimal.js":"^10.3.1","typescript":"^4.7.4","@types/flat":"^5.0.2","@types/node":"^18.0.6","simplytyped":"^3.3.0","@nestjs/core":"^9.0.5","@swc/helpers":"^0.4.3","@types/mocha":"^9.1.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.182","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.0.19","@nestjs/common":"^9.0.5","@paljs/plugins":"^4.1.0","@prisma/client":"^4.1.0","@commitlint/cli":"^17.0.3","@nestjs/graphql":"^10.0.21","class-validator":"^0.13.2","cz-customizable":"^6.9.1","graphql-scalars":"^1.17.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.3","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^43.0.2","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^9.0.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.30.7","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.4","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.30.7","eslint-plugin-simple-import-sort":"^7.0.0","eslint-plugin-sort-class-members":"^1.14.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_17.0.1_1661804673017_0.9885932647696092","host":"s3://npm-registry-packages"}},"17.0.2":{"name":"prisma-nestjs-graphql","version":"17.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@17.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"ca61c27d9b052557c83b5c2b47ad669915bc8413","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-17.0.2.tgz","fileCount":5,"integrity":"sha512-AGRo1KwXdsCaMGBzqAMEIYQtW9iQuROyw8cXMjI8LT+GS2IjOLVSSi4odgcNRUZFdpSlgwuh7OJgBtmQ5fS9Gw==","signatures":[{"sig":"MEUCIDlMmRBL6xFv7o77fp9WHzy+PLu1goF7Rc3Gfv9opHlkAiEA55nK9sQi3P+c/k7MjlteKZanyFufbLO7em26PieTlzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjenF8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5Sw/7B6SLC0rvffR3NAvOGHbO3vPwKtr0FkjLGqd3tjemzBFDXZJp\r\nQ0h7/serzSwLlxO/IAelTeeL25pUzCSgggjdrtc8xHTdvWwD71rMYW7i6h8A\r\n7lZ9w8Kg90hkH0BFiddW5KX28peMXIOi6MaiU2lROkpQT1yNKKMXD5/JcOYl\r\nm2g3H8JE+Yjnn4Qm2FOyMJ4eAj9r5WKZr2m6WmwRtQS8/f6mPs95BYQVs3Em\r\nIcmjTmDvNe2xM/HuEZ7mZSCu12tsujKY1C2jSskGz9I8aZjsTYKZYmGdjmGw\r\n6nYT6Amt08guAz93z68QIwEhwLG3Mpx9OBMiTq4IoxyqdCvXeQqNL1+xTfH2\r\nQ26WwFydkv31uAMuTJlVpVwknztbj8asH//fLauWA+rjA1ChJdsjjuf9CISN\r\nomZhYvLDkhCYvIcz36hVuscQhhmLwubHYy0xnvKs4RlNGwpWMLMf+9Xp/HDT\r\ngl/yUDMFLsaXvAPRD7X5k9ZvM+Rrz8z9j6GeXr6vjsWWLLcHalFq21z6gU6+\r\nvSSL2UaAYA+vMKwDKrNGuDriiJe8jb/j07DCN75yMoHd19Wrh3ptp7Rhs0JC\r\nEEurXIPspVc/CWCX+yGe4zkL+r/VRqGavJLnJ4G3W93YfRe724IwoBlCkgiH\r\nt/Hz8kginX7rlrfUTOV15tQn7w+dgeJjV/U=\r\n=sbg7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"57e3986d26492e8129dc03ef49e2c525e5bae923","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.19.3","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.12.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","rxjs":"^7.5.7","mocha":"^10.1.0","tslib":"^2.4.1","eslint":"^8.28.0","expect":"^29.3.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.1.0","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.7.1","temp-dir":"2.X","@swc/core":"^1.3.19","commitizen":"^4.2.5","decimal.js":"^10.4.2","typescript":"^4.9.3","@types/flat":"^5.0.2","@types/node":"^18.11.9","simplytyped":"^3.3.0","@nestjs/core":"^9.2.0","@swc/helpers":"^0.4.14","@types/mocha":"^10.0.0","@swc/register":"^0.1.10","@types/lodash":"^4.14.189","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.1.6","@nestjs/common":"^9.2.0","@paljs/plugins":"^5.0.2","@prisma/client":"^4.1.0","@commitlint/cli":"^17.2.0","@nestjs/graphql":"^10.1.6","class-validator":"^0.13.2","cz-customizable":"^7.0.0","graphql-scalars":"^1.20.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.5","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.10.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^44.0.2","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.0.3","@nestjs/platform-express":"^9.2.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.43.0","@semantic-release/changelog":"^6.0.1","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.4","@commitlint/config-conventional":"^17.2.0","@typescript-eslint/eslint-plugin":"^5.43.0","eslint-plugin-simple-import-sort":"^8.0.0","eslint-plugin-sort-class-members":"^1.15.2"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_17.0.2_1668968828340_0.6498954213945165","host":"s3://npm-registry-packages"}},"17.0.3":{"name":"prisma-nestjs-graphql","version":"17.0.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@17.0.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"0503b4539c1cea867a065c2c4b6e2725fc29b427","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-17.0.3.tgz","fileCount":5,"integrity":"sha512-NdWVFkb8NPhMdWuCXCdCoV/kR/ZGR2XERSn1wibE4BtPjo1/bntzp+IdWk0/nRmLki1MYfd4dCaei7lJSNVbPQ==","signatures":[{"sig":"MEYCIQDUjnXPYDHIwm58qaA3vsLlAVIY3E7km+2hEopkncwaAwIhAOrHNcAoaBJHZQ5JqhtD1jKwZXv+gObNMNRlUU/Mo8hn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmhclACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPZg/+I22K48D7M9yZfU/OpVPjXif9usPUkle8C1V2X0oIiIm/cWxS\r\nH9bK6e12yI6OnA/OkPFgC+nuuyc377zuwLPHe43c3a6q2zOkxQgeNSRyl97B\r\nKOBvqLss028rQaEXAabXYZ+mBSUhaaUMYoi6gzIdtVGeT61FL20Lk/moctCi\r\ncdX6rm/uQhf5cq97kfBd8SYnM3K6XqZSEqgX7GZqJWuzNreLVuQho0veRqel\r\n8Hk4jADCrfPvh74esEL2WXK/6JU8Kyu3yXsPOsa7kOl6YqElk3N3WlRfSHv8\r\n+kd/+9aeviu2N/AEevsDmvEwus78HM7vbVFti6gWODurAmyTRClV5UnM1DLB\r\nK0HVBqZo12E9EGg61YIoFJo7ovp12YJKxYGnE09uXkHagO05w66BZ5fWNzux\r\nDCQ/TnCR/fKQH8cdap/EcbAZAd8FR2kf3SrgI5F7S8vEVydZRnki+dWeuUn+\r\nFNyfh+ywJ0+n7L0G4W8L1aSZdgvkM/dfBNdY+OcdtKr172pnbbCjPsxmncFo\r\nV4u41ljCukAX296yDj9HAwAYRszXc23hwKxYmUvxwNuwzf8xw8KX5Es0OCXC\r\n4wB9+b0gVGgY4f+0HI0QtvW7BpMPhL1T2LoqL4BY9scQr6867wCCJI6ADoYe\r\nndp6XgXIM5/E1wEdUnmbyRoa4lcZg1mfOtc=\r\n=dNn7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"3bd1e60d9bfec3281ad78094bd383f173d7ac7fc","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.19.3","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.12.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.7.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","rxjs":"^7.6.0","mocha":"^10.2.0","tslib":"^2.4.1","eslint":"^8.29.0","expect":"^29.3.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.7.1","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.1","temp-dir":"2.X","@swc/core":"^1.3.23","commitizen":"^4.2.6","decimal.js":"^10.4.3","typescript":"^4.9.4","@types/flat":"^5.0.2","@types/node":"^18.11.15","simplytyped":"^3.3.0","@nestjs/core":"^9.2.1","@swc/helpers":"^0.4.14","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.191","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.1.7","@nestjs/common":"^9.2.1","@paljs/plugins":"^5.1.0","@prisma/client":"^4.7.1","@commitlint/cli":"^17.3.0","@nestjs/graphql":"^10.1.7","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.20.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.5","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.11.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^45.0.2","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.2.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.46.1","@semantic-release/changelog":"^6.0.2","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.4","@commitlint/config-conventional":"^17.3.0","@typescript-eslint/eslint-plugin":"^5.46.1","eslint-plugin-simple-import-sort":"^8.0.0","eslint-plugin-sort-class-members":"^1.16.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_17.0.3_1671042853181_0.2112549585344261","host":"s3://npm-registry-packages"}},"17.1.0":{"name":"prisma-nestjs-graphql","version":"17.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@17.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"69f14b2af202757e53fba5ae0ae13b5e7cdf44d5","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-17.1.0.tgz","fileCount":5,"integrity":"sha512-TrkOjb4wAPZ7OBej0EyB2ZsinjYTwWR5sD8RMk27xSm7i7K8exjLOTkVZaLYrncV6lzcq82Rocdlie3RpgQVZQ==","signatures":[{"sig":"MEQCIBmeOuE7ZRE+sAHf0wFp2owvHKK/0b0bn3vSpOyDDweFAiBm2/8iN9au1HCnmJ2rH4buvJCCaTeKv+mUNk1wLL3l0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjsFBeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGow//QUBKRx0B6drLq99T+5ejgtFTO1UvWzyrbgtPjow3QAVIuMHS\r\nZgdsroXzsb4TkuMBhmZDJcqn7Z5zsVRkttT8PeWbLwKVrtv51DIWZUG108zc\r\n7wm0ZSUq4p3rdRaNsPQFre7g87OCV++NFZFSBu/FVGeKQqCQN2n02PSBoX9p\r\n8E6BncXSQoAYGPRdYiREBpINd7hm8KSyDdqqENGnheMRteyPE2fOcDfQOepx\r\nFFdK1UIF7rHqOgfO9yDK5TdSjATji5X6yOgDIdrET6cRKYOFUuT9RuH11a7T\r\nDWE3RLjMvse+pKc0uNTtReIBHrdPfWlSB1efQkvftPXkx6ZkXz2xdT7I9a30\r\nL60JVTsWuvU6BPEYYeKbsKLy+5j+pNJUDLELatgTJkK0cHtF/X4RsVkeJ9+5\r\nanvw+rM7YCD2mWbxQAuSsAsoZNY/M4srPRGFkuBf7UH0htarGdi9bPkinOio\r\nZBXVm24/uFHxz1LCE/wv+pIq3vCYQCuDCZe60DVTiBwlwNPYTdj3F6ZSJGcr\r\ndG/aR2DqxPPIArZ5mrQ+nf/X1/AS691Ya2qReCwK0ClbeEq5F3v3Am2FNo37\r\n+6LWDk+RwAShwKghMkRWBfUyPbQoFDsz1LTOKSebXc08JcPsAhCkb7uXTKpG\r\nJudCMSpNsAvZPewWz2UhZ+WYuMV9bncMrJ4=\r\n=DBxV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"29cfaabd741531785f60956485316f0444da327a","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"8.19.3","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.12.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.1","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.7.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","rxjs":"^7.6.0","mocha":"^10.2.0","tslib":"^2.4.1","eslint":"^8.29.0","expect":"^29.3.1","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.7.1","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.1","temp-dir":"2.X","@swc/core":"^1.3.23","commitizen":"^4.2.6","decimal.js":"^10.4.3","typescript":"^4.9.4","@types/flat":"^5.0.2","@types/node":"^18.11.15","simplytyped":"^3.3.0","@nestjs/core":"^9.2.1","@swc/helpers":"^0.4.14","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.191","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.1.7","@nestjs/common":"^9.2.1","@paljs/plugins":"^5.1.0","@prisma/client":"^4.7.1","@commitlint/cli":"^17.3.0","@nestjs/graphql":"^10.1.7","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.20.1","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^19.0.5","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.26.0","eslint-plugin-regexp":"^1.11.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^45.0.2","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.2.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.46.1","@semantic-release/changelog":"^6.0.2","eslint-import-resolver-node":"^0.3.6","prisma-graphql-type-decimal":"^2.0.4","@commitlint/config-conventional":"^17.3.0","@typescript-eslint/eslint-plugin":"^5.46.1","eslint-plugin-simple-import-sort":"^8.0.0","eslint-plugin-sort-class-members":"^1.16.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_17.1.0_1672499294707_0.11352912492753453","host":"s3://npm-registry-packages"}},"18.0.0":{"name":"prisma-nestjs-graphql","version":"18.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@18.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"e8bd255daafcafa06a19dfb561ee90c48b93449e","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-18.0.0.tgz","fileCount":5,"integrity":"sha512-7c38NhBdXxSUflHTIIt6ndzeYZQrSIpAclrxsswpO9+gqKH68V/9fZqBBGQlAzHkU+Tn0Uwmw89M9vVbIrV2aA==","signatures":[{"sig":"MEQCIBLhdH46Atvdzo5rsgrh9mERx75IL8qe9Qirxa2nFJnSAiBfuypFNVjWAjNAMhAp0vAQzvD0dNFXQhRCCr/vd/HIvw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKWRqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpB2g/8Da1F00JY6MBoQo6X80RX893i6LuQLDAvU1s1+0F5VPkSOAiv\r\nLj4gcskTG/NDK+bY/bHHvP1XYrsSHv2pI9h51ppeBOVOuGLgys5SvM65x05Z\r\ny1EO7XeFdv57+wZzWcSTrkkyxd9MjFIU+WflayqOlAOuvNj1l+pw2xD1HkqT\r\n7ICF25B8VILXfBRNindES6PS85lX025xJ/xFRs5hsyAGPH2RW9f7xGY9j/K7\r\nuRUAazIY4hpjudu1yuAtZn2SyzXt3ROlzmFb30oaWX/vdBo/pVehBzeNtPse\r\nEmFi+9IRLI/LBnUTllMK/Fed/Ap0xwYxx/rwSlGKzFi++xOx9lDQ54uZYb6Z\r\nM/F+SIkOBXeWgUIYY4EM/zvvLw4O2CSrhF9Nqw6vkXmCy24/1PXumWxqLiln\r\nPBOscgBAUSXKQ0kMVoRE0rjoI7dcxYBYN85CeNpxSAAkCUk5JaW2jCrP8MqI\r\n5dvyFAJsY0rvyBEBAOl94T8kYmTMq4HWrOn+CYqS9bruVnytJi37BOxc4Ure\r\neRqrff8ZeRmRDkY9CYczXYFCuatHbBZ3xGeVhV07VMzUv+ii9Dvb9pdAMHri\r\nSs2zWZ5mgRRQK6jUEjWFfyQ0OG9fkgC9o5m54FNmXJMo9itn5R4RmFWND1ps\r\nVwpfdzUWvWHJtJqbPxqWEfnx2IQmTGfTKj8=\r\n=hzKy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"ee9eac8aa49cd55fb907d9db3ecf03279946b665","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.6.3","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.15.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.12.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","rxjs":"^7.8.0","mocha":"^10.2.0","tslib":"^2.5.0","eslint":"^8.37.0","expect":"^29.5.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.12.0","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.7","temp-dir":"2.X","@swc/core":"^1.3.44","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.0.3","@types/flat":"^5.0.2","@types/node":"^18.15.11","simplytyped":"^3.3.0","@nestjs/core":"^9.3.12","@swc/helpers":"^0.4.14","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.192","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.1.7","@nestjs/common":"^9.3.12","@paljs/plugins":"^5.3.0","@prisma/client":"^4.12.0","@commitlint/cli":"^17.5.1","@nestjs/graphql":"^10.1.7","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.21.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^21.0.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.14.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^46.0.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.3.12","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.57.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.4.4","@typescript-eslint/eslint-plugin":"^5.57.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.16.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_18.0.0_1680434282113_0.08057474418507038","host":"s3://npm-registry-packages"}},"18.0.1":{"name":"prisma-nestjs-graphql","version":"18.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@18.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"3281c38b089f9961a76516c115b99355d9d3132f","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-18.0.1.tgz","fileCount":5,"integrity":"sha512-JGleO9lVw0hGT8vxjHDpSdxENq0/ipxHoqK31L12QA32BbtShT/sV3RLQhfb1uUX2Kpi1t4/op7Ol11HHr4llw==","signatures":[{"sig":"MEYCIQDvkJZp2a1683qvLEpFeB0rCvlWAnYJ4Hjrd9ZZLMBnJAIhAN+EiPYFU3mwFZvgPQtN4YkgW7ZFRSWhpmQVb7+yS8sv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94117},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"f59510da94a7e8a479499d5cc25da833162c094b","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.6.6","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.12.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","rxjs":"^7.8.0","mocha":"^10.2.0","tslib":"^2.5.0","eslint":"^8.37.0","expect":"^29.5.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.12.0","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.7","temp-dir":"2.X","@swc/core":"^1.3.44","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.0.3","@types/flat":"^5.0.2","@types/node":"^18.15.11","simplytyped":"^3.3.0","@nestjs/core":"^9.3.12","@swc/helpers":"^0.4.14","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.192","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^10.1.7","@nestjs/common":"^9.3.12","@paljs/plugins":"^5.3.0","@prisma/client":"^4.12.0","@commitlint/cli":"^17.5.1","@nestjs/graphql":"^10.1.7","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.21.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^21.0.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.14.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^46.0.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.3.12","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.57.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.4.4","@typescript-eslint/eslint-plugin":"^5.57.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.16.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_18.0.1_1683647722025_0.7913611102126894","host":"s3://npm-registry-packages"}},"18.0.2":{"name":"prisma-nestjs-graphql","version":"18.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@18.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"852b9386d2c26bad0bd82254a5cc2e483a96d5b5","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-18.0.2.tgz","fileCount":5,"integrity":"sha512-Gh7DDXyzJQBKWkQwKOpSsXygxNkfUO+Bq7q79HZgoKa+/oUzi84Fh4bjzU1REki9635rmZC8F5MoVNTzKaUrnw==","signatures":[{"sig":"MEYCIQD7wrvEqnDHcQb97icSG3S2zHf+zWKUXEknZOd/79RkgQIhAKXkIXIweGfMvhYM2lJZyrnD0NkWr0wMFlOE4eCjbA01","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94219},"main":"index.js","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"gitHead":"ed40f139cd015f05e35466930279147e282e7d88","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile bundle","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.6.6","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.14.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.5.0","eslint":"^8.40.0","expect":"^29.5.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.14.0","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.8","temp-dir":"2.X","@swc/core":"^1.3.57","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.0.4","@types/flat":"^5.0.2","@types/node":"^20.1.1","simplytyped":"^3.3.0","@nestjs/core":"^9.4.0","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.194","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^11.0.5","@nestjs/common":"^9.4.0","@paljs/plugins":"^5.3.0","@prisma/client":"^4.14.0","@commitlint/cli":"^17.6.3","@nestjs/graphql":"^11.0.5","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.21.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^21.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^47.0.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.4.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.59.5","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.3","@typescript-eslint/eslint-plugin":"^5.59.5","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_18.0.2_1683648466065_0.1466703329260306","host":"s3://npm-registry-packages"}},"18.1.0":{"name":"prisma-nestjs-graphql","version":"18.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@18.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"e27b68e2347b7cc5ee4e9ebf4471b82505e32531","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-18.1.0.tgz","fileCount":8,"integrity":"sha512-BC1ck5bMxn535hMdJDD8/H3+++Z+i+R4CQ6Gu6Ep+qGZko419/pko+9DsD7IgPTpcldYT5Tv05G/SY44XttdFg==","signatures":[{"sig":"MEQCIH6nNDngixTpHP5vnHFe0QZDyhncA1mig5rcWntk4GHuAiBYbEsBQcyiX1FfUnUUZuO0nucDYOTJKssFyY8kHP9yhQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99376},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"eb2aad7e985129f552e5a5f1889f91d0d2856a05","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.7.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.16.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.14.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.13.0","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.5.0","eslint":"^8.40.0","expect":"^29.5.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.14.0","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.8","temp-dir":"2.X","@swc/core":"^1.3.57","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.0.4","@types/flat":"^5.0.2","@types/node":"^20.1.1","simplytyped":"^3.3.0","@nestjs/core":"^9.4.0","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.194","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^11.0.5","@nestjs/common":"^9.4.0","@paljs/plugins":"^5.3.0","@prisma/client":"^4.14.0","@commitlint/cli":"^17.6.3","@nestjs/graphql":"^11.0.5","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.21.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^21.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^47.0.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.4.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.59.5","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.3","@typescript-eslint/eslint-plugin":"^5.59.5","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_18.1.0_1688502052344_0.5208616550521838","host":"s3://npm-registry-packages"}},"18.1.1":{"name":"prisma-nestjs-graphql","version":"18.1.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@18.1.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"932dda20008d981bd88b20c9c1c3f04fa8e7cd5d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-18.1.1.tgz","fileCount":8,"integrity":"sha512-GE8RvDorYlaEFvbJu49rkk5vlle05qWfJZXiPikFnsDtycsM6xWFXYREbBjK0hLOOxZDUXcijurT6jBD5asMTg==","signatures":[{"sig":"MEQCIGTrjPVXbOa4HqryCw7jPZtGqMmQwAduWozAViT2GuohAiB4JxlIc3Q20AKzoxxReHro/mOjJuLl390+hY/XM7Qwhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99604},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"2366724662a92144062bb8e8ea4130762acfdebf","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.8.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.16.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^4.14.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.13.0","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.5.0","eslint":"^8.40.0","expect":"^29.5.0","ghooks":"^2.0.4","ololog":"^1.1.175","prisma":"^4.14.0","graphql":"^16.6.0","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^2.8.8","temp-dir":"2.X","@swc/core":"^1.3.57","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.0.4","@types/flat":"^5.0.2","@types/node":"^20.1.1","simplytyped":"^3.3.0","@nestjs/core":"^9.4.0","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.194","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^11.0.5","@nestjs/common":"^9.4.0","@paljs/plugins":"^5.3.0","@prisma/client":"^4.14.0","@commitlint/cli":"^17.6.3","@nestjs/graphql":"^11.0.5","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.21.3","precise-commits":"^1.0.2","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","semantic-release":"^21.0.2","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.2","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^47.0.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^9.4.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^5.59.5","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.3","@typescript-eslint/eslint-plugin":"^5.59.5","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_18.1.1_1689964954206_0.9487385486096174","host":"s3://npm-registry-packages"}},"18.1.2":{"name":"prisma-nestjs-graphql","version":"18.1.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@18.1.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"4472c0b609eb2cc77d5a7e05e0995b87fc4e3939","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-18.1.2.tgz","fileCount":8,"integrity":"sha512-n3Ch4S+USJvKFLDXLMUD3DH8igws1MqfqWfigYcF7aGvGL63yQ4mgSk21GBUFkVPQwl4zS5kviw9vtqM1z+D0w==","signatures":[{"sig":"MEQCIGnRHrsrvRTkB7NZzZrKTRWYDVLmsVl8qoq1JDjzSYkrAiAk8bwZAvoZo8X34afqlvmn+4B5zLZgTsDCgOrynTqBDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100544},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"10b1d30cfce635cd033145fb32311250ff6d6e42","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"overrides":{"prisma":"^5.0.0"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.8.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.16.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.0.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.0","eslint":"^8.45.0","expect":"^29.6.1","ololog":"^1.1.175","prisma":"^5.0.0","graphql":"^16.7.1","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^3.0.0","temp-dir":"2.X","@swc/core":"^1.3.70","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.1.6","@types/flat":"^5.0.2","@types/node":"^20.4.4","simplytyped":"^3.3.0","@nestjs/core":"^10.1.0","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.195","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.7","@nestjs/common":"^10.1.0","@paljs/plugins":"^5.3.3","@prisma/client":"^5.0.0","@commitlint/cli":"^17.6.7","@nestjs/graphql":"^12.0.8","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.2","precise-commits":"^1.0.2","@types/pluralize":"^0.0.30","reflect-metadata":"^0.1.13","semantic-release":"^21.0.7","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^48.0.0","eslint-plugin-prettier":"^5.0.0","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.1.0","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.1.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.7","@typescript-eslint/eslint-plugin":"^6.1.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.18.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_18.1.2_1690232189520_0.05719216451804843","host":"s3://npm-registry-packages"}},"19.0.0":{"name":"prisma-nestjs-graphql","version":"19.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@19.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"2b9900cb0b7e8257b1457b20e7a2341b8dab5c2c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-19.0.0.tgz","fileCount":8,"integrity":"sha512-tPBl3lCW35oDxb7+8V8GN2+6zUS14dCdE/ZoX45SwOA5M16tW3kgFKvClGjO25VY6J2rcZJAzaoTIIJgS/Vt8Q==","signatures":[{"sig":"MEUCIFahmVyxLERvL/fSGAKcwnsYvIEysxrmGryGI1XjsV3kAiEAqkCVEhO+5ou1xsk69e97i63BmECoD+oRqG/XtUrfwFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100544},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"62ea8a50428db8e18e543fc6a31044ab137f259e","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"overrides":{"prisma":"^5.0.0"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.8.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.16.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.0.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.1","eslint":"^8.45.0","expect":"^29.6.1","ololog":"^1.1.175","prisma":"^5.0.0","graphql":"^16.7.1","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^3.0.0","temp-dir":"2.X","@swc/core":"^1.3.70","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.1.6","@types/flat":"^5.0.2","@types/node":"^20.4.4","simplytyped":"^3.3.0","@nestjs/core":"^10.1.1","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.195","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.7","@nestjs/common":"^10.1.1","@paljs/plugins":"^5.3.3","@prisma/client":"^5.0.0","@commitlint/cli":"^17.6.7","@nestjs/graphql":"^12.0.8","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.2","precise-commits":"^1.0.2","@types/pluralize":"^0.0.30","reflect-metadata":"^0.1.13","semantic-release":"^21.0.7","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.27.5","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^48.0.0","eslint-plugin-prettier":"^5.0.0","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.1.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.2.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.7","@typescript-eslint/eslint-plugin":"^6.2.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.18.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_19.0.0_1690233868890_0.9924670325060292","host":"s3://npm-registry-packages"}},"19.0.1":{"name":"prisma-nestjs-graphql","version":"19.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@19.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"effc8cd4237b0613a96f86aa051bc2c3b4811128","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-19.0.1.tgz","fileCount":8,"integrity":"sha512-kIzd5tvV2iE3+kDwKdnGAEEJui2FpnVFOs8J8AzlchrcoOCVHirfxEQSKnTlNsyhshcQ4a1LsGFOy3I3GnF0Mg==","signatures":[{"sig":"MEYCIQDo2zpm2RrWKOyRVS+BrEm9pme8YEq3xUHZglKBoD+6SQIhAPGUZmfZVNA7veZj5+V0mZ0+wj+mtsv9jEpaWrIvSJjW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100685},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"3417157744258ac46b787267c791c0870232bc41","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"overrides":{"prisma":"^5.1.1"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.8.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.17.0","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.1.1"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.1","eslint":"^8.46.0","expect":"^29.6.2","ololog":"^1.1.175","prisma":"^5.1.1","graphql":"^16.7.1","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^3.0.1","temp-dir":"2.X","@swc/core":"^1.3.74","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.1.6","@types/flat":"^5.0.2","@types/node":"^20.4.7","simplytyped":"^3.3.0","@nestjs/core":"^10.1.3","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.196","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.7","@nestjs/common":"^10.1.3","@paljs/plugins":"^5.3.3","@prisma/client":"^5.1.1","@commitlint/cli":"^17.6.7","@nestjs/graphql":"^12.0.8","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.2","precise-commits":"^1.0.2","@types/pluralize":"^0.0.30","reflect-metadata":"^0.1.13","semantic-release":"^21.0.7","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.28.0","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^48.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.1.3","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.2.1","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.7","@typescript-eslint/eslint-plugin":"^6.2.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.18.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_19.0.1_1691177071918_0.6081408453013404","host":"s3://npm-registry-packages"}},"19.1.0":{"name":"prisma-nestjs-graphql","version":"19.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@19.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"f11c41589cf4d5f9de7f30e8817b4a0b0aeba754","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-19.1.0.tgz","fileCount":8,"integrity":"sha512-GBA1iGTuwwLhH/8OQ1Eqxq/FUFZJUYyJdeMTew85mjVvqJ2PTT/6jnakIUXB3T7R7rkSSm1bWGuE5AxxGzUS2Q==","signatures":[{"sig":"MEUCIQCD4g+WjvhGLIenyU9+IQ1OfyAsm2uoLeV64fW6d2RDlQIgDZL/5yx6XgUOE3/z2c/wLnbo0jVSiM262VkDq/q3CJY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102046},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"072580c7136e19da99d8914de7efbb24025f706e","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"overrides":{"prisma":"^5.1.1"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"9.8.1","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.17.1","dependencies":{"flat":"^5.0.2","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.1.1"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.1","eslint":"^8.46.0","expect":"^29.6.2","ololog":"^1.1.175","prisma":"^5.1.1","graphql":"^16.7.1","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^3.0.1","temp-dir":"2.X","@swc/core":"^1.3.74","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.1.6","@types/flat":"^5.0.2","@types/node":"^20.4.7","simplytyped":"^3.3.0","@nestjs/core":"^10.1.3","@swc/helpers":"^0.5.1","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.196","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.7","@nestjs/common":"^10.1.3","@paljs/plugins":"^5.3.3","@prisma/client":"^5.1.1","@commitlint/cli":"^17.6.7","@nestjs/graphql":"^12.0.8","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.2","precise-commits":"^1.0.2","@types/pluralize":"^0.0.30","reflect-metadata":"^0.1.13","semantic-release":"^21.0.7","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.6","eslint-plugin-import":"^2.28.0","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^48.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.1.3","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.2.1","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.7","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.6.7","@typescript-eslint/eslint-plugin":"^6.2.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.18.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_19.1.0_1695155068189_0.7813727640824113","host":"s3://npm-registry-packages"}},"19.2.0":{"name":"prisma-nestjs-graphql","version":"19.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@19.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"c4f2f45ed8aac471371211c2b9920466bbb9779c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-19.2.0.tgz","fileCount":8,"integrity":"sha512-ydg2vgek59/gw0eiFIZ3bRplOGjmJS5qjKjCazA5H/1HywuHFkWcn9rrZojfyJ3t9I/HubTVugOrkhdhgWQQfg==","signatures":[{"sig":"MEUCIBjk9ed7ZRUg8zM0wH+weZNM2B3X+qA0UygkG2d2PBqAAiEApoaA9qnYdQ/rXi4tS28xg16jUgr5hUTqrTufmFVeNYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102875},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"b3b11585ba015b0c26c741e47ec5717e820d56f0","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.1.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.17.1","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.3.1"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.2","eslint":"^8.50.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.3.1","graphql":"^16.8.1","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^3.0.3","temp-dir":"2.X","@swc/core":"^1.3.87","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.2.2","@types/flat":"^5.0.3","@types/node":"^20.6.3","simplytyped":"^3.3.0","@nestjs/core":"^10.2.6","@swc/helpers":"^0.5.2","@types/mocha":"^10.0.1","@swc/register":"^0.1.10","@types/lodash":"^4.14.199","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.9","@nestjs/common":"^10.2.6","@paljs/plugins":"^6.0.7","@prisma/client":"^5.3.1","@commitlint/cli":"^17.7.1","@nestjs/graphql":"^12.0.9","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.2","precise-commits":"^1.0.2","@types/pluralize":"^0.0.30","reflect-metadata":"^0.1.13","semantic-release":"^22.0.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.7","eslint-plugin-import":"^2.28.1","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.10.0","eslint-plugin-unicorn":"^48.0.1","eslint-plugin-prettier":"^5.0.0","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.2.6","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.7.2","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^17.7.0","@typescript-eslint/eslint-plugin":"^6.7.2","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.18.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_19.2.0_1695488388864_0.46962182874257175","host":"s3://npm-registry-packages"}},"19.3.0":{"name":"prisma-nestjs-graphql","version":"19.3.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@19.3.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"2a368d20de233fd833d29fcd9c3cb0bed7cb606b","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-19.3.0.tgz","fileCount":8,"integrity":"sha512-V4xQpU4w+BEyMNTJU0tzCuZ5yROZHkgnE9MyEQ66S+IQdlkum2/Dbs96dpcYmJu/H2Kk0xDEatmFBH1PaPTAxA==","signatures":[{"sig":"MEUCIHC6+28erH+4MngCx+dUiIR9sCnB85fVcgQtrGc1crjyAiEA20H0pg8Agwhvxx5O4pQfX182Jk5CyzWPd2svXvRah3U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102407},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"748fd16285f908b0452a4d1c3910235b09c2af58","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.2.4","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.18.2","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.6.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.2","eslint":"^8.54.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.6.0","graphql":"^16.8.1","request":"^2.88.2","ts-node":"^10.9.1","prettier":"^3.1.0","temp-dir":"2.X","@swc/core":"^1.3.99","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.3.2","@types/flat":"^5.0.5","@types/node":"^20.10.0","simplytyped":"^3.3.0","@nestjs/core":"^10.2.10","@swc/helpers":"^0.5.3","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.14.202","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.11","@nestjs/common":"^10.2.10","@paljs/plugins":"^6.0.7","@prisma/client":"^5.6.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.0.11","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.4","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.1.13","semantic-release":"^22.0.8","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.0","eslint-plugin-regexp":"^1.15.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^49.0.0","eslint-plugin-prettier":"^5.0.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.2.10","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.12.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.12.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.19.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_19.3.0_1700937219172_0.7984967374892011","host":"s3://npm-registry-packages"}},"19.3.1":{"name":"prisma-nestjs-graphql","version":"19.3.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@19.3.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"cc33176512934ea666969b7bf19a3088174d9ae8","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-19.3.1.tgz","fileCount":8,"integrity":"sha512-haqiCkd1SJyDJdKf0GKuFkza/iw0QA5RTxZZ38F9bMgkY/PDXAtThJLPzwPyteUvB6fIkHJOgtyKgbpalbE7LQ==","signatures":[{"sig":"MEUCIQCKa8GmwYVKxzhsVj3HzAGs/Domx9IR0y/h4MbTytondQIgR+9ftQSK+oP97zzOWNaj7pPlqo7QmHdHGFz9Y48gPXs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102432},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"195854ca5bfa42ea0159fc958f35fb353ca11dd5","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.2.5","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.19.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.7.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.2","eslint":"^8.55.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.7.0","graphql":"^16.8.1","pkgroll":"^2.0.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.1.1","temp-dir":"2.X","@swc/core":"^1.3.100","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.3.3","@types/flat":"^5.0.5","@types/node":"^20.10.4","simplytyped":"^3.3.0","@nestjs/core":"^10.2.10","@swc/helpers":"^0.5.3","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.14.202","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.11","@nestjs/common":"^10.2.10","@paljs/plugins":"^6.0.7","@prisma/client":"^5.7.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.0.11","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.4","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.1","semantic-release":"^22.0.12","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.1","eslint-plugin-regexp":"^2.1.2","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^49.0.0","eslint-plugin-prettier":"^5.0.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.2.10","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.14.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.14.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.19.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_19.3.1_1702678850701_0.3411065002318172","host":"s3://npm-registry-packages"}},"20.0.0":{"name":"prisma-nestjs-graphql","version":"20.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@20.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"fc3c537b83714e9b606ebf1196619c5fff7109de","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-20.0.0.tgz","fileCount":8,"integrity":"sha512-9rNf/dCffDTu1W+2lmlanlKwH3YjiHXBU8EbPzgh/Gyf3TLrja5KzDF0PsmrsRhzUwXn681QVxl6zrlpyZJctg==","signatures":[{"sig":"MEUCICr2TbUWA5JgvEnTlRPcLqPraRouczF8zYtoec/cUTtCAiEAsQvU99vvqtrluoUi85A7xc7BI21BURWxFz8CMI4V+OU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102432},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"7809ff9a7450953d85d94cd4b54ecf8f56b23384","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.2.5","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.19.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.7.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.2","eslint":"^8.55.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.7.0","graphql":"^16.8.1","pkgroll":"^2.0.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.1.1","temp-dir":"2.X","@swc/core":"^1.3.100","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.3.3","@types/flat":"^5.0.5","@types/node":"^20.10.4","simplytyped":"^3.3.0","@nestjs/core":"^10.2.10","@swc/helpers":"^0.5.3","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.14.202","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.11","@nestjs/common":"^10.2.10","@paljs/plugins":"^6.0.7","@prisma/client":"^5.7.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.0.11","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.4","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.1","semantic-release":"^22.0.12","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.1","eslint-plugin-regexp":"^2.1.2","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^49.0.0","eslint-plugin-prettier":"^5.0.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.2.10","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.14.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.14.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.19.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_20.0.0_1702680069031_0.4518345224177498","host":"s3://npm-registry-packages"}},"20.0.1":{"name":"prisma-nestjs-graphql","version":"20.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@20.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"a4d3f0bca794cf0b616713af0a0e8821380d32de","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-20.0.1.tgz","fileCount":8,"integrity":"sha512-yYQY/SHCLeP6DbwgW0OGRJFsHm47W0l8fkby1KdDiigw/TuXj0KLrGWPSCKYDrofSxxxV8Ty4woZmBKr0flDbg==","signatures":[{"sig":"MEYCIQDBEOhl7diFE68H/dDxNT4SsgQr9QOe1L2S48iOAukqCAIhAI+jzvik6do/szp1Cl8c83I/3Qdyy/PHjXuXoVpX8SK4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102475},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"36b6da77af2596e198d886710d400ccb4eba7c54","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.2.5","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.19.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.7.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.2","eslint":"^8.55.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.7.0","graphql":"^16.8.1","pkgroll":"^2.0.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.1.1","temp-dir":"2.X","@swc/core":"^1.3.100","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.3.3","@types/flat":"^5.0.5","@types/node":"^20.10.4","simplytyped":"^3.3.0","@nestjs/core":"^10.2.10","@swc/helpers":"^0.5.3","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.14.202","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.11","@nestjs/common":"^10.2.10","@paljs/plugins":"^6.0.7","@prisma/client":"^5.7.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.0.11","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.4","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.1.12","semantic-release":"^22.0.12","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.1","eslint-plugin-regexp":"^2.1.2","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^49.0.0","eslint-plugin-prettier":"^5.0.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.2.10","@semantic-release/github":"^9.2.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.14.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.14.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.19.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_20.0.1_1702832679883_0.1360235002772987","host":"s3://npm-registry-packages"}},"20.0.2":{"name":"prisma-nestjs-graphql","version":"20.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@20.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"a7534580f0501d7708f05f6877a3751161da2f65","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-20.0.2.tgz","fileCount":8,"integrity":"sha512-XreGti6mCx14F+rNrhEZ0mBRTBtBniR4EVbRl6pVoO0SzaDqI2tGTKIq6YIdEZxn2bmG3MxpfRykt/uOS7o9vA==","signatures":[{"sig":"MEUCIHrGgV0i2Wv5xErUzWCrBROlUIYj7TCMz88yohFD1XysAiEAgQw9ophFeU77Kjudp7WuwQCWjs+7wnT8hqD8KiWBO6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102889},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"c369e4eae095425f18e6a736e2bdf2bf7a7d5cd5","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.2.5","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"18.19.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.7.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","rxjs":"^7.8.1","mocha":"^10.2.0","tslib":"^2.6.2","eslint":"^8.55.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.7.0","graphql":"^16.8.1","pkgroll":"^2.0.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.1.1","temp-dir":"2.X","@swc/core":"^1.3.100","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.3.3","@types/flat":"^5.0.5","@types/node":"^20.10.4","simplytyped":"^3.3.0","@nestjs/core":"^10.2.10","@swc/helpers":"^0.5.3","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.14.202","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.0.11","@nestjs/common":"^10.2.10","@paljs/plugins":"^6.0.7","@prisma/client":"^5.7.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.0.11","class-validator":"^0.14.0","cz-customizable":"^7.0.0","graphql-scalars":"^1.22.4","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.1.12","semantic-release":"^22.0.12","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.1","eslint-plugin-regexp":"^2.1.2","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^49.0.0","eslint-plugin-prettier":"^5.0.1","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.2.10","@semantic-release/github":"^9.2.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.14.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.14.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.19.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_20.0.2_1702836206066_0.44454402115124925","host":"s3://npm-registry-packages"}},"20.0.3":{"name":"prisma-nestjs-graphql","version":"20.0.3","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@20.0.3","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"2ff759a8375cff445d77180c6a37c1253b5f97c8","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-20.0.3.tgz","fileCount":8,"integrity":"sha512-p8ZGoXqc+s6sI1UnIRK9qmT9neFyt8V+SAfuP1SZNgJQBhKc/8hO2dfwZFqLHAYrbfo/psAa+AghO4yx5pohuA==","signatures":[{"sig":"MEYCIQDmH0GFtq0yMSAdBIugUmZPt7TTIE6Nx563jvsdf2Qu4QIhAJ/fjLtML+dzGlck+EIEsgjMJyQzRwkdGvmc+CP/kKuq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":108151},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"e810c571369902e3d632bff341f0870197f30bf6","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.8.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.2.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.14.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","rxjs":"^7.8.1","mocha":"^10.4.0","tslib":"^2.6.2","eslint":"^8.55.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.14.0","graphql":"^16.8.1","pkgroll":"^2.1.0","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.2.5","temp-dir":"2.X","@swc/core":"^1.5.7","type-fest":"^4.18.2","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.4.5","@types/flat":"^5.0.5","@types/node":"^20.12.12","simplytyped":"^3.3.0","@nestjs/core":"^10.3.8","@swc/helpers":"^0.5.11","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.17.4","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.1.0","@nestjs/common":"^10.3.8","@paljs/plugins":"^6.0.7","@prisma/client":"^5.14.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.1.1","class-validator":"^0.14.1","cz-customizable":"^7.0.0","graphql-scalars":"^1.23.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^22.0.12","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.1","eslint-plugin-regexp":"^2.5.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^53.0.0","eslint-plugin-prettier":"^5.1.3","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.3.8","@semantic-release/github":"^9.2.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.14.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.14.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.20.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_20.0.3_1716117846283_0.06683602762455298","host":"s3://npm-registry-packages"}},"20.1.0":{"name":"prisma-nestjs-graphql","version":"20.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@20.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/nestjs-graphql-prisma#readme","bugs":{"url":"https://github.com/unlight/nestjs-graphql-prisma/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"f8493f873501a15bdbb139a5b081f792de249f45","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-20.1.0.tgz","fileCount":8,"integrity":"sha512-NQzQErAeNH8HgGRk96XCYrUkR+TMLVrq4ufbz87dA3NyrU02uuKhbiFZdWPS8Fb20+9qDY8JtE2cFmM7dm+LlA==","signatures":[{"sig":"MEYCIQDXeO3ZShQvIZjfhTjX60/Ie4iB5iRtYqdWmj9rx94M5AIhAM3yiJlsr63jkiXCGuROBN32odt6NVyrLjoKr7NsFnsQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109306},"main":"./index.cjs","types":"./index.d.ts","config":{"ghooks":{"commit-msg":"sh Taskfile commit_lint","pre-commit":"precise-commits"},"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"bc4638d43a0736ce64fd0903f7cb6559e76ed667","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/nestjs-graphql-prisma.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.12.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^0.7.0","ts-morph":">=11 <=16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"^5.14.0"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","rxjs":"^7.8.1","mocha":"^10.4.0","tslib":"^2.6.2","eslint":"^8.55.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"^5.14.0","graphql":"^16.8.1","pkgroll":"^2.1.0","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.2.5","temp-dir":"2.X","@swc/core":"^1.5.7","type-fest":"^4.18.2","commitizen":"^4.3.0","decimal.js":"^10.4.3","typescript":"^5.4.5","@types/flat":"^5.0.5","@types/node":"^20.12.12","simplytyped":"^3.3.0","@nestjs/core":"^10.3.8","@swc/helpers":"^0.5.11","@types/mocha":"^10.0.6","@swc/register":"^0.1.10","@types/lodash":"^4.17.4","git-branch-is":"^4.0.0","watchexec-bin":"^1.0.0","@nestjs/apollo":"^12.1.0","@nestjs/common":"^10.3.8","@paljs/plugins":"^6.0.7","@prisma/client":"^5.14.0","@commitlint/cli":"^18.4.3","@nestjs/graphql":"^12.1.1","class-validator":"^0.14.1","cz-customizable":"^7.0.0","graphql-scalars":"^1.23.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^22.0.12","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.29.1","eslint-plugin-regexp":"^2.5.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^53.0.0","eslint-plugin-prettier":"^5.1.3","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^10.3.8","@semantic-release/github":"^9.2.5","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^6.14.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","prisma-graphql-type-decimal":"^3.0.0","@commitlint/config-conventional":"^18.4.3","@typescript-eslint/eslint-plugin":"^6.14.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-plugin-sort-class-members":"^1.20.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_20.1.0_1737187167684_0.9617582582712434","host":"s3://npm-registry-packages-npm-production"}},"21.0.0":{"name":"prisma-nestjs-graphql","version":"21.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@21.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"fa30dac5c099c831de61253590d6e3ebabdec75c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-21.0.0.tgz","fileCount":8,"integrity":"sha512-OXwIHRb7Rutpj+nYvt8bU63r6PUb3IE/JkV7EUOo/HLsPIK0DQttVzHiXctTfp3jKdxcSjqhC7gAu/vcjpO3Fg==","signatures":[{"sig":"MEYCIQCkyJMzlpB7b8vTKLrOAnmZgKhAST5Ctwf3pFj58YKLVwIhAMP7wVxBQDBHC0I5kvKHvxZYDK9LMz1pyc1EkvOq0U+B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107376},"main":"./index.cjs","types":"./index.d.ts","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"81fe35f6e10ace76f85e4530e8c87823ce87b171","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.12.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^1.0.0","ts-morph":"11 - 16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"5 - 6"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^10.1.3","rxjs":"^7.8.1","mocha":"^11.0.1","tslib":"^2.8.1","eslint":"^9.18.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"5 - 6","graphql":"^16.10.0","pkgroll":"^2.6.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.4.2","temp-dir":"2.X","@swc/core":"^1.10.7","type-fest":"^4.32.0","commitizen":"^4.3.1","decimal.js":"^10.4.3","typescript":"^5.7.3","@types/flat":"^5.0.5","@types/node":"^22.10.7","simplytyped":"^3.3.0","@nestjs/core":"^11.0.1","@swc/helpers":"^0.5.15","@types/mocha":"^10.0.10","@swc/register":"^0.1.10","@types/lodash":"^4.17.14","watchexec-bin":"^1.0.0","@eslint/compat":"^1.2.5","@nestjs/apollo":"^13.0.1","@nestjs/common":"^11.0.1","@paljs/plugins":"^8.1.0","@prisma/client":"5 - 6","@nestjs/graphql":"^13.0.1","class-validator":"^0.14.1","cz-customizable":"^7.4.0","graphql-scalars":"^1.24.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^24.2.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.20.0","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.31.0","eslint-plugin-regexp":"^2.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^56.0.1","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.2","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^11.0.1","@semantic-release/github":"^11.0.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^8.20.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","eslint-plugin-perfectionist":"^4.6.0","prisma-graphql-type-decimal":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.20.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-sort-class-members":"^1.21.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_21.0.0_1737199012915_0.5591086918955339","host":"s3://npm-registry-packages-npm-production"}},"21.0.1":{"name":"prisma-nestjs-graphql","version":"21.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@21.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"003e38327978c7f3b2856ef551769d6038c1a4a1","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-21.0.1.tgz","fileCount":8,"integrity":"sha512-nnJalwO1lCxbpXkuzjGHFV1MX7VKd65Kr/KSK7Xz1NMyL2sumaars/Z55t4amRbM5cG436JXOeppuOg3+MyqaQ==","signatures":[{"sig":"MEYCIQDbNlTMGYD2f/ZAIJKK2lqjIscnMYBuuH6uiBKvhIwyFQIhAM80JKnQEsVfL3r2Tf/2x7P0ERNJwUQ1tLkyRtjVHSGa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107557},"main":"./index.cjs","types":"./index.d.ts","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"b3093b31a0dfc422a404e1c6fec1520f44f441cd","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.12.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^1.0.0","ts-morph":"11 - 16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"5 - 6"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^10.1.3","rxjs":"^7.8.1","mocha":"^11.0.1","tslib":"^2.8.1","eslint":"^9.18.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"5 - 6","graphql":"^16.10.0","pkgroll":"^2.6.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.4.2","temp-dir":"2.X","@swc/core":"^1.10.7","type-fest":"^4.32.0","commitizen":"^4.3.1","decimal.js":"^10.4.3","typescript":"^5.7.3","@types/flat":"^5.0.5","@types/node":"^22.10.7","simplytyped":"^3.3.0","@nestjs/core":"^11.0.1","@swc/helpers":"^0.5.15","@types/mocha":"^10.0.10","@swc/register":"^0.1.10","@types/lodash":"^4.17.14","watchexec-bin":"^1.0.0","@eslint/compat":"^1.2.5","@nestjs/apollo":"^13.0.1","@nestjs/common":"^11.0.1","@paljs/plugins":"^8.1.0","@prisma/client":"5 - 6","@nestjs/graphql":"^13.0.1","class-validator":"^0.14.1","cz-customizable":"^7.4.0","graphql-scalars":"^1.24.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^24.2.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.20.0","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.31.0","eslint-plugin-regexp":"^2.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^56.0.1","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.2","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^11.0.1","@semantic-release/github":"^11.0.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^8.20.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","eslint-plugin-perfectionist":"^4.6.0","prisma-graphql-type-decimal":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.20.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-sort-class-members":"^1.21.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_21.0.1_1737224462991_0.4118459678332764","host":"s3://npm-registry-packages-npm-production"}},"21.0.2":{"name":"prisma-nestjs-graphql","version":"21.0.2","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@21.0.2","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"0036e27a28526bc31ca6f9d1ee4ce692d4886a28","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-21.0.2.tgz","fileCount":8,"integrity":"sha512-Rj6eZVcG1NDTf4qzdeRLSet4YifJhCeu4AG2PR4rRY/nFd0kleYxH+j3x4LY84KIEIiFQu5Y/KX/LErDtt5bwg==","signatures":[{"sig":"MEYCIQCErVRr/6L1EBDWOZ4I3TwsGFvkeb38bDznylO3OS08XgIhAPq+f+PJmPCOj7+r+PnTIFOm9xmTWtr32JpfjLE9mfAj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107667},"main":"./index.cjs","types":"./index.d.ts","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"6267583eec1ec02525a3f78ac9df13b28955a926","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.12.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^1.0.0","ts-morph":"11 - 16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"5 - 6"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^10.1.3","rxjs":"^7.8.1","mocha":"^11.0.1","tslib":"^2.8.1","eslint":"^9.18.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"5 - 6","graphql":"^16.10.0","pkgroll":"^2.6.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.4.2","temp-dir":"2.X","@swc/core":"^1.10.7","type-fest":"^4.32.0","commitizen":"^4.3.1","decimal.js":"^10.4.3","typescript":"^5.7.3","@types/flat":"^5.0.5","@types/node":"^22.10.7","simplytyped":"^3.3.0","@nestjs/core":"^11.0.1","@swc/helpers":"^0.5.15","@types/mocha":"^10.0.10","@swc/register":"^0.1.10","@types/lodash":"^4.17.14","watchexec-bin":"^1.0.0","@eslint/compat":"^1.2.5","@nestjs/apollo":"^13.0.1","@nestjs/common":"^11.0.1","@paljs/plugins":"^8.1.0","@prisma/client":"5 - 6","@nestjs/graphql":"^13.0.1","class-validator":"^0.14.1","cz-customizable":"^7.4.0","graphql-scalars":"^1.24.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^24.2.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.20.0","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.31.0","eslint-plugin-regexp":"^2.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^56.0.1","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.2","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^11.0.1","@semantic-release/github":"^11.0.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^8.20.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","eslint-plugin-perfectionist":"^4.6.0","prisma-graphql-type-decimal":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.20.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-sort-class-members":"^1.21.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_21.0.2_1737299900569_0.3874144567622575","host":"s3://npm-registry-packages-npm-production"}},"21.1.0":{"name":"prisma-nestjs-graphql","version":"21.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@21.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"37d82b84daae870ef96572bfe13c04e115643f68","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-21.1.0.tgz","fileCount":7,"integrity":"sha512-kbv/wumWy2EV9cL+zb/wv2TafQpUPgWYAGtzODhpAFf574w7lyxv04FVdFSQTPuVFxwe2YXC7dkoDukPafiQfQ==","signatures":[{"sig":"MEUCIDT+scJHYx64KN2zmOMs+otOyvimNp+72b0RECP8SfFnAiEAyukyjkIFQOLdaGdBXvAS/5QEMSZ+O5PNLMOJBB98EcA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108444},"main":"./index.cjs","types":"./index.d.ts","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"e91e82ca5684419e8e4c3712e88a0ec5faed8be3","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.13.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^1.0.0","ts-morph":"11 - 16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"5 - 6"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","rxjs":"^7.8.1","mocha":"^11.0.1","tslib":"^2.8.1","eslint":"^9.18.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"5 - 6","graphql":"^16.10.0","pkgroll":"^2.6.1","request":"^2.88.2","ts-node":"^10.9.2","prettier":"^3.4.2","temp-dir":"2.X","@swc/core":"^1.10.7","type-fest":"^4.32.0","commitizen":"^4.3.1","decimal.js":"^10.4.3","typescript":"^5.7.3","@types/flat":"^5.0.5","@types/node":"^22.10.7","simplytyped":"^3.3.0","@nestjs/core":"^11.0.1","@swc/helpers":"^0.5.15","@types/mocha":"^10.0.10","@swc/register":"^0.1.10","@types/lodash":"^4.17.14","watchexec-bin":"^1.0.0","@eslint/compat":"^1.2.5","@nestjs/apollo":"^13.0.1","@nestjs/common":"^11.0.1","@paljs/plugins":"^8.1.0","@prisma/client":"5 - 6","@nestjs/graphql":"^13.0.1","class-validator":"^0.14.1","cz-customizable":"^7.4.0","graphql-scalars":"^1.24.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^24.2.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.20.0","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.31.0","eslint-plugin-regexp":"^2.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^56.0.1","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.2","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^11.0.1","@semantic-release/github":"^11.0.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^8.20.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","eslint-plugin-perfectionist":"^4.6.0","prisma-graphql-type-decimal":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.20.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-sort-class-members":"^1.21.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_21.1.0_1737800040396_0.8914569791840998","host":"s3://npm-registry-packages-npm-production"}},"21.1.1":{"name":"prisma-nestjs-graphql","version":"21.1.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@21.1.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"21e9aa74bff4aa8c385c4b0638cbf094c302ab50","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-21.1.1.tgz","fileCount":7,"integrity":"sha512-XoCPekDvEKrIzASI6AlbMQYZMyOUuo1rrCD6Go3E4b+uttE9pHPXw+k3m/oQsr7MJXYsmYNCBor6sm0OgTirVA==","signatures":[{"sig":"MEUCIGc5grXvZBZi3C3MSNNVwOcdV2Uh0viByYXi9G3M3RawAiEA3LGi8yGKTbgFeTa/sz0xWorznKh+3q0+YpQBcka2hcc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108539},"main":"./index.cjs","types":"./index.d.ts","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"074c2de85dc262570e42fcda137051090d70742f","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.13.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^1.0.0","ts-morph":"11 - 16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"5 - 6"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","rxjs":"^7.8.1","mocha":"^11.0.1","tslib":"^2.8.1","eslint":"^9.18.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"5 - 6","graphql":"^16.10.0","pkgroll":"^2.6.1","request":"^2.88.2","ts-node":"^10.9.2","node-dev":"^8.0.0","prettier":"^3.4.2","temp-dir":"2.X","@swc/core":"^1.10.7","type-fest":"^4.32.0","commitizen":"^4.3.1","decimal.js":"^10.4.3","typescript":"^5.7.3","@types/flat":"^5.0.5","@types/node":"^22.10.7","simplytyped":"^3.3.0","@nestjs/core":"^11.0.1","@swc/helpers":"^0.5.15","@types/mocha":"^10.0.10","@swc/register":"^0.1.10","@types/lodash":"^4.17.14","watchexec-bin":"^1.0.0","@apollo/server":"^4.11.3","@eslint/compat":"^1.2.5","@nestjs/apollo":"^13.0.1","@nestjs/common":"^11.0.1","@paljs/plugins":"^8.1.0","@prisma/client":"5 - 6","@nestjs/graphql":"^13.0.1","class-validator":"^0.14.1","cz-customizable":"^7.4.0","graphql-scalars":"^1.24.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^24.2.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.20.0","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.31.0","eslint-plugin-regexp":"^2.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^56.0.1","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.2","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^11.0.1","@semantic-release/github":"^11.0.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^8.20.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","eslint-plugin-perfectionist":"^4.6.0","prisma-graphql-type-decimal":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.20.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-sort-class-members":"^1.21.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_21.1.1_1737880654857_0.6200225271211712","host":"s3://npm-registry-packages-npm-production"}},"21.2.0":{"name":"prisma-nestjs-graphql","version":"21.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@21.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.js"},"dist":{"shasum":"007a87c25177ff249a1f3ed7f6e2b12610c4e49d","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-21.2.0.tgz","fileCount":7,"integrity":"sha512-Mkb4brKW8NF3f7fq+H4ypdbbESxDnWdaszss2OIBxqutPV8N7DttdbKlmLnxo3Srk6fgW58nYQ4H5PJRKqKZxw==","signatures":[{"sig":"MEQCIB2D2O3DsCFalP7Fk2mUXAQ2fZcnNADFTtylzuZblqkjAiABQdEE/g5X9ykosFBar/n713qH3iZXJ9PFe/qfK9ocNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":109044},"main":"./index.cjs","types":"./index.d.ts","config":{"commitizen":{"path":"node_modules/cz-customizable"}},"exports":{".":{"types":"./index.d.ts","require":"./index.cjs"},"./generate":{"types":"./generate.d.ts","require":"./generate.cjs"}},"gitHead":"78d0d4b3f8ef35115219115ec4a7cccdf2dea510","scripts":{"rt":"npm run regen && npm test","test":"npm run eslint && npm run tscheck && npm run test:cov","build":"sh Taskfile build","mocha":"node node_modules/mocha/bin/mocha","regen":"rm -rf @generated && npm run prisma:g && npm run format","commit":"cz","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write","test:d":"ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts","test:r":"npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts","test:w":"npm run test:r -- --watch-files src --watch","example":"node-dev example/main.ts","tscheck":"tsc --noEmit","eslint:w":"watchexec -w src \"npm run eslint\"","prisma:g":"node node_modules/prisma/build/index.js generate","test:cov":"c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","clean_cache":"rm -rf node_modules/.cache","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"node node_modules/prisma/build/index.js generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"iamthes","email":"s91630277@gmail.com"},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"10.9.2","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"22.15.0","dependencies":{"flat":"5.X","pupa":"2.X","json5":"^2.2.3","lodash":"^4.17.21","outmatch":"^1.0.0","ts-morph":"11 - 16","pluralize":"^8.0.0","filenamify":"4.X","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2","@prisma/generator-helper":"5 - 6"},"typesVersions":{"*":{"generate":["./generate.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","rxjs":"^7.8.1","mocha":"^11.0.1","tslib":"^2.8.1","eslint":"^9.18.0","expect":"^29.7.0","ololog":"^1.1.175","prisma":"5 - 6","graphql":"^16.10.0","pkgroll":"^2.6.1","request":"^2.88.2","ts-node":"^10.9.2","node-dev":"^8.0.0","prettier":"^3.4.2","temp-dir":"2.X","@swc/core":"^1.10.7","type-fest":"^4.32.0","commitizen":"^4.3.1","decimal.js":"^10.4.3","typescript":"^5.7.3","@types/flat":"^5.0.5","@types/node":"^22.10.7","simplytyped":"^3.3.0","@nestjs/core":"^11.0.1","@swc/helpers":"^0.5.15","@types/mocha":"^10.0.10","@swc/register":"^0.1.10","@types/lodash":"^4.17.14","watchexec-bin":"^1.0.0","@apollo/server":"^4.11.3","@eslint/compat":"^1.2.5","@nestjs/apollo":"^13.0.1","@nestjs/common":"^11.0.1","@paljs/plugins":"^8.1.0","@prisma/client":"5 - 6","@nestjs/graphql":"^13.0.1","class-validator":"^0.14.1","cz-customizable":"^7.4.0","graphql-scalars":"^1.24.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^24.2.1","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.20.0","@types/graceful-fs":"^4.1.9","eslint-plugin-import":"^2.31.0","eslint-plugin-regexp":"^2.7.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^56.0.1","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.2","eslint-plugin-only-warn":"^1.1.0","@nestjs/platform-express":"^11.0.1","@semantic-release/github":"^11.0.1","eslint-plugin-wix-editor":"^3.3.0","@typescript-eslint/parser":"^8.20.0","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.9","eslint-plugin-perfectionist":"^4.6.0","prisma-graphql-type-decimal":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.20.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-sort-class-members":"^1.21.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_21.2.0_1746987303190_0.4793741208739859","host":"s3://npm-registry-packages-npm-production"}},"22.0.0":{"name":"prisma-nestjs-graphql","version":"22.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@22.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.mjs"},"dist":{"shasum":"32162b97d609f9b85ee7cb211f4ed22832665f4a","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-22.0.0.tgz","fileCount":5,"integrity":"sha512-2i3AfDRmddvW8xmbtT2TXYtwNcg2Gdl05nbkuudZnn5hxK7QSoSExk9+Dby1Vx3T1Modh+Y27e6nPRCArpKlCg==","signatures":[{"sig":"MEUCIC93cgMI4nzW7PuGsWtTtYlso2gWpO7Nx7LKMxE14OI4AiEA11XUjnC0UHlnQTAj3yQcuV2hsywqINUCOZJeBgDz9Tc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@22.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":99424},"type":"module","config":{},"exports":{".":{"types":"./prisma-nestjs-graphql.d.ts","default":"./prisma-nestjs-graphql.mjs"}},"gitHead":"37dbd7f97ebebaeb0130c9570a395b5912833eee","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","build":"sh Taskfile buildMicrobundle6","regen":"rm -rf @generated && npm run prisma:g && npm run format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write --log-level=warn","test:r":"vitest run","test:w":"vitest watch","example":"node --import=@poppinss/ts-exec example/main.ts","tscheck":"tsc --noEmit","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","prisma:g":"npx prisma generate","test:cov":"vitest run --coverage","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","remove_test:w":"npm run test:r -- --watch-files src --watch","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"11.13.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"24.14.1","dependencies":{"flat":"^6.0.1","pupa":"^3.3.0","json5":"^2.2.3","lodash":"^4.18.1","vitest":"^4.1.5","outmatch":"^1.0.0","ts-morph":"^28.0.0","pluralize":"^8.0.0","filenamify":"^7.0.1","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rxjs":"^7.8.2","tslib":"^2.8.1","eslint":"^10.3.0","ololog":"^1.1.175","prisma":"7","graphql":"^16.14.0","prettier":"^3.8.3","temp-dir":"^3.0.0","type-fest":"^5.6.0","@eslint/js":"^10.0.1","decimal.js":"^10.6.0","typescript":"^6.0.3","@types/flat":"^5.0.5","@types/node":"^25.6.2","microbundle":"^0.15.1","simplytyped":"^3.3.0","@nestjs/core":"^11.1.19","@types/lodash":"^4.17.24","identity-type":"^1.0.0","@apollo/server":"^5.5.1","@eslint/compat":"^2.1.0","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.19","@paljs/plugins":"^9.0.0","@prisma/client":"^7.8.0","@nestjs/graphql":"^13.4.0","class-validator":"^0.15.1","graphql-scalars":"^1.25.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^25.0.3","@poppinss/ts-exec":"^1.4.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.59.2","@prisma/adapter-pg":"^7.8.0","@types/graceful-fs":"^4.1.9","dts-bundle-generator":"^9.5.1","eslint-plugin-import":"^2.32.0","eslint-plugin-regexp":"^3.1.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^64.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-only-warn":"^1.2.1","@babel/preset-typescript":"^7.28.5","@nestjs/platform-express":"^11.1.19","@prisma/generator-helper":"^7.8.0","@semantic-release/github":"^12.0.8","eslint-plugin-wix-editor":"^3.3.0","@as-integrations/express5":"^1.1.2","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.10","eslint-plugin-perfectionist":"^5.9.0","prisma-graphql-type-decimal":"^4.0.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","conventional-changelog-conventionalcommits":"^9.3.1"},"peerDependencies":{"identity-type":"1","@prisma/generator-helper":"6 - 7"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_22.0.0_1778337213854_0.057267297021519115","host":"s3://npm-registry-packages-npm-production"}},"22.0.1":{"name":"prisma-nestjs-graphql","version":"22.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@22.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.mjs"},"dist":{"shasum":"6464777a99f023585046ac49a74d1c68fad8adc7","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-22.0.1.tgz","fileCount":5,"integrity":"sha512-60oHRW3CX7ox7H/Pj7POYGnirqwlv+g65ytb2byhl7HTTmRVZpW96JRkgl4Ar2cW2TvQJquLpQmPCl5G69w/Gg==","signatures":[{"sig":"MEQCIA9Zb9Pe68pN+C7+qLtNV+dGzWc+1sZ5jsKFIf6YQ+KUAiBpSjS/z47coGmMdPm3p4l41Epqi1AADCJrNxLx7QCWAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@22.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":99476},"type":"module","config":{},"exports":{".":{"types":"./prisma-nestjs-graphql.d.ts","default":"./prisma-nestjs-graphql.mjs"}},"gitHead":"5ffd227644dd9dca7cfdf6cb7809217f7eb025a9","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","build":"sh Taskfile buildMicrobundle6","regen":"rm -rf @generated && npm run prisma:g && npm run format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write --log-level=warn","test:r":"vitest run","test:w":"vitest watch","example":"node --import=@poppinss/ts-exec example/main.ts","tscheck":"tsc --noEmit","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","prisma:g":"npx prisma generate","test:cov":"vitest run --coverage","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","remove_test:w":"npm run test:r -- --watch-files src --watch","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"11.13.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"24.14.1","dependencies":{"flat":"^6.0.1","pupa":"^3.3.0","json5":"^2.2.3","lodash":"^4.18.1","vitest":"^4.1.5","outmatch":"^1.0.0","ts-morph":"^28.0.0","pluralize":"^8.0.0","filenamify":"^7.0.1","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rxjs":"^7.8.2","tslib":"^2.8.1","eslint":"^10.3.0","ololog":"^1.1.175","prisma":"7","graphql":"^16.14.0","prettier":"^3.8.3","temp-dir":"^3.0.0","type-fest":"^5.6.0","@eslint/js":"^10.0.1","decimal.js":"^10.6.0","typescript":"^6.0.3","@types/flat":"^5.0.5","@types/node":"^25.6.2","microbundle":"^0.15.1","simplytyped":"^3.3.0","@nestjs/core":"^11.1.19","@types/lodash":"^4.17.24","identity-type":"^1.0.0","@apollo/server":"^5.5.1","@eslint/compat":"^2.1.0","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.19","@paljs/plugins":"^9.0.0","@prisma/client":"^7.8.0","@nestjs/graphql":"^13.4.0","class-validator":"^0.15.1","graphql-scalars":"^1.25.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^25.0.3","@poppinss/ts-exec":"^1.4.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.59.2","@prisma/adapter-pg":"^7.8.0","@types/graceful-fs":"^4.1.9","dts-bundle-generator":"^9.5.1","eslint-plugin-import":"^2.32.0","eslint-plugin-regexp":"^3.1.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^64.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-only-warn":"^1.2.1","@babel/preset-typescript":"^7.28.5","@nestjs/platform-express":"^11.1.19","@prisma/generator-helper":"^7.8.0","@semantic-release/github":"^12.0.8","eslint-plugin-wix-editor":"^3.3.0","@as-integrations/express5":"^1.1.2","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.10","eslint-plugin-perfectionist":"^5.9.0","prisma-graphql-type-decimal":"^4.0.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","conventional-changelog-conventionalcommits":"^9.3.1"},"peerDependencies":{"identity-type":"1","@prisma/generator-helper":"6 - 7"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_22.0.1_1778342454531_0.7924216311971704","host":"s3://npm-registry-packages-npm-production"}},"23.0.0":{"name":"prisma-nestjs-graphql","version":"23.0.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@23.0.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.mjs"},"dist":{"shasum":"47c3d15318d2b93b55bd0b6f0af0867d92e1be25","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-23.0.0.tgz","fileCount":5,"integrity":"sha512-MWNp9Op+FaxerxZAV4us0LEOPZg7Qf/P1nW7jPGlqnIX0tCOAiIYeDU3RcZDULS3l3B13dTh2IHUp3vDAgmacg==","signatures":[{"sig":"MEQCIDvFURDCWREZIpySLEBjq2ZsHgwKK1QQw0tPinukCCJ8AiBaQa/Htm1xK/SCCZp3LM0hTUD+XCo1VOU9P56oCiE+vA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@23.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":99612},"type":"module","config":{},"exports":{".":{"types":"./prisma-nestjs-graphql.d.ts","default":"./prisma-nestjs-graphql.mjs"}},"gitHead":"49552cfd07cc58efc6068f98747630c769b9f958","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","build":"sh Taskfile buildMicrobundle6","regen":"rm -rf @generated && npm run prisma:g && npm run format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write --log-level=warn","test:r":"vitest run","test:w":"vitest watch","example":"node --import=@poppinss/ts-exec example/main.ts","tscheck":"tsc --noEmit","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","prisma:g":"npx prisma generate","test:cov":"vitest run --coverage","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","remove_test:w":"npm run test:r -- --watch-files src --watch","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"11.13.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"24.14.1","dependencies":{"flat":"^6.0.1","pupa":"^3.3.0","json5":"^2.2.3","lodash":"^4.18.1","vitest":"^4.1.5","outmatch":"^1.0.0","ts-morph":"^28.0.0","pluralize":"^8.0.0","filenamify":"^7.0.1","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rxjs":"^7.8.2","tslib":"^2.8.1","eslint":"^10.3.0","ololog":"^1.1.175","prisma":"7","graphql":"^16.14.0","prettier":"^3.8.3","temp-dir":"^3.0.0","type-fest":"^5.6.0","@eslint/js":"^10.0.1","decimal.js":"^10.6.0","typescript":"^6.0.3","@types/flat":"^5.0.5","@types/node":"^25.6.2","microbundle":"^0.15.1","simplytyped":"^3.3.0","@nestjs/core":"^11.1.19","@types/lodash":"^4.17.24","identity-type":"^1.0.0","@apollo/server":"^5.5.1","@eslint/compat":"^2.1.0","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.19","@paljs/plugins":"^9.0.0","@prisma/client":"^7.8.0","@nestjs/graphql":"^13.4.0","class-validator":"^0.15.1","graphql-scalars":"^1.25.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^25.0.3","@poppinss/ts-exec":"^1.4.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.59.2","@prisma/adapter-pg":"^7.8.0","@types/graceful-fs":"^4.1.9","dts-bundle-generator":"^9.5.1","eslint-plugin-import":"^2.32.0","eslint-plugin-regexp":"^3.1.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^64.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-only-warn":"^1.2.1","@babel/preset-typescript":"^7.28.5","@nestjs/platform-express":"^11.1.19","@prisma/generator-helper":"^7.8.0","@semantic-release/github":"^12.0.8","eslint-plugin-wix-editor":"^3.3.0","@as-integrations/express5":"^1.1.2","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.10","eslint-plugin-perfectionist":"^5.9.0","prisma-graphql-type-decimal":"^4.0.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","conventional-changelog-conventionalcommits":"^9.3.1"},"peerDependencies":{"identity-type":"1","@prisma/generator-helper":"6 - 7"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_23.0.0_1778405349292_0.5286990167615402","host":"s3://npm-registry-packages-npm-production"}},"23.0.1":{"name":"prisma-nestjs-graphql","version":"23.0.1","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@23.0.1","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.mjs"},"dist":{"shasum":"97edfaadd2db0447b4fa5f48e7764813bea8177c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-23.0.1.tgz","fileCount":5,"integrity":"sha512-pyA1rZv2TIEDK/FpTxg5rx5dM4ZP/iAazOMSJ1KZIA7KcjosHYN+soKfAV8m+tUX9H1Mw71Kx2a6iarrsnAMpg==","signatures":[{"sig":"MEQCIESlXQOauNkKRWgJkkVl0YQu5L4w7Zh/6vTcrH+q6fmOAiB+lDGMZNp7u9WAUoxeMWBD+niOfUX/v+SRy1dOjYQ0Qw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@23.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":100525},"type":"module","config":{},"exports":{".":{"types":"./prisma-nestjs-graphql.d.ts","default":"./prisma-nestjs-graphql.mjs"}},"gitHead":"6d1f35c52c8945dbdc46c5b3cf3dce59619add06","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","build":"sh Taskfile buildMicrobundle6","regen":"rm -rf @generated && npm run prisma:g && npm run format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write --log-level=warn","test:r":"vitest run","test:w":"vitest watch","example":"node --import=@poppinss/ts-exec example/main.ts","tscheck":"tsc --noEmit","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","prisma:g":"npx prisma generate","test:cov":"vitest run --coverage","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","remove_test:w":"npm run test:r -- --watch-files src --watch","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"11.13.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"24.14.1","dependencies":{"flat":"^6.0.1","pupa":"^3.3.0","json5":"^2.2.3","lodash":"^4.18.1","vitest":"^4.1.5","outmatch":"^1.0.0","ts-morph":"^28.0.0","pluralize":"^8.0.0","filenamify":"^7.0.1","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rxjs":"^7.8.2","tslib":"^2.8.1","eslint":"^10.3.0","ololog":"^1.1.175","prisma":"7","graphql":"^16.14.0","prettier":"^3.8.3","temp-dir":"^3.0.0","type-fest":"^5.6.0","@eslint/js":"^10.0.1","decimal.js":"^10.6.0","typescript":"^6.0.3","@types/flat":"^5.0.5","@types/node":"^25.6.2","microbundle":"^0.15.1","simplytyped":"^3.3.0","@nestjs/core":"^11.1.19","@types/lodash":"^4.17.24","identity-type":"^1.0.0","@apollo/server":"^5.5.1","@eslint/compat":"^2.1.0","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.19","@paljs/plugins":"^9.0.0","@prisma/client":"^7.8.0","@nestjs/graphql":"^13.4.0","class-validator":"^0.15.1","graphql-scalars":"^1.25.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^25.0.3","@poppinss/ts-exec":"^1.4.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.59.2","@prisma/adapter-pg":"^7.8.0","@types/graceful-fs":"^4.1.9","dts-bundle-generator":"^9.5.1","eslint-plugin-import":"^2.32.0","eslint-plugin-regexp":"^3.1.0","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^64.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-only-warn":"^1.2.1","@babel/preset-typescript":"^7.28.5","@nestjs/platform-express":"^11.1.19","@prisma/generator-helper":"^7.8.0","@semantic-release/github":"^12.0.8","eslint-plugin-wix-editor":"^3.3.0","@as-integrations/express5":"^1.1.2","@semantic-release/changelog":"^6.0.3","eslint-import-resolver-node":"^0.3.10","eslint-plugin-perfectionist":"^5.9.0","prisma-graphql-type-decimal":"^4.0.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","conventional-changelog-conventionalcommits":"^9.3.1"},"peerDependencies":{"identity-type":"1","@prisma/generator-helper":"6 - 7"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_23.0.1_1778422807038_0.39915281503123157","host":"s3://npm-registry-packages-npm-production"}},"23.1.0":{"name":"prisma-nestjs-graphql","version":"23.1.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@23.1.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.mjs"},"dist":{"shasum":"6c7e1a788d9d69d92e54994097b88468cde386eb","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-23.1.0.tgz","fileCount":5,"integrity":"sha512-p8xnNzk6f2X/kBIAi/fOV6Mu/JnJQMJsjMEhnLN3vvFu83RaKuBBHdmXoAh4+Cx4uJQiQ6WzrfH0CRpswpysDA==","signatures":[{"sig":"MEUCIENLUtKWWFPw6aGmsM/Tr7Oxdyy86JW+/HkohePD4bRtAiEAvgGlQ+JBKx2TN412Jj/Vy5pBI9QX8nFsSg0T7Esss+g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@23.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":126697},"type":"module","config":{},"exports":{".":{"types":"./prisma-nestjs-graphql.d.ts","default":"./prisma-nestjs-graphql.mjs"}},"gitHead":"aa85f232de555c01a3dc4b9c545045815b63bd64","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","build":"sh Taskfile buildMicrobundle6","regen":"rm -rf @generated && npm run prisma:g && npm run format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write --log-level=warn","test:r":"vitest --run","test:w":"vitest watch","example":"node --import=@poppinss/ts-exec example/main.ts","tscheck":"tsc --noEmit","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","prisma:g":"npx prisma generate","test:cov":"vitest --run --coverage","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"11.13.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"24.14.1","dependencies":{"flat":"^6.0.1","pupa":"^3.3.0","json5":"^2.2.3","lodash":"^4.18.1","outmatch":"^1.0.0","ts-morph":"^28.0.0","pluralize":"^8.0.0","filenamify":"^7.0.1","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"rxjs":"^7.8.2","tslib":"^2.8.1","eslint":"^10.3.0","ololog":"^1.1.175","prisma":"7","vitest":"^4.1.6","graphql":"^16.14.0","prettier":"^3.8.3","temp-dir":"^3.0.0","type-fest":"^5.6.0","@eslint/js":"^10.0.1","decimal.js":"^10.6.0","typescript":"^6.0.3","@types/flat":"^5.0.5","@types/node":"^25.6.2","microbundle":"^0.15.1","simplytyped":"^3.3.0","@nestjs/core":"^11.1.19","@types/lodash":"^4.17.24","identity-type":"^1.0.0","@apollo/server":"^5.5.1","@eslint/compat":"^2.1.0","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.19","@paljs/plugins":"^9.0.0","@prisma/client":"^7.8.0","@nestjs/graphql":"^13.4.0","class-validator":"^0.15.1","graphql-scalars":"^1.25.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^25.0.3","@poppinss/ts-exec":"^1.4.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.59.2","@prisma/adapter-pg":"^7.8.0","@types/graceful-fs":"^4.1.9","@vitest/coverage-v8":"^4.1.6","dts-bundle-generator":"^9.5.1","eslint-plugin-import":"^2.32.0","eslint-plugin-regexp":"^3.1.0","serialize-javascript":"^7.0.5","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^64.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-only-warn":"^1.2.1","@babel/preset-typescript":"^7.28.5","@nestjs/platform-express":"^11.1.19","@prisma/generator-helper":"^7.8.0","@semantic-release/github":"^12.0.8","eslint-plugin-wix-editor":"^3.3.0","@as-integrations/express5":"^1.1.2","@semantic-release/changelog":"^6.0.3","@types/serialize-javascript":"^5.0.4","eslint-import-resolver-node":"^0.3.10","eslint-plugin-perfectionist":"^5.9.0","prisma-graphql-type-decimal":"^4.0.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","conventional-changelog-conventionalcommits":"^9.3.1"},"peerDependencies":{"identity-type":"1","@prisma/generator-helper":"6 - 7"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_23.1.0_1778851532793_0.7809480338752774","host":"s3://npm-registry-packages-npm-production"}},"23.2.0":{"name":"prisma-nestjs-graphql","version":"23.2.0","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"license":"MIT","_id":"prisma-nestjs-graphql@23.2.0","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"homepage":"https://github.com/unlight/prisma-nestjs-graphql","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"bin":{"prisma-nestjs-graphql":"bin.mjs"},"dist":{"shasum":"404c6caa6dcb673d4389ca6977d62f751b66f93c","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-23.2.0.tgz","fileCount":5,"integrity":"sha512-HkVGohkQDPN4RqXG8TXY0MscpI8lXy9zeA0dHDGTXz3WsAoCm7WEuO10pZM9aDE63IS2LkuDl/lSdgfx87yGQw==","signatures":[{"sig":"MEUCIGCZ3V4yxUqkP+MN1ijMRye+y3YrVod3P90jgBRfZKS7AiEAjtoR0xn4n7T61PQohd6/TX4fFhkyS19T3ElQA4Mq9A0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@23.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":133153},"type":"module","config":{},"exports":{".":{"types":"./prisma-nestjs-graphql.d.ts","default":"./prisma-nestjs-graphql.mjs"}},"gitHead":"d63acdd75c34b276daa4b342ce40032c6b1db95d","scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","build":"sh Taskfile buildMicrobundle6","regen":"rm -rf @generated && npm run prisma:g && npm run format","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","format":"npx prettier ./@generated --write --log-level=warn","test:r":"vitest --run","test:w":"vitest watch","example":"node --import=@poppinss/ts-exec example/main.ts","tscheck":"tsc --noEmit","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","prisma:g":"npx prisma generate","test:cov":"vitest --run --coverage","tscheck:w":"npm run tscheck -- --watch","eslint:fix":"npm run eslint -- --fix","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","compatibilty_check":"sh Taskfile compatibilty_check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"repository":{"url":"git+https://github.com/unlight/prisma-nestjs-graphql.git","type":"git"},"_npmVersion":"11.13.0","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","directories":{},"_nodeVersion":"24.15.0","dependencies":{"flat":"^6.0.1","pupa":"^3.3.0","json5":"^2.2.3","lodash":"^4.18.1","outmatch":"^1.0.0","ts-morph":"^28.0.0","pluralize":"^8.0.0","filenamify":"^7.0.1","graceful-fs":"^4.2.11","get-relative-path":"^1.0.2","await-event-emitter":"^2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"rxjs":"^7.8.2","tslib":"^2.8.1","eslint":"^10.3.0","ololog":"^1.1.175","prisma":"7","vitest":"^4.1.6","graphql":"^16.14.0","prettier":"^3.8.3","temp-dir":"^3.0.0","type-fest":"^5.6.0","@eslint/js":"^10.0.1","decimal.js":"^10.6.0","typescript":"^6.0.3","@types/flat":"^5.0.5","@types/node":"^25.8.0","microbundle":"^0.15.1","simplytyped":"^3.3.0","@nestjs/core":"^11.1.21","@types/lodash":"^4.17.24","identity-type":"^1.0.0","@apollo/server":"^5.5.1","@eslint/compat":"^2.1.0","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.21","@paljs/plugins":"^9.0.0","@prisma/client":"^7.8.0","@nestjs/graphql":"^13.4.0","class-validator":"^0.15.1","graphql-scalars":"^1.25.0","precise-commits":"^1.0.2","@types/pluralize":"^0.0.33","reflect-metadata":"^0.2.2","semantic-release":"^25.0.3","@poppinss/ts-exec":"^1.4.4","class-transformer":"^0.5.1","eslint-plugin-etc":"^2.0.3","graphql-type-json":"^0.3.2","typescript-eslint":"^8.59.3","@prisma/adapter-pg":"^7.8.0","@types/graceful-fs":"^4.1.9","@vitest/coverage-v8":"^4.1.6","dts-bundle-generator":"^9.5.1","eslint-plugin-import":"^2.32.0","eslint-plugin-regexp":"^3.1.0","serialize-javascript":"^7.0.5","@semantic-release/git":"^10.0.1","apollo-server-express":"^3.13.0","eslint-plugin-unicorn":"^64.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-only-warn":"^1.2.1","@babel/preset-typescript":"^7.28.5","@nestjs/platform-express":"^11.1.21","@prisma/generator-helper":"^7.8.0","@semantic-release/github":"^12.0.8","eslint-plugin-wix-editor":"^3.3.0","@as-integrations/express5":"^1.1.2","@semantic-release/changelog":"^6.0.3","@types/serialize-javascript":"^5.0.4","eslint-import-resolver-node":"^0.3.10","eslint-plugin-perfectionist":"^5.9.0","prisma-graphql-type-decimal":"^4.0.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","conventional-changelog-conventionalcommits":"^9.3.1"},"peerDependencies":{"identity-type":"1","@prisma/generator-helper":"6 - 7"},"_npmOperationalInternal":{"tmp":"tmp/prisma-nestjs-graphql_23.2.0_1779528248043_0.8856062303879846","host":"s3://npm-registry-packages-npm-production"}},"23.2.1":{"name":"prisma-nestjs-graphql","type":"module","version":"23.2.1","license":"MIT","description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","bin":{"prisma-nestjs-graphql":"bin.mjs"},"repository":{"type":"git","url":"git+https://github.com/unlight/prisma-nestjs-graphql.git"},"homepage":"https://github.com/unlight/prisma-nestjs-graphql","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"exports":{".":{"default":"./prisma-nestjs-graphql.mjs","types":"./prisma-nestjs-graphql.d.ts"}},"scripts":{"test":"npm run eslint && npm run tscheck && npm run test:r","test:r":"vitest --run","test:cov":"vitest --run --coverage","test:w":"vitest watch","tscheck":"tsc --noEmit","tscheck:w":"npm run tscheck -- --watch","eslint":"node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"","eslint:w":"onchange -v \"**/*.ts\" -k -i -- npm run eslint","eslint:fix":"npm run eslint -- --fix","build":"sh Taskfile buildMicrobundle6","prisma:g":"npx prisma generate","prisma:custom:g":"npx prisma generate --schema=./custom-package-generator/schema.prisma","format":"npx prettier ./@generated --write --log-level=warn","regen":"rm -rf @generated && npm run prisma:g && npm run format","regen:custom":"rm -rf @generated-custom && npm run prisma:custom:g && npm run format","example":"node --import=@poppinss/ts-exec example/main.ts","compatibilty_check":"sh Taskfile compatibilty_check"},"config":{},"peerDependencies":{"@prisma/generator-helper":"6 - 7","identity-type":"1"},"dependencies":{"await-event-emitter":"^2.0.2","filenamify":"^7.0.1","flat":"^6.0.1","get-relative-path":"^1.0.2","graceful-fs":"^4.2.11","json5":"^2.2.3","lodash":"^4.18.1","outmatch":"^1.0.0","pluralize":"^8.0.0","pupa":"^3.3.0","ts-morph":"^28.0.0"},"devDependencies":{"@apollo/server":"^5.5.1","@as-integrations/express5":"^1.1.2","@babel/preset-typescript":"^7.28.5","@eslint/compat":"^2.1.0","@eslint/js":"^10.0.1","@nestjs/apollo":"^13.4.0","@nestjs/common":"^11.1.21","@nestjs/core":"^11.1.21","@nestjs/graphql":"^13.4.0","@nestjs/platform-express":"^11.1.21","@paljs/plugins":"^9.0.0","@poppinss/ts-exec":"^1.4.4","@prisma/adapter-pg":"^7.8.0","@prisma/client":"^7.8.0","@prisma/generator-helper":"^7.8.0","@semantic-release/changelog":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.8","@types/flat":"^5.0.5","@types/graceful-fs":"^4.1.9","@types/lodash":"^4.17.24","@types/node":"^25.8.0","@types/pluralize":"^0.0.33","@types/serialize-javascript":"^5.0.4","@vitest/coverage-v8":"^4.1.6","apollo-server-express":"^3.13.0","class-transformer":"^0.5.1","class-validator":"^0.15.1","conventional-changelog-conventionalcommits":"^9.3.1","decimal.js":"^10.6.0","dts-bundle-generator":"^9.5.1","eslint":"^10.3.0","eslint-config-prettier":"^10.1.8","eslint-import-resolver-node":"^0.3.10","eslint-plugin-etc":"^2.0.3","eslint-plugin-import":"^2.32.0","eslint-plugin-only-warn":"^1.2.1","eslint-plugin-perfectionist":"^5.9.0","eslint-plugin-prettier":"^5.5.5","eslint-plugin-regexp":"^3.1.0","eslint-plugin-simple-import-sort":"^13.0.0","eslint-plugin-sort-class-members":"^1.22.1","eslint-plugin-unicorn":"^64.0.0","eslint-plugin-wix-editor":"^3.3.0","graphql":"^16.14.0","graphql-scalars":"^1.25.0","graphql-type-json":"^0.3.2","identity-type":"^1.0.0","microbundle":"^0.15.1","ololog":"^1.1.175","precise-commits":"^1.0.2","prettier":"^3.8.3","prisma":"7","prisma-graphql-type-decimal":"^4.0.3","reflect-metadata":"^0.2.2","rxjs":"^7.8.2","semantic-release":"^25.0.3","serialize-javascript":"^7.0.5","simplytyped":"^3.3.0","temp-dir":"^3.0.0","tslib":"^2.8.1","type-fest":"^5.6.0","typescript":"^6.0.3","typescript-eslint":"^8.59.3","vitest":"^4.1.6"},"gitHead":"184057c5f21c4446348802cfd3ab383771781a14","_id":"prisma-nestjs-graphql@23.2.1","bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-/R0ia1S6Rtm064ZCnoUK1Vnrk38ELT+tSnUnVRB3qnVNqVjclKo69oqHPGgIXZI9in3Klg7IK3oJGg8Zp5hKUw==","shasum":"69c0fef4bcb553a92de4a3bea7b2835b56a6b199","tarball":"https://registry.npmjs.org/prisma-nestjs-graphql/-/prisma-nestjs-graphql-23.2.1.tgz","fileCount":5,"unpackedSize":135422,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/prisma-nestjs-graphql@23.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCcUH+v2kFmpTObKnrDMv3X+i3Ns9UPMXAr2IMm5jnSNQIhAIKLAsSdl4YJqYJhFoHe8hAeepqAAHyJp71IOsPmIv/8"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:083c58a8-e219-4b11-aea9-d9d0f69bfe54"}},"directories":{},"maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/prisma-nestjs-graphql_23.2.1_1780128983553_0.5089089998626988"},"_hasShrinkwrap":false}},"time":{"created":"2020-08-10T21:24:00.311Z","modified":"2026-05-30T08:16:24.184Z","1.0.0":"2020-08-10T21:24:00.404Z","1.1.0":"2020-08-15T18:48:53.574Z","1.1.1":"2020-08-16T10:04:42.047Z","1.1.2":"2020-08-16T16:25:29.433Z","1.1.3":"2020-08-21T23:02:23.058Z","1.1.4":"2020-08-22T21:32:56.757Z","1.2.0":"2020-08-29T16:18:33.358Z","1.3.0":"2020-08-30T20:05:44.139Z","1.3.1":"2020-09-03T17:16:09.354Z","1.4.0":"2020-09-04T22:39:32.714Z","1.5.0":"2020-09-07T19:19:10.963Z","1.6.0":"2020-09-08T18:00:49.861Z","2.0.0":"2020-10-04T14:46:34.031Z","2.0.1":"2020-11-13T23:38:33.453Z","2.0.2":"2020-11-14T15:01:15.007Z","2.1.0":"2020-11-20T23:06:40.417Z","3.0.0":"2020-11-26T06:55:48.177Z","4.0.0":"2020-11-27T12:32:09.179Z","4.0.1":"2020-11-27T18:55:39.296Z","5.0.0":"2020-12-01T09:52:28.344Z","5.0.1":"2020-12-01T13:56:05.837Z","5.1.0":"2020-12-03T11:09:28.555Z","5.1.1":"2020-12-07T19:47:40.038Z","6.0.0":"2020-12-12T16:15:26.534Z","6.0.1":"2020-12-12T22:38:59.041Z","6.0.2":"2020-12-23T21:27:05.484Z","7.0.0":"2021-01-04T21:41:10.286Z","7.1.0":"2021-01-07T18:14:09.093Z","7.2.0":"2021-01-22T22:10:16.727Z","8.0.0":"2021-01-27T18:41:06.791Z","9.0.0":"2021-02-06T19:34:54.136Z","10.0.0":"2021-03-01T21:23:26.032Z","10.0.1":"2021-03-04T19:54:31.481Z","10.1.0":"2021-03-13T20:58:01.718Z","10.0.2":"2021-03-13T21:28:43.729Z","10.1.1":"2021-03-17T15:55:47.627Z","10.1.2":"2021-03-17T18:02:38.708Z","10.1.3":"2021-03-19T17:16:03.915Z","10.2.0":"2021-03-19T21:30:57.060Z","10.3.0":"2021-03-29T17:17:52.582Z","11.0.0":"2021-03-31T07:31:44.664Z","11.0.1":"2021-03-31T19:37:13.266Z","11.0.2":"2021-03-31T19:55:11.095Z","11.0.3":"2021-04-01T17:32:42.775Z","11.1.0":"2021-04-07T19:44:33.320Z","11.2.0":"2021-04-16T22:56:08.054Z","11.3.0":"2021-04-25T01:52:35.455Z","11.3.1":"2021-04-25T16:07:18.470Z","11.4.0":"2021-04-28T14:00:33.780Z","11.4.1":"2021-05-09T11:34:42.680Z","11.4.2":"2021-05-11T19:32:54.409Z","11.4.3":"2021-05-11T21:47:14.306Z","11.4.4":"2021-05-11T23:37:38.185Z","11.4.5":"2021-05-13T20:11:27.429Z","12.0.0":"2021-05-20T00:13:38.561Z","12.0.1":"2021-05-22T18:24:50.501Z","12.0.2":"2021-06-05T22:49:12.727Z","12.0.3":"2021-06-05T23:30:45.960Z","12.1.0":"2021-07-02T19:59:54.073Z","12.2.0":"2021-07-06T12:40:36.359Z","12.2.1":"2021-07-23T22:22:31.929Z","13.0.0":"2021-08-28T20:59:51.350Z","14.0.0":"2021-09-06T19:37:59.066Z","14.0.1":"2021-09-07T21:05:25.823Z","14.1.0":"2021-09-11T02:25:14.769Z","14.2.0":"2021-09-23T18:38:33.426Z","14.2.1":"2021-09-24T14:29:29.736Z","14.2.2":"2021-09-27T19:22:31.392Z","14.3.0":"2021-09-28T16:46:44.041Z","14.4.0":"2021-09-30T17:18:40.010Z","14.4.1":"2021-10-05T18:47:10.282Z","14.5.0":"2021-10-12T23:03:49.864Z","14.6.0":"2021-10-16T14:20:19.121Z","14.6.1":"2021-11-25T22:00:00.598Z","14.6.2":"2022-02-20T16:39:42.862Z","14.7.0":"2022-03-08T11:57:01.886Z","14.7.1":"2022-03-12T21:18:38.485Z","15.0.0":"2022-03-15T19:49:33.776Z","15.1.0":"2022-03-16T19:59:46.985Z","15.1.1":"2022-03-21T16:28:25.331Z","15.2.0":"2022-03-26T14:53:12.489Z","15.2.1":"2022-04-03T14:35:06.231Z","15.2.2":"2022-04-12T18:32:46.316Z","15.2.3":"2022-05-02T14:47:55.653Z","15.2.4":"2022-05-02T15:15:27.158Z","15.2.5":"2022-05-02T16:31:15.747Z","15.2.6":"2022-05-03T05:54:27.002Z","15.3.0":"2022-05-06T14:39:07.097Z","15.3.1":"2022-05-10T11:57:21.580Z","15.3.2":"2022-05-22T19:54:02.810Z","15.3.3":"2022-05-22T21:28:10.141Z","16.0.0":"2022-05-22T22:11:48.182Z","16.0.1":"2022-05-23T19:45:05.652Z","17.0.0":"2022-06-30T21:35:44.393Z","17.0.1":"2022-08-29T20:24:33.223Z","17.0.2":"2022-11-20T18:27:08.502Z","17.0.3":"2022-12-14T18:34:13.371Z","17.1.0":"2022-12-31T15:08:14.868Z","18.0.0":"2023-04-02T11:18:02.266Z","18.0.1":"2023-05-09T15:55:22.230Z","18.0.2":"2023-05-09T16:07:46.242Z","18.1.0":"2023-07-04T20:20:52.549Z","18.1.1":"2023-07-21T18:42:34.461Z","18.1.2":"2023-07-24T20:56:29.690Z","19.0.0":"2023-07-24T21:24:29.065Z","19.0.1":"2023-08-04T19:24:32.133Z","19.1.0":"2023-09-19T20:24:28.397Z","19.2.0":"2023-09-23T16:59:49.036Z","19.3.0":"2023-11-25T18:33:39.479Z","19.3.1":"2023-12-15T22:20:50.911Z","20.0.0":"2023-12-15T22:41:09.264Z","20.0.1":"2023-12-17T17:04:40.060Z","20.0.2":"2023-12-17T18:03:26.240Z","20.0.3":"2024-05-19T11:24:06.474Z","20.1.0":"2025-01-18T07:59:27.865Z","21.0.0":"2025-01-18T11:16:53.147Z","21.0.1":"2025-01-18T18:21:03.184Z","21.0.2":"2025-01-19T15:18:20.823Z","21.1.0":"2025-01-25T10:14:00.601Z","21.1.1":"2025-01-26T08:37:35.066Z","21.2.0":"2025-05-11T18:15:03.401Z","22.0.0":"2026-05-09T14:33:34.000Z","22.0.1":"2026-05-09T16:00:54.711Z","23.0.0":"2026-05-10T09:29:09.420Z","23.0.1":"2026-05-10T14:20:07.204Z","23.1.0":"2026-05-15T13:25:32.993Z","23.2.0":"2026-05-23T09:24:08.191Z","23.2.1":"2026-05-30T08:16:23.760Z"},"bugs":{"url":"https://github.com/unlight/prisma-nestjs-graphql/issues"},"license":"MIT","homepage":"https://github.com/unlight/prisma-nestjs-graphql","keywords":["nestjs","graphql","prisma","prisma-generator","nestjs-graphql"],"repository":{"type":"git","url":"git+https://github.com/unlight/prisma-nestjs-graphql.git"},"description":"Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module","maintainers":[{"name":"iamthes","email":"s91630277@gmail.com"}],"readme":"# prisma-nestjs-graphql\n\nGenerate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module.\n\n## Features\n\n- Generates only necessary imports\n- Combines zoo of nested/nullable filters\n- Does not generate resolvers, since it's application specific\n\n## Install\n\n```\nnpm install --save-dev prisma-nestjs-graphql @prisma/generator-helper identity-type\n```\n\n## Usage\n\n1. Add new generator section to `schema.prisma` file\n\n```prisma\ngenerator nestgraphql {\n  provider = \"prisma-nestjs-graphql\"\n  // Or explicit node execution\n  provider = \"node node_modules/prisma-nestjs-graphql/bin.mjs\"\n  output = \"../src/@generated\"\n}\n```\n\n2. Add a configuration file\n\nCreate `prisma/nestgraphql.config.mjs` and reference it in your schema:\n\n```prisma\ngenerator nestgraphql {\n  provider = \"prisma-nestjs-graphql\"\n  configFile = \"./nestgraphql.config.mjs\"\n}\n```\n\n```js\n// prisma/nestgraphql.config.mjs\n/**\n * @type {import('prisma-nestjs-graphql').ExternalConfig}\n */\nexport default {\n  output: '../src/@generated',\n};\n```\n\nAll generator options—including `decorators`, `fields`, `useInputType`, `customImport`,\nand `graphqlScalars`—are defined as **structured JavaScript objects** in the config file\ninstead of using underscore-delimited keys (`decorate_1_*`, `fields_Validator_*`, etc.)\ndirectly in the schema.\n\n3. Run prisma generate\n\n```sh\nnpx prisma generate\n```\n\n4. If your models have `Decimal` and `Json` types, you need install:\n\n```sh\nnpm install graphql-type-json prisma-graphql-type-decimal\n\n```\n\n- [graphql-type-json](https://github.com/taion/graphql-type-json)\n- [prisma-graphql-type-decimal](https://github.com/unlight/prisma-graphql-type-decimal)\n\nOr write you own graphql scalar types, [read more on docs.nestjs.com](https://docs.nestjs.com/graphql/scalars).\n\n## Configuration File\n\nInstead of defining all options as flat keys in `schema.prisma`, you can use a structured JavaScript config file\nfor better readability, validation, and IDE autocompletion.\n\n### Migration from flatten-style keys\n\n**Before** (underscore-delimited keys in `schema.prisma`):\n\n```\nfields_Validator_from = \"class-validator\"\nfields_Validator_input = true\ndecorate_1_type = \"CreateOneUserArgs\"\ndecorate_1_field = data\ndecorate_1_from = \"class-validator\"\ndecorate_1_name = ValidateNested\ndecorate_1_arguments = \"[]\"\n```\n\n**After** (structured objects in `nestgraphql.config.mjs`):\n\n```js\nfields: {\n  Validator: { from: 'class-validator', input: true },\n},\ndecorators: [\n  {\n    match: ({ objectName, propertyName }) =>\n      objectName === 'CreateOneUserArgs' && propertyName === 'data',\n    from: 'class-validator',\n    name: 'ValidateNested',\n    arguments: [],\n    namedImport: true,\n  },\n],\n```\n\n### Backward compatibility\n\nThe old flatten-style keys still work if no `configFile` is specified.\nOptions from the config file take precedence.\n\n## Generator options\n\n#### `output`\n\nOutput folder, if path relative and defined in schema it will be relative to schema,\nif defined in config file it will be relative to this config file.\nType: `string`\n\n#### `outputFilePattern`\n\nFile path and name pattern  \nType: `string`  \nDefault: `{model}/{name}.{type}.ts`  \nPossible tokens:\n\n- `{model}` Model name in dashed case or 'prisma' if unknown\n- `{name}` Dashed-case name of model/input/arg without suffix\n- `{type}` Short type name (model, input, args, output)\n- `{plural.type}` Plural short type name (models, inputs, enums)\n\n#### `tsConfigFilePath`\n\nPath to `tsconfig.json` (absolute path or relative to current working directory)  \nType: `string | undefined`  \nDefault: `tsconfig.json` if exists, `undefined` otherwise\n\n#### `prismaClientImport`\n\nThe path to use to import the Prisma Client package\nType: `string | undefined`\nDefault: `@prisma/client`\n\n#### `importExtension`\n\nAppend an extension to relative import and export module specifiers (without dot, eg. 'js, 'ts', 'mjs')\nType: `string`\nDefault: `''` (empty string)\n\n#### `combineScalarFilters`\n\nCombine nested/nullable scalar filters to single\nType: `boolean`\nDefault: `true`\n\n#### `noAtomicOperations`\n\nRemove input types for atomic operations\nType: `boolean`\nDefault: `true`\n\n#### `reExport`\n\nCreate `index.ts` file with re-export\nType: `enum`\nValues:\n`None` Default, create nothing\n`Directories` Create index file in all root directories\n`Single` Create single index file in output directory\n`All` Create index file in all root directories and in output directory\n\nExample configuration:\n\n```prisma\ngenerator nestgraphql {\n    provider = \"node node_modules/prisma-nestjs-graphql\"\n    output = \"../src/@generated\"\n    reExport = Directories\n}\n```\n\n#### `emitSingle`\n\nGenerate single file with merged classes and enums.\nType: `boolean`\nDefault: `false`\n\n#### `emitCompiled`\n\nEmit compiled JavaScript and definitions instead of TypeScript sources.\nType: `boolean`\nDefault: `false`\n\n#### `emitBlocks`\n\nEmit only selected blocks. Be aware, that some blocks do depend on others, e.g. one can't emit `models` without emitting `enums`.\nType: `(\"args\" | \"inputs\" | \"outputs\" | \"models\" | \"enums\")[]`\nDefault: `[\"args\", \"inputs\", \"outputs\", \"models\", \"enums\"]`\n\n#### `omitModelsCount`\n\nOmit `_count` field from models.\nType: `boolean`\nDefault: `false`\n\n#### `purgeOutput`\n\nDelete all files in `output` folder.\nType: `boolean`\nDefault: `false`\n\n#### `noTypeId`\n\nDisable usage of graphql `ID` type and use `Int/Float` for fields marked as `@id` in schema.\nType: `boolean`\nDefault: `false`\n\n#### `typeListNullable`\n\nAdds `nullable: true` for relation list properties out output models,\nit makes graphql field looks like `[Type!]`, default `[Type!]!`\nType: `boolean`\nDefault: `false`\n\n#### `requireSingleFieldsInWhereUniqueInput`\n\nWhen a model `*WhereUniqueInput` class has only a single field, mark that field as **required** (TypeScript) and **not nullable** (GraphQL).\nSee [#58](https://github.com/unlight/prisma-nestjs-graphql/issues/58) for more details.\nType: `boolean`\nDefault: `false`\n**Note**: It will break compatiblity between Prisma types and generated classes.\n\n#### `unsafeCompatibleWhereUniqueInput`\n\nSet TypeScript property type as non optional for all fields in `*WhereUniqueInput` classes.\nSee [#177](https://github.com/unlight/prisma-nestjs-graphql/issues/177) for more details.\nType: `boolean`\nDefault: `false`\n\n#### `inputType`\n\nSince GraphQL does not support input union type, this setting map\nallow to choose which input type is preferable.\n\n**New (config file)**:\n\n```js\n/**\n * Input type mapping.\n * Select which input type should be exposed when multiple candidates exist.\n * Since GraphQL does not support input unions, this setting can resolve\n * ambiguous fields (e.g. `UserRelationFilter` vs `UserWhereInput`).\n *\n * Supports two variants:\n * - object map: `{ [inputTypeName]: { [fieldName|'*']: pattern } }`\n * - function: return either an `InputTypeRef` or a string pattern\n *   (same matching behavior as map patterns, including `match:` syntax)\n * @example\n * // Force all WhereInput relation properties to use the plain WhereInput type:\n * { WhereInput: { '*': 'WhereInput' } }\n * // Or for a specific property in a specific type:\n * { PostCreateInput: { author: 'UserCreateNestedOneWithoutPostsInput' } }\n * // Function variant returning a pattern:\n * ({ inputTypeName, fieldName }) =>\n *   inputTypeName.includes('CreateOne') && fieldName === 'data'\n *     ? 'UncheckedCreate'\n *     : undefined\n */\ninputType: GetInputTypeFunction | ConfigInputTypeMap;\n```\n\nWhere:\n\n- `typeName` — Full or partial name of the class where need to choose input type\n- `property` — Property of the class. Special case `ALL` means any/all properties\n- `pattern` — Part of name (or full) of type to choose; use `match:*UncheckedCreateInput` for wildcard/negation matching\n\n**Legacy (schema.prisma, flatten-style)**:\n\n```sh\ngenerator nestgraphql {\n  useInputType_{typeName}_{property} = \"{pattern}\"\n}\n```\n\nExample:\n\n```ts\nexport type PostWhereInput = {\n  author?: XOR<UserRelationFilter, UserWhereInput>;\n};\nexport type UserRelationFilter = {\n  is?: UserWhereInput;\n  isNot?: UserWhereInput;\n};\n\nexport type UserWhereInput = {\n  AND?: Enumerable<UserWhereInput>;\n  OR?: Enumerable<UserWhereInput>;\n  NOT?: Enumerable<UserWhereInput>;\n  id?: StringFilter | string;\n  name?: StringFilter | string;\n};\n```\n\nWe have generated types above, by default property `author` will be decorated as `UserRelationFilter`,\nto set `UserWhereInput` need to configure generator the following way (legacy way):\n\n```prisma\ngenerator nestgraphql {\n  provider = \"node node_modules/prisma-nestjs-graphql\"\n  output = \"../src/@generated\"\n  useInputType_WhereInput_ALL = \"WhereInput\"\n}\n```\n\n```ts\n@InputType()\nexport class PostWhereInput {\n  @Field(() => UserWhereInput, { nullable: true })\n  author?: UserWhereInput;\n}\n```\n\n#### `decorators`\n\nModern way to attach custom decorators in config file (`decorators: DecoratorItem[]`).\n\n```js\ndecorators: [\n  {\n    match: ({ objectName, propertyName }) =>\n      objectName === 'CreateOneUserArgs' && propertyName === 'data',\n    from: 'class-validator',\n    name: 'ValidateNested',\n    arguments: [],\n    namedImport: true,\n  },\n  {\n    match: ({ objectName, propertyName }) =>\n      objectName === 'CreateOneUserArgs' && propertyName === 'data',\n    from: 'class-transformer',\n    name: 'Type',\n    arguments: ['() => {propertyType.0}'],\n    namedImport: true,\n  },\n];\n```\n\n`match` receives one argument `FieldInfo`:\n\n```ts\ntype FieldInfo = {\n  /**\n   * Prisma DMMF field location type\n   * Can be: 'scalar', 'inputObjectTypes', 'outputObjectTypes', 'enumTypes', 'fieldRefTypes'\n   */\n  location: FieldLocation;\n  /**\n   * Class name\n   */\n  objectName: string;\n  /**\n   * Property name\n   */\n  propertyName: string;\n  /**\n   * Property type (may contain TypeScript elements, like parameters for generics, etc.)\n   */\n  propertyType: string;\n  /**\n   * GraphQL/Prisma type name\n   */\n  typeName: string;\n};\n```\n\nDecorator item type:\n\n```ts\ntype DecoratorItem = {\n  /** Return `true` to apply this decorator to the current field. */\n  match: (args: FieldInfo) => boolean;\n  /** Arguments passed to the decorator call.\n   * Supports templates like `{propertyType.0}`. */\n  arguments?: string[];\n  /** Module specifier to import from (e.g. 'class-validator') */\n  from: string;\n  /** Decorator name. Can include namespace, e.g. `Transform.Type`. */\n  name: string;\n  /** Import as a named export. */\n  namedImport: boolean;\n  /** Import as default export.\n   * Use `true` to import by decorator name. */\n  defaultImport?: string | true;\n  /** Import entire module under this namespace. */\n  namespaceImport?: string;\n};\n```\n\nSpecial token in arguments: `{propertyType.0}` resolves to the field's TypeScript type.\n\nExample result:\n\n```ts\nimport { ValidateNested } from 'class-validator';\nimport { Type } from 'class-transformer';\n\n@ArgsType()\nexport class CreateOneUserArgs {\n  @Field(() => UserCreateInput, { nullable: false })\n  @ValidateNested()\n  @Type(() => UserCreateInput)\n  data!: UserCreateInput;\n}\n```\n\n**Legacy (`decorate` / `decorate_*`)**\n\nLegacy flatten-style keys in `schema.prisma` are still supported for backward compatibility:\n\n```sh\ngenerator nestgraphql {\n  decorate_{key}_type = \"outmatch pattern\"\n  decorate_{key}_field = \"outmatch pattern\"\n  decorate_{key}_from = \"module specifier\"\n  decorate_{key}_name = \"import name\"\n  decorate_{key}_arguments = \"[argument1, argument2]\"\n  decorate_{key}_defaultImport = \"default import name\" | true\n  decorate_{key}_namespaceImport = \"namespace import name\"\n  decorate_{key}_namedImport = \"import name\" | true\n}\n```\n\nPrefer `decorators` in `nestgraphql.config.*` for new configuration.\n\n#### `graphqlScalars`\n\nAllow to set custom graphql type for Prisma scalar type.\n\n**New (config file)**:\n\n```js\ngraphqlScalars: {\n  BigInt: { name: 'GraphQLBigInt', specifier: 'graphql-scalars' },\n}\n```\n\n**Legacy (schema.prisma, flatten-style)**:\n\n```\ngraphqlScalars_{type}_name = \"string\"\ngraphqlScalars_{type}_specifier = \"string\"\n```\n\nwhere `{type}` is a prisma scalar type name (e.g. BigInt)\n\nExample:\n\n```\ngraphqlScalars_BigInt_name = \"GraphQLBigInt\"\ngraphqlScalars_BigInt_specifier = \"graphql-scalars\"\n```\n\nMay generate:\n\n```ts\nimport { GraphQLBigInt } from 'graphql-scalars';\n\nexport class BigIntFilter {\n  @Field(() => GraphQLBigInt, { nullable: true })\n  equals?: bigint | number;\n}\n```\n\nIt will affect all inputs and outputs types (including models).\n\n#### `customImports`\n\nAllow to declare custom import statements.\n**Note**: Only works with `emitSingle = true`\n\n**New (config file)**:\n\n```js\ncustomImports: [\n  { from: 'nestjs-i18n', name: 'I18n', defaultImport: true },\n  { from: 'class-transformer', name: 'Transform', namedImport: true },\n];\n```\n\n**Legacy (schema.prisma, flatten-style)**:\n\n```sh\ngenerator nestgraphql {\n  customImport_{key}_from = \"module specifier\"\n  customImport_{key}_name = \"import name\"\n  customImport_{key}_defaultImport = \"default import name\" | true\n  customImport_{key}_namespaceImport = \"namespace import name\"\n  customImport_{key}_namedImport = \"import name\" | true\n}\n```\n\nWhere `{key}` any identifier to group values (written in [flatten](https://github.com/hughsk/flat) style)\n\n- `customImport_{key}_from` - module specifier to import from (e.g `nestjs-i18n`)\n- `customImport_{key}_name` - import name or name with namespace\n- `customImport_{key}_defaultImport` - import as default\n- `customImport_{key}_namespaceImport` - use this name as import namespace\n- `customImport_{key}_namedImport` - named import (without namespace)\n\n#### `fieldDecoratorArguments`\n\nOverride `@Field()` decorator arguments for specific fields. Use this to customize pagination fields (take, skip, cursor) or other generated Args fields that don't come from your Prisma schema.\n\nEach rule is evaluated against generated field metadata and applied when the `match` function returns `true`. Multiple matching rules are merged in order.\n\n**New (config file)**:\n\n```js\nfieldDecoratorArguments: [\n  {\n    match: ({ objectName, propertyName }) =>\n      objectName.endsWith('Args') && propertyName === 'take',\n    decoratorArguments: {\n      name: 'first',\n      defaultValue: 10,\n      description: 'Number of records to return',\n    },\n  },\n  {\n    match: ({ objectName, propertyName }) =>\n      objectName.endsWith('Args') && propertyName === 'skip',\n    decoratorArguments: {\n      name: 'offset',\n      defaultValue: 0,\n      description: 'Number of records to skip',\n    },\n  },\n]\n```\n\n**Available `decoratorArguments` options:**\n- `nullable` — Mark field as nullable in GraphQL schema\n- `defaultValue` — Default value for the field\n- `description` — Description shown in GraphQL schema\n- `deprecationReason` — Mark field as deprecated\n- `name` — Custom name for the field in GraphQL schema (TypeScript property name stays the same)\n- `complexity` — Complexity value for query cost analysis\n- `middleware` — Middleware function name(s) to apply to the field\n\n**Middleware Example:**\n\nTo use field middleware, combine `customImports` with `fieldDecoratorArguments`. Middleware values are emitted as identifier references (not string literals), allowing them to reference your imported middleware functions:\n\n```js\nexport default {\n  customImports: [\n    { from: './middleware/logger', name: 'loggerMiddleware', defaultImport: true },\n    { from: './middleware/auth', name: 'authMiddleware', defaultImport: true },\n  ],\n  fieldDecoratorArguments: [\n    {\n      match: ({ objectName, propertyName }) =>\n        objectName === 'User' && propertyName === 'email',\n      decoratorArguments: {\n        middleware: ['loggerMiddleware', 'authMiddleware'],\n        description: 'User email with logging and auth',\n      },\n    },\n  ],\n};\n```\n\nThis generates:\n\n```ts\n@Field(() => String, {\n  description: 'User email with logging and auth',\n  middleware: [loggerMiddleware, authMiddleware]\n})\nemail: string;\n```\n\n**Note:** When using the `name` option to override a field name in GraphQL, ensure you understand Prisma field mapping. For example, if you override the `take` field name to `first`, you must update any Prisma query logic that references the field by its original name. Consider using a mapping helper if doing this across multiple queries.\n\nThe `match` function receives `FieldInfo` with:\n- `objectName` — Class name (e.g., 'FindManyUserArgs')\n- `propertyName` — Property name (e.g., 'take', 'skip')\n- `propertyType` — TypeScript property type\n- `typeName` — GraphQL/Prisma type name\n- `location` — Prisma field location ('scalar', 'inputObjectTypes', etc.)\n\n## Documentation and field options\n\nComments with triple slash will projected to typescript code comments\nand some `@Field()` decorator options\n\nFor example:\n\n```prisma\nmodel Product {\n  /// Old description\n  /// @deprecated Use new name instead\n  /// @complexity 1\n  oldName String\n}\n```\n\nMay produce:\n\n```ts\n@ObjectType()\nexport class Product {\n  /**\n   * Old description\n   * @deprecated Use new name instead\n   */\n  @Field(() => String, {\n    description: 'Old description',\n    deprecationReason: 'Use new name instead',\n    complexity: 1,\n  })\n  oldName: string;\n}\n```\n\n## Field Settings\n\nSpecial directives in triple slash comments for more precise code generation.\n\n#### @HideField()\n\nRemoves field from GraphQL schema.\nBy default (without arguments) field will be decorated for hide only in output types (type in schema).\nTo hide field in input types add `input: true`.\nTo hide field in specific type you can use glob pattern `match: string | string[]`\nsee [outmatch](https://github.com/axtgr/outmatch#usage) for details.\n\nFor config-file based rules, use `shouldHideField`:\n\n```js\nexport default {\n  shouldHideField: ({ location, objectName, propertyName }) =>\n    location === 'inputObjectTypes' &&\n    objectName.endsWith('CreateInput') &&\n    ['id', 'createdAt', 'updatedAt'].includes(propertyName),\n};\n```\n\nThe callback receives `FieldInfo` (`location`, `objectName`, `propertyName`, `propertyType`, `typeName`).\nWhen `shouldHideField` is defined, it overrides `@HideField(...)` settings from field comments and legacy `decorate` rules.\n\nExamples:\n\n- `@HideField()` same as `@HideField({ output: true })`\n- `@HideField({ input: true, output: true })`\n- `@HideField({ match: 'UserCreate*Input' })`\n\n```prisma\nmodel User {\n  id String @id @default(cuid())\n  /// @HideField()\n  password String\n  /// @HideField({ output: true, input: true })\n  secret String\n  /// @HideField({ match: '@(User|Comment)Create*Input' })\n  createdAt DateTime @default(now())\n}\n```\n\nMay generate classes:\n\n```ts\n@ObjectType()\nexport class User {\n  @HideField()\n  password: string;\n  @HideField()\n  secret: string;\n  @Field(() => Date, { nullable: false })\n  createdAt: Date;\n}\n```\n\n```ts\n@InputType()\nexport class UserCreateInput {\n  @Field()\n  password: string;\n  @HideField()\n  secret: string;\n  @HideField()\n  createdAt: Date;\n}\n```\n\n#### Custom Decorators\n\nApplying custom decorators requires configuration of generator.\n\n```prisma\n// Legacy configuration, prefer config file\ngenerator nestgraphql {\n  fields_{namespace}_from = \"module specifier\"\n  fields_{namespace}_input = true | false\n  fields_{namespace}_output = true | false\n  fields_{namespace}_model = true | false\n  fields_{namespace}_defaultImport = \"default import name\" | true\n  fields_{namespace}_namespaceImport = \"namespace import name\"\n  fields_{namespace}_namedImport = true | false\n}\n```\n\nCreate configuration map in [flatten](https://github.com/hughsk/flat) style for `{namespace}`.\nWhere `{namespace}` is a namespace used in field triple slash comment.\n\n##### `fields_{namespace}_from`\n\nRequired. Name of the module, which will be used in import (`class-validator`, `graphql-scalars`, etc.)\nType: `string`\n\n##### `fields_{namespace}_input`\n\nMeans that it will be applied on input types (classes decorated by `InputType`)\nType: `boolean`\nDefault: `false`\n\n##### `fields_{namespace}_output`\n\nMeans that it will be applied on output types (classes decorated by `ObjectType`),\nincluding models\nType: `boolean`\nDefault: `false`\n\n##### `fields_{namespace}_model`\n\nMeans that it will be applied only on model types (classes decorated by `ObjectType`)\nType: `boolean`\nDefault: `false`\n\n##### `fields_{namespace}_defaultImport`\n\nDefault import name, if module have no namespace.\nType: `undefined | string | true`\nDefault: `undefined`\nIf defined as `true` then import name will be same as `{namespace}`\n\n##### `fields_{namespace}_namespaceImport`\n\nImport all as this namespace from module\nType: `undefined | string`\nDefault: Equals to `{namespace}`\n\n##### `fields_{namespace}_namedImport`\n\nIf imported module has internal namespace, this allow to generate named import,\nimported name will be equal to `{namespace}`, see [example of usage](#propertytype)\nType: `boolean`\nDefault: `false`\n\nCustom decorators example:\n\n```prisma\ngenerator nestgraphql {\n  fields_Validator_from = \"class-validator\"\n  fields_Validator_input = true\n}\n\nmodel User {\n  id Int @id\n  /// @Validator.MinLength(3)\n  name String\n}\n```\n\nMay generate following class:\n\n```ts\nimport { InputType, Field } from '@nestjs/graphql';\nimport * as Validator from 'class-validator';\n\n@InputType()\nexport class UserCreateInput {\n  @Field(() => String, { nullable: false })\n  @Validator.MinLength(3)\n  name!: string;\n}\n```\n\nCustom decorators can be applied on classes (models):\n\n```\n/// @NG.Directive('@extends')\n/// @NG.Directive('@key(fields: \"id\")')\nmodel User {\n  /// @NG.Directive('@external')\n  id String @id\n}\n\ngenerator nestgraphql {\n  fields_NG_from = \"@nestjs/graphql\"\n  fields_NG_output = false\n  fields_NG_model = true\n}\n```\n\nMay generate:\n\n```ts\nimport * as NG from '@nestjs/graphql';\n\n@NG.Directive('@extends')\n@NG.Directive('@key(fields: \"id\")')\nexport class User {\n  @Field(() => ID, { nullable: false })\n  @NG.Directive('@external')\n  id!: string;\n```\n\n#### @FieldType()\n\nAllow set custom GraphQL scalar type for field\n\nTo override scalar type in specific classes, you can use glob pattern `match: string | string[]`\nsee [outmatch](https://github.com/axtgr/outmatch#usage) for details.\n\n```prisma\nmodel User {\n  id Int @id\n  /// @FieldType({ name: 'Scalars.GraphQLEmailAddress', from: 'graphql-scalars', input: true })\n  email String\n}\n```\n\nMay generate following class:\n\n```ts\nimport { InputType, Field } from '@nestjs/graphql';\nimport * as Scalars from 'graphql-scalars';\n\n@InputType()\nexport class UserCreateInput {\n  @Field(() => Scalars.GraphQLEmailAddress, { nullable: false })\n  email!: string;\n}\n```\n\nAnd following GraphQL schema:\n\n```grapqhl\nscalar EmailAddress\n\ninput UserCreateInput {\n  email: EmailAddress!\n}\n```\n\nSame field type may be used in different models and it is not convenient to specify every time all options.\nThere is a shortcut:\n\n```grapqhl\ngenerator nestgraphql {\n  fields_Scalars_from = \"graphql-scalars\"\n  fields_Scalars_input = true\n  fields_Scalars_output = true\n}\n\nmodel User {\n  id Int @id\n  /// @FieldType('Scalars.GraphQLEmailAddress')\n  email String\n}\n```\n\nThe result will be the same. `Scalars` is the namespace here.\nMissing field options will merged from generator configuration.\n\n#### @PropertyType()\n\nSimilar to `@FieldType()` but refer to TypeScript property (actually field too).\n\nTo override TypeScript type in specific classes, you can use glob pattern `match: string | string[]`\nsee [outmatch](https://github.com/axtgr/outmatch#usage) for details.\n\nExample:\n\n```\ngenerator nestgraphql {\n  fields_TF_from = \"type-fest\"\n}\n\nmodel User {\n  id String @id\n  /// @PropertyType('TF.JsonObject')\n  data Json\n}\n```\n\nMay generate:\n\n```ts\nimport * as TF from 'type-fest';\n\n@ObjectType()\nexport class User {\n  @Field(() => GraphQLJSON)\n  data!: TF.JsonObject;\n}\n```\n\n### @Directive()\n\nAllow attach `@Directive` decorator from `@nestjs/graphql`\n\nGraphQL federation example:\n\n```\n/// @Directive({ arguments: ['@extends'] })\n/// @Directive({ arguments: ['@key(fields: \"id\")'] })\nmodel User {\n  /// @Directive({ arguments: ['@external'] })\n  id String @id\n}\n```\n\nMay generate:\n\n```ts\n@ObjectType()\n@Directive('@extends')\n@Directive('@key(fields: \"id\")')\nexport class User {\n  @Field(() => ID, { nullable: false })\n  @Directive('@external')\n  id!: string;\n}\n```\n\n#### @ObjectType()\n\nAllow rename type in schema and mark as abstract.\n\nExample 1:\n\n```\n// schema.prisma\n/// @ObjectType({ isAbstract: true })\nmodel User {\n  id Int @id\n}\n```\n\n```ts\n@ObjectType({ isAbstract: true })\nexport class User {}\n```\n\nExample 2:\n\n```\n// schema.prisma\n/// @ObjectType('Human', { isAbstract: true })\nmodel User {\n  id Int @id\n}\n```\n\n```ts\n@ObjectType('Human', { isAbstract: true })\nexport class User {}\n```\n\n### Using library in other generators\n\n```ts\nimport { generate } from 'prisma-nestjs-graphql';\n```\n\n## Similar Projects\n\n- <https://github.com/jasonraimondi/prisma-generator-nestjs-graphql>\n- <https://github.com/omar-dulaimi/prisma-class-validator-generator>\n- <https://github.com/kimjbstar/prisma-class-generator>\n- <https://github.com/odroe/nest-gql-mix>\n- <https://github.com/rfermann/nestjs-prisma-graphql-generator>\n- <https://github.com/madscience/graphql-codegen-nestjs>\n- <https://github.com/wSedlacek/prisma-generators/tree/master/libs/nestjs>\n- <https://github.com/EndyKaufman/typegraphql-prisma-nestjs>\n- <https://github.com/MichalLytek/typegraphql-prisma>\n- <https://github.com/mk668a/nestjs-prisma-graphql-crud-gen>\n\n## Resources\n\n- Todo - <https://github.com/unlight/prisma-nestjs-graphql/issues/2>\n- <https://github.com/prisma/prisma/blob/main/packages/client/src/generation/TSClient/TSClient.ts>\n- <https://ts-ast-viewer.com/>\n- <https://github.com/unlight/nestjs-graphql-prisma-realworld-example-app>\n- <https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/data-model>\n- JSON type for the code first approach - <https://github.com/nestjs/graphql/issues/111#issuecomment-631452899>\n- <https://github.com/paljs/prisma-tools/tree/master/packages/plugins>\n- <https://github.com/wasp-lang/wasp>\n\n## TODO\n\n- CommentUncheckedUpdateManyWithoutAuthorNestedInput and CommentUpdateManyWithoutAuthorNestedInput are same\n- Add logic to detect view models and skip generation of mutation inputs/args for them https://github.com/unlight/prisma-nestjs-graphql/issues/248\n- dummy-createfriends.input.ts -> `create-friends`\n- check 'TODO FIXME'\n- rework test, use setup file\n\n## License\n\n[MIT License](https://opensource.org/licenses/MIT) (c) 2026\n","readmeFilename":"README.md"}