{"_id":"graphql-to-postman","_rev":"37-e9310e10ab7729b30b9fe4b0a9c81ffc","name":"graphql-to-postman","dist-tags":{"beta":"0.0.12-beta.2","latest":"1.0.0"},"versions":{"0.0.1":{"name":"graphql-to-postman","version":"0.0.1","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.1","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"dist":{"shasum":"250b5964f41af5e675c8ebf2817e6ed974160631","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.1.tgz","fileCount":13,"integrity":"sha512-h0ei8ogMnKskPvB46as+o7qiew28VS3Lfwpu+XYj9F6vtCosIpBfh54u9XzUuLrz5d3aScqUHFi1GtpEeJYLiw==","signatures":[{"sig":"MEQCIACxy4PS2wB5LiEeQs5ZCxFuksPCMAC+Gdzk4pt00y8CAiAKTqgYaXIpvekbIlVfg94YbyY+vidoe1YC0HbGfmVbog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd71aTCRA9TVsSAnZWagAASZEP/j6cqhaxn7dzWsNGd+dO\nyH8hcRiWS/AZN8qP1urD9oOmvusjJym1udNqcaptXMYIFp9gpGO3kCBs7c2S\nX4H3EFnb5JVzpRraG2NBX3POBGfdEdlGXnYlA3pg0FBFoozzGxU1OG06MIhE\n8XdNOhLbzd25wbzrJZUSbHFpGSsPwtXW+t2qVOA9m8NkuI5xTSdmK7L6hozd\n/kPcESmsfL74bgbIPyHaw8PiAt2T246UpdY8lN8PJgNXDxYE1XXIHTpxzFct\nl1dSj2knI7+vV4t/Gsedhay3mlEiuPfy4L2LWftCOPp3fsiWzvNpZS9U4L1D\nyns0FPDI4vNItR/+yhAxQcLrj72aE8o5e5cvtnEpXcvUlne/X8QVa/Px/Ea2\nM4TSk6fIkSwnjf70p6BZpAlgh3hnRfHq64q/C7raqGv6ASdNzJBlCzyJPiXC\nc0iJKOz+Hv3AJhyoVmo6lryPJlYbMGka/bLS6KdWmr8kG8yDONImvbwBx3mW\nPQstH3FHwg3icieuhMVY2P/J/0iuB3b3Dmuh79y5DfHzVS6kM62ylnOJYoa9\nvouZh13YyBuCddGf8qifFUuYWobkAoDOlZRZLkSp7m0wbCVvxlhh57aJG3RL\nlGDsd0iA8bzvuV/IM5/oeUAu2ERIagV5DQ0UIXc+uFBBwCH+tme59GRVi/ja\n4LYx\r\n=62NP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"4905c6a44543d96ebea1ac4eeb5cc9e28cb0eb0b","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@getpostman.com"},"_npmVersion":"6.4.1","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"10.15.1","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.1_1575966355488_0.3612199902768938","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"graphql-to-postman","version":"0.0.2","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.2","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"27e040cad4527d1316093f5dcaa02d1d1b03224a","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.2.tgz","fileCount":13,"integrity":"sha512-9SonhQj+UEg5bDU/RsyFNfRCSvS7wGPdR6RiPQnhxTH37egLid/vE/8+GqwksboVu94WVcltGBx5ZxC2khaFRw==","signatures":[{"sig":"MEUCIQDuuMlje8twTYYxvyT/GkyWGZxpnbz0XSCDNydTJIVPHgIgNp7SdGyTB6ZIfwEchGwRXWgf6npgrawQxM1aSf3iN3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/JFsCRA9TVsSAnZWagAAVGYP/R67svu6KnSaP9pOFzoM\n0EkW11zfTEionYhoZp5g24Kz/1hrxbuzg6di5UpHTgpVKVTiFWdlWlK9TCok\nKvJ8NLRcj+skPd5L/aRhdKxltv8xf8itDqhlCrYFKhuo6biS5Hwn6UKRhcjc\nbJ3hiby+W+3nGjqI3qRfz+i/TIqe8PN3KRKwqCU1qsaoQDxhDIxVZW78tek4\ne70SaU1dyMGFu8ccaxPJuftU7CmgBQ1ZFEdkzY+pTn/MEFGk9UxMRkGMX/zS\nGonNVEWos8S89Q9ayIu81PUZDUu97TgPObcHYPWRB8wnFfzEGilihcLuFlLb\nyuqMnlsi1IvGnCDKSlVw3ozg6+/4tbhOzkKHWGtekGXnvd2fiN7bna708znx\n3R2UzLe09ySpkTSj5egbT7iPWyfhW2L+TGhBuSZo0Vyxz9+0ipO/xSa+AZs5\ngjpLpVALbEWOwmQfVKUeAq2eNaLo9FpJA+CjPQHsUxiwwnocuu7utTXT1UNS\n8IM4spdNRtxbPoplXU3KYojxLho27l8zohWvR8SS8ye/8N184xPsF+kuao89\nwOLckSbIUmZpJl0Q6xUcqaAMbbHEP/oXhFsRdydmtwRuaWy5kFv31E47TZK7\nbz5Kcc8Y2SQkiBv+EE6xXB+AcKOKBN3BrEZexAnO52hbpib5VqtciYTtjLNw\nLyHE\r\n=mtPG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"29cc5d122c1f12a62dbd0067eac390927c4734c8","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@getpostman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.2_1576833388078_0.7686352015474094","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"graphql-to-postman","version":"0.0.3","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.3","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"32a7021d24e9fc5bb6d2efb8796be2ca041c8aac","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.3.tgz","fileCount":14,"integrity":"sha512-ZHmARS8g4XAfjHCmniH/6EwpUsVcamNmUahpEyrtFDSm+2pEoYen/Wyd9Vob0pqv36ofLy7y6G7CCgOOQbpzmQ==","signatures":[{"sig":"MEQCIFWM3yPuZk/GuRGpZuYpvcUqV29oTCBLEhEnRiA8ITsLAiAcNVvHyZYYxqYdSvqhu3REej3xANlVLCjtqVJyb272yw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefILhCRA9TVsSAnZWagAAfYEQAJvo3SB/LFWjKM1zG45j\njKvb5kGY4ZRT5werUS97o++1SD/VQysTMwCnoXNOHRsuxqBnsna3Gpb7qCu2\njmBDvv2ES0eEGOjTN8VUDg821Ck5Z/buPgObAAkNRUPb/oKdT8IdPdM+K8S0\nnBcLFKMsdSaFuYr5mf4Le4Bx37HsBGlxFkEWQ1D+ebejXOHz+iAzkX5GFCvS\nsVUutamV9ZxZyNrG6F2sRzg2gbB2sfwLRLUm7EL6PIHenRdW9RwdgS9aA02G\nsVtFWuoYo/OQrDIiNhEgd98KaEIsYCWvGVLW5JPhmZ5fnuZP0olOwzsCnUAr\nJ9DGH1On56RNmqaY4h4l2hRCJr9qa6/MgmuJxQYHFlm98hPaFiKMgaDNpqp3\n8DqZ7hpYfoH5eOMhkTIxX0i/QIX5VyPlI0I/hMmd1HuX9aQ0ZP8w5OPhPI2G\n4rj3Wj+SB9Ti84SubhUesYi1ADD2pWlBg+FGVcxYxTwzLBki9LlxZU5TwGtP\ndYxjJlSDj8fXavh8GMSV+UDMFKr3CCnKfZT5zjkl0u1UH6vk5Y6NtdQq0Az0\n/CDIZGoLfzlYuB32KuFSqztpcMl9TVRqsSg44sfnnp1/PfEgaTOTEpD6w/6p\noKMr8rP7h81ZihMU6BQMVuVn2kQf3Tp1Nuz+lbwq8AiHr0TYTwZuQpQTFXF2\n2Oty\r\n=ZMLj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"baa1f4ffb65ab0600dca40ca6faf4f42f5c50c23","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.3_1585218273177_0.7582484602220467","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"graphql-to-postman","version":"0.0.4","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.4","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"8587ca3b4fd79a4d2e3888a12a692b713b20d887","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.4.tgz","fileCount":14,"integrity":"sha512-j3wbNP5yTgGV/BzxS/H/95AfnoybCeC3QmjoQsUbcZMCOEj4Pel7gYghWH74bu3qFfAg4UbV8gJnDb0PrSdoGw==","signatures":[{"sig":"MEUCIQCE1fmG0SuzR6+KqjOvELjY/zBz3pO2RxY+lUGLWyNOpAIgLfWIc7mG5emOcyXuFWEha+Ub7So1xGXRgDs5S5esPMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqUJ3CRA9TVsSAnZWagAAPFoP/0s62ITsP88IjYDa0S70\nLe3BmMqqZXxteJa9wAfe4v5whbNiPrPGI0Wkf8NbC1u2WUDBIgywoil3iXA0\nkrxMHerVTIsaHvu8OIIsGGfR5UcOGQL6WaOL3BHl3CRUCjkTVFaVmz8eEocd\neqI0x9u8TvC9WExj3VsuEmp49Mjj8U5xdqnywJurE1CnDDmd8mHHerUVvb5F\nehofteF+uWgmoByxclTe1ijwo7UJzxf310P4jcOZJGVVHYOk8doxt7Vvq9Dv\nP0kqRsmrW1F/eKqLQ7ffbzRs3Cp5HI2bjzrEfmEicrWBvEn8ysfFKf6XdlXT\nr/07VDNkmqnDJ3AOXQ7CmtxHj0lTSJ2ieOHGvZHHLAZgr3gEJFqw5HITSEOi\n2UQvuc0GJMNnGIW0zT1XovHKp+Dcz9/ILB1leM7lpJtrtJ2qg0iwBmAWu6g2\npYPUskPo6V2SYF+3vt2p9CtR7jFqRtDhdAkopaFNA/hZU3EiG6hVJg8tFOBT\nr6CeGrTji0hSo1+2RDJW8RvPQ1GQyl4bJEll/HVgGKI7m6MewXJF8e431ged\nBHjTgj9edsIBxdiWS5qEZn8p/LQTzlSADeMaILEkDFPynglJvLTMRV0S5+Wt\n6OVvBlfVm6Z8Yc+A9Bu8I4UbmVk52VpwSfPdlXbWLBxU4pA7rjXFq486mlUV\nX7k9\r\n=f+Em\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"366beee1bcf2c33c2d4ecce52f1226eb289450b4","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.4_1588150902853_0.9684215066545545","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"graphql-to-postman","version":"0.0.5","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.5","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"0d0a3684b9b0318dfd2108f3a217b8db359f6d76","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.5.tgz","fileCount":13,"integrity":"sha512-mXZRMBoB/3cyRRR4FCDRNuKpjBYlDOIgbVOV6AHaGUnAqL+NajDoqsojsBhCCOZe9Hz+unqInug4V+Ol2HIsTQ==","signatures":[{"sig":"MEUCIQChKwtl8znyIHNoSUw8B4x8p3QbN1k2ieCAQljw4GvjSAIgcVw0dLM/r7h1QDqCSa5Gke2Vf3a6MPs42gSka+4fYss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47077,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevjC8CRA9TVsSAnZWagAAYI0P/1GP4D5tqbAcx6o2czZe\nnmgNe2f9Z6ybiGXEFbSIx0oujChwRW4M3MjBibezeYz7ets4DyXlEhOZzS6S\nHsl1HSn8QIBuieV9otgqZ6P+ImkLmMkqq8ErFBkNAEb3/Fe4/MlDR0l/BTC4\nGHUlJFQ+mOQRJkf/0xWN/Y5mYjmgTzneOglJbcPIqZm/CYZSSzUvjHh/hCQC\nNlmLYtUBN/h31jYuQtWb7yCJ3LpdR0pXM5cXT1xSCI4RT98mGt33b0VDLFPX\ni1QVXXrVFpBZhi4Y+jtCePGzFVfMsqHWg+53Epl2piffqJax1B7lYJQmc5y1\nEe4koBiyAH7GXJvx8wznljbvAAZSXOGzmXdrsVAodOafr4HA/5aVWF4BCJsP\nCSA01UdZSipSrH05D0lVbykA5eaNI0HLukJFypC4U696P3kB7uuXmu5W3Buq\nW1wOBILCAPqL1ajITsKPmveAMLIM0zA2rZAu6V3nV2sPFJL+ARJJsB6X/237\nSOG8ABRULhXk/9gTDwEIriajbBC6ytIM/QOz87k3Y8Zdlo7q+jmreF4Rz8ri\nhcVxhw4G8pSYEzQLGNHAI5uneVPlXss0K3l6MrV/Q/MSipeIEhqq5eeRZjcj\nRTUItrhFgOuG+L9thnFC7eAE1IqtpO/SnLaactfODbJoJMcMyyJ+1WyWZpKW\niyfN\r\n=yCY3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"97a4ead9488ccf121f417c3ed61caeaafa7f188c","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.5_1589522619640_0.9587799935566896","host":"s3://npm-registry-packages"}},"0.0.6-beta.0":{"name":"graphql-to-postman","version":"0.0.6-beta.0","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.6-beta.0","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"0c3241b922829cd3809c41d83d6eaff5d0ed53ae","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.6-beta.0.tgz","fileCount":13,"integrity":"sha512-QSepCZNI12BCaieqpC9Z96DWa1cOEcc+HDUU6TrBViqyOm6J5PEsqKLWJSrCKz+jPANJflngxqlQfcBg7YbD1w==","signatures":[{"sig":"MEMCHxHAXwzOJqT0aYJbnXPPc3F5FYFu2I6c1+zQtjdv1NwCIBQjCvt/S22lwFwcz3a/0f0rqzqYpMFr+72DPSjCbQH3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFVdFCRA9TVsSAnZWagAAKfEP+QHFm4EMB+f25borTVwg\nAGFhPzXjar6gJji/PXSnJKI+5s3t+M5w0XP6h6WWppr9unTXOIgvNaOGsDBX\n8Nia+YEYQsww2mCkEZOPtdBsGW4wx2muBNVsSgK+HjEh4m2RR6XtKJRRZynl\n97F5+qvnIF7EytG7V3bVB/Y0V+5/GsStS99fY5OaFLVTB//P2bqCS+bLgJog\nanYIxZegxsY9ZlIYhjksrR4iddsVVWV65VND5qTdTPbXpoovcGu+FGCb+CKK\nd3J0jlAFICMnZcHdbI1H1Ml7kE2VMI1dXU7jK9F+MuCwKj94xTVgX57xcI6B\n/F6BccR7QyCvr2XBCTGzpoK0Cm1shzeRiIlaeqoHcLvfUVu0RXcjuk9tRsxK\nL8XV0UOlYib1yrODCTTxD+/FsqjC2bVY1LElKOVG9+JjhMg9Rrvs373oRfcV\njNSqjX0rGPhNrlMYEFy33G/WHxcNG5+S8a4vX8xQ4M3bAxmo9AaLceHPyW13\nRgJKsifOHi7+2iIitunjPEBUvJHrCyZBw6LUyvYMELO6ikPNEBGjZI33ZMi/\nduefW5NZW7lnNkNY7nbuUL54Yd3++1m2ArZIdsup08m2XK55GxKTknN8g6gh\njgMIYKflOHx3PyiAuO03JLVUnrxw2m9KOM9dffE5VrjUtq14bjaCJxMZeWZC\nXVUY\r\n=yfGg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"3f1ccab6a0ba387bcdc4f1fe16515d5e38490bc2","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.6-beta.0_1595234116889_0.3371957789739126","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"graphql-to-postman","version":"0.0.6","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.6","maintainers":[{"name":"umeshp7","email":"umesh.pathak@getpostman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"8c91a44d5a3bd9614b75cc00166c1bff2757dcb3","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.6.tgz","fileCount":13,"integrity":"sha512-Ox38DISWbn8rDqfkA4isIPmL/E/NjMDEHv+ltlNcjzITaLWbPDZ1MTGgo35OowOgkOaMx5KdpDFn1jWLRpZOfg==","signatures":[{"sig":"MEYCIQDpFsAkALaWWjrAMFmeRE7BRjk21iyLWeme7awk1GDolAIhAKBc7+gBcUnv92Vf1JxsW1fWocd5hOjQOSmDwAdddjIP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGbMnCRA9TVsSAnZWagAABE4QAKTXYoej/U+yiy4Z2mqT\nn0mQV2gGAYYO1Yec8NcbthsmjBzQYPuvPftJFSqE3ZgXq1wML4CsH2tGAH6F\nx1txeh/TMlxc9tVQFB0j7d8BEDl0H+A+yWtSgud2jiAB/MtiJ4rWVBEKu/p8\njuf6h9cmyGn7YoW430kFH3OufI2smw/RelQ+i9CdneBo5eXnemy1N+PKK3JY\nN1rY9j3yHl7jhzOyInJqzWbuFcRf1hsOEhUmTh5jjk0yYcjtemoWTPO1Ee7k\nxTGzSgu+hF9zf+UjUcAmaxxK8b+r6pJ6MmeEmlcKfzdtilwEYeFwEpdxn4gx\nB8qldmLRsxErOH/IqRgB+hFKLdbWITIRhW7ZUTAW93wtbfPB9gt5xxvZUFOo\ndK39qJCFlw2+fbBfrAyvXvNdFZHjEuUDAHd4nWrNgRBAObjJFnUXmJkV6OW5\nQ/F9c3TT/50fHSRJJJrM1mXNQ6bWtYC95Eb7j/DFvYD+bOxoWyveVFOkxLjS\nto8KePgWiQQ/ZtDEBbvz7Pp/BT5YmQ6Nw7xccKqokE6uDqvhBAhMxwwKG7Ze\nNs8NwVWBavlYhaYqI+sCUTZ6LziOfxZswbbsqA3B7Bz9Sawqi/v3S+C4Ie1E\nS9fweBABiRKbVUrpThLDh8/OKR+ZzU327RX/EAPbbeLpJSyrP9UkdwzsP3gh\nA3gp\r\n=ozEV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"c959446e619310d98a33f90f3e86d61b02d2b467","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.6_1595519783498_0.978556178947902","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"graphql-to-postman","version":"0.0.7","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.7","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"3cbe9ed032bb9fddbb2217dabd029245c5634403","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.7.tgz","fileCount":13,"integrity":"sha512-ouV46BQXz29C8CijatRWTakhyNAAqXTmMeeokr81ruzECWOjA4nACAxYT0WuJdbtAbkWoxHQbouk1aRMOyaJlw==","signatures":[{"sig":"MEUCIFDCZpN3t73wPRcx/FNJZeJD576WjTRHjkNnEKRdUhGpAiEApgUSwHRtONnPgYBnfYc2yXW96Js+VMz9tu0Du2zcAzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkqHYCRA9TVsSAnZWagAA72EP/iUt+269W3YFPBXyK3+C\nlANRzw5OBpQL/hHU1HyjmjQAzShamdVuTiaEt9embMGK3KBTkePHDfmms6hs\nmN2cODzb0vazYMiztIr+QbP0xGenC0C85Icylgb7pp5Ln6e7a1clWl2Sn8vA\nZW/Tq+LyCYi7Rvx90t+YFCk7cw1UKPG0Lc73JhOMBpo/huxpGsZlU2nnom3i\neWPTXX8XFtMdFiIDU5GSCYT+6+yv23c9j/iabSRdux9HhpfItmKuoru1d4kg\n38UwvQ5UinHKnCU5DpASu3Bc+WbYEQnw3IyQayg9Ubax7qa8XgOvVn74Zv5o\nh+AfYdisttKwVFgX5YZm5qvVMslYu3bZe3pqQBIrILotUfs6AMjXCqHb3Sgs\nvx8yPjj/lY95a0WKxT7nPWI6dkMRMdfDxDLB4uQDCGRAqPfeCI1CfwgDx9LQ\nYW+AMtrSKjA+YjOEXIO/4YKgJePazhOBbydJtrUv5m16RneMAJEPohtqwbV0\nYV/6ZaXemQVl8at+Or61OEOSFkOBJRyLUS0XW0H4B84iQs4FGn7foD7ixkIv\n0bhTg9xrRBGtQhmD7hpC14QhrJF2QYLtbOedQdmm18wwnuxb8mDQ9DZcZzD4\nn6jIBypi35cTlMb5jqcU7jEz6HQlfu4VmI0EodNdh7othZhVTHwzG03MFE9i\nIJ+Q\r\n=s7yO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"05992e44818f6ee99c549294d8370b50d91d7616","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"lodash":"4.17.15","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.7_1603445208413_0.19225199129251336","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"graphql-to-postman","version":"0.0.8","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.8","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"c141d2b180a46be60e98ed599ac844df630f43c1","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.8.tgz","fileCount":13,"integrity":"sha512-VK+I81MSxgdEW49UcR0KMds6gA77SKWTm10UUEt55h3oKVcx2pop+uWX10bgQrtmYyUCSYSW0lnGN2q2ffTA8w==","signatures":[{"sig":"MEUCIQDQ4016XQiYAWLpg/G07LCEr5krzBIxHLiP6WyOo4wHsAIgHXVr1cK0Bel38ttiH5XyAQWLBypuYy/T4z7iHVceon0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgT3BbCRA9TVsSAnZWagAAtG8P/jv18iQtu0qq/WSuXQsM\nmou5FsyWrIDHZcR08rC+qrzX+aAfgfVEru5A+zo/9nYe5QGvFvSAscUMQVtI\n6mFIGezeYzMKlHgVyEU28bQigb3/RkCEXr9HkhZV5j3tNYwoqYspYUM0VO4J\np3OIMBOwtoaJuiytvVBn6izLWSTDpWc5TxJCyUR0kWDPR5uYI+2/F9FazTmj\n3xz1WBnrlRKZpSpSXeQWmYVlfgDpeaawKHWuzWvyEuo6pPcj6kABhHJEk3NI\nxrOU1AV4rgRUGv6ZPSnEIub68mK6d8KS4TfWlMD5wfVRc69UQTG/kkb2PnES\nqGSTztZiFmUQHP5JVsKANY4CO2DG3Fd1TI4xeCO/XOmbMb9u967KU/usrfgk\nyn4Dt1/N/Ojj1qQVaGyOAsG/D0QHrj3ZoPdId4llEtI/1wuu+9PfLE+h/hnE\ndtSDKzwzroAysghHTKwWsoNhpkMRHLYOua4y1Y8k8GgxSNfkfCgGjAMnUzfy\nJfd0wyOQolbiL56vKtsVAkK6QEx6nHKzP90eY01El+6JGGgGe0PxMmDz4YDJ\nxSFBVJBIPlgPDP78CA+uJRobMxzsCfrbURk/m2N5guIUtAjoihqvH15Dn3J4\nrfvcfSpJhGZtuUcWEkGDGKXymREuXWiGj5QtCkEHbuu+h4ZEHGX8TdZhBfM5\nd+qC\r\n=yJ8G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"d241ae1237459f58fc3aa2051ad4aaf1c48da641","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"12.20.1","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.8_1615818842919_0.7729401550649406","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"graphql-to-postman","version":"0.0.9","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.9","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"8002be878ee08a7f3bb58c6966e98097e9726e6b","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.9.tgz","fileCount":14,"integrity":"sha512-68tQ7F84HrfGzkyloZDpjvPp2lbr2ex8E8DUeSTkhnJ4Cxnj5DYCKVDs7Ja4VH18wbgW3UjmymgV0zblcskroQ==","signatures":[{"sig":"MEQCIGyCpcKSlSJdrS1jZjdhjhpygNeqiDgVONYIEt2g3fBCAiB68Y2g7qwiy3X4ULoOzkyYf6+FmWILQAAIfpV+XKZ+9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcHGACRA9TVsSAnZWagAAWbUQAKTEGtF7IgLwdlQDWm1X\n7ejK6eOLDpk/PJ0izMypBe8mVfuXIhIzesnMEcvU3VVAsRmM46zQsxLVtZUH\ngLNuIit8iM5USYhU37cyHvdiDqfOTEjsRK9pozkxTdowhiSKq20hRUJWj34U\nMte3Rf5+zUf9zLjMz9PguZdxng3WfNIzzXAORmER2uOtznKePTb7vINv3RZq\nRqutqdSsscjdW0zv6rL7X8tGwmA8On57+TYMJa48xsj8CuHJ04gCuQLNY3/M\nYI1gqX9p0VWh3hpSy1hWYYRJTkxECseJF8H6+iIzfMLxtmlGE8NfDAdDYbk3\nwUBIFizvMr0o2PyDrxVIlVxK8vKqA48OoLWlO9FkOktqrr5lvPiL9ApAluPY\nrA6B+c0trx2g7JGGeIO6DfelAPg2gSZopkvjtKK4DvnZK96xK7ZeXG3dqfh4\nPXGCCOu89BOoEaD4Q74FJTV9rZNIueYA5CCe4xBfxtnOjXguNf9XjwBaIZuz\nWlyjjsaa1LwtWq6GPZNGgyMCnijemRMMOnBXIh75vTwfbd6iG0BX2/JVxC6N\n4iZEh5ZZlDP/fQk4OpicWmjxSybStX/mkkt0l1kC4T9+XGI4wqS4GsUa0JOV\nVj2nP7xplF1fB/VNF5CnibVI+wYQlVw8AkEnAU7gEiRjaAobaA6TDF+4yqLG\nIvm7\r\n=q10z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"6c751093ad2f8473e38dd0bfdd9247b436a22073","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.9.0","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"12.0.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.9_1617981824136_0.8630877894051112","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"graphql-to-postman","version":"0.0.10","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.10","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"2da509e8c2b1bb35c4e281b3ce886ef72a082b24","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.10.tgz","fileCount":13,"integrity":"sha512-VSOL5MVSiA9LhSU4Hnp5f3FGiV2h6hXq76c7c/7J3Izfhneybx8Xi36bLznDvh2LmSusD8kPeIefiFjfrj6rcQ==","signatures":[{"sig":"MEUCIQCPBZbxvf0epQx6rpvRX1KltiOS0LLb1UxwUuFGOG+iZwIgOUI7sXnydKIEUxAv2R628hScRfaa11ZiqgECcyCRnwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51154},"main":"index.js","gitHead":"ee8bc51949f7ef2a832072018d383dbf43cf7797","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.14.8","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"12.19.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.10_1632684791994_0.7067000291970327","host":"s3://npm-registry-packages"}},"0.0.11":{"name":"graphql-to-postman","version":"0.0.11","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.11","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"98a45d716f96f55e5756089c79ffbceb4521da8b","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.11.tgz","fileCount":13,"integrity":"sha512-9fPH1UugEOIEWOHPtnEMQaCRoyAVAt/0ItTNH0l469WVrF6oOkGd4u9Af03UXHQKB5Ztew93ZrLa2cWiBEAM3Q==","signatures":[{"sig":"MEQCIC0hBB+qbAxKVyU7Ua4PJtGyxsDaHUR0XVhRhJSGFrNiAiAaXofgkzsZtj/dJ9wY420bcx+ciCCfHs3UKkMmog9xLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2spXCRA9TVsSAnZWagAAk/0P/3NmcOdfbf0ISxOg1rKT\n79GlWop7H772GiSawJlcremw0Cm6gk4UabXs3G/38ciuc9UcJO2TaYVK0IAT\ndU8V68oPSR0Kd9Pd4igUQyQwR9lElU02Klvdm/m5y+ZQr0zfgTCmRtIzav1E\ndStogwUy7CgReXUNSSlkEO2vfyk5pBxGqU5mo73L7bY538ADcAxsTJpg4+7P\n6Xkpgpjlo7hmP7iVx1EwuLG6BypI0PNIDqSNpVeoA+9G1xqjiMuJfHB9zq0k\nxWIQ+NiEJhV0JKQpYDfT8SeRZAgmJiC7qZVW43kcQtX+PvQrums3QaOKrjgd\nZxN92DXe+PB1Qs+4aSYdvbFFUhVsEyif4LluLUgvMDCCSFb8LD6ZyQnyXkZf\nWIdGBb8oGkhpBNeGtRrO4IO3fg7sBdGi+Xb8yHWrxXQY+RNZMOtzRpfrP7SL\nFMtwjuhPOHNMPNu1V5cDMlOXkBr1GK/AGYgyHm2FqYPqp2muez7Rd9O6qH2N\nV109Usj0qsQAwL0RkNoqZ3uCpILFVFBnkI2xwAR3EOuk0rT4d9YY+e8anEwp\nN0MGnV5G1F4FfSA3BYNu56rixBv9F5aJgz2q+Lq0nYHtjTWcYAxTNSh2V/zO\nb8iisf/tQFUdZcsKruqg+MnhZBhUovhd4YujUS70Tsb+oU05/q5PilVHJUT8\n5hAE\r\n=0yEo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"dc5dc5e24578fd1b970154fed76d79e726b2329e","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.14.8","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"12.19.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.11_1632684847264_0.3190211751537","host":"s3://npm-registry-packages"}},"0.0.12-beta.1":{"name":"graphql-to-postman","version":"0.0.12-beta.1","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.12-beta.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"aaf982a55bd4f4d20dd0ebafdd619dcba96a429a","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.12-beta.1.tgz","fileCount":13,"integrity":"sha512-hMsVXoy+bOREy3qn6W7+i6ag6J1vY2HxI/wXzioarCeYUchkTV81Ed7po8lZOX04vPpjh+eRBrhqaXhggEHPBg==","signatures":[{"sig":"MEUCIAZ96VkQ0cWqFaBtP/1xO2ehn3O9Ne0FJxCwMhTzDzNLAiEAr7qifylvmZnK//fngSlFVKidveLnjV56X1EeUv0p01A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjq9vLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTNg//WP+1NKM7KHe2wzGU+NgPI/TswjCNzLiWgroFGYdz6MCRiLdh\r\ncqbRzHOXfp4UqgxfK4bOBdEzhd6hyNowUsflkDrvz9Ectbz8fKfgLzdmMICX\r\ntOFWue1Wj/ABfJQOqMTDUPhbS5ctHEhoVhExobytrxBgmZyZMZU162OuasCS\r\nyRPWVeRRZ3dMleBhQeFfW4XcR24d0sPePJx84CeKXnCRLxSBe9ft4nGaVB9o\r\naiJ47O1T+s+FG4jwTA7WpF3QWzIzFJv9Y9znx02IpOecsQMSr9/T3q3Xq79e\r\niNIOqpxWEUI1YKRb4IF1ZKjGCSCOlrTgi7SBrLjZXnuJu+w2OZLEgve6Zh4D\r\nEwfDeFkUgRGqqDIkzewK0HW568th+OgKqk7hU96ipWVjKQjWicOCol81mkce\r\n+cWk7rNiDAX+yxMwxdVM2st6FGt9+tN1zHGkyE6bhwY+CyGWxvhqI7tunVvr\r\nMismPR7pdLTRONAlbUM3JIU4EGUJjf8lb92eRxbGL4ioP5lkT6KVkTW2/zBl\r\n8JndzTx8jl1ChXXOUFh/VdouHPTnNxvdH4x+XXZ4DP+hMd9gPBUTpiHshsAs\r\nzm5npYulsXBOd/CTHcrIMp4oO9HAbNnUZgdibLSnp9laQfqME1gqo0RpYap1\r\n+RKWXnRHiK9qdg1sTA2UQ4ZvuU0O29DcIqE=\r\n=tnqm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"e84739c06f936b566e9e46e248e68c84e4052ad3","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"akshay24","email":"akshay.sharma@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.14.4","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"14.0.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.12-beta.1_1672207306971_0.9143406498484705","host":"s3://npm-registry-packages"}},"0.0.12-beta.2":{"name":"graphql-to-postman","version":"0.0.12-beta.2","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.12-beta.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"12e2c6d887a2eb1c52440235a15b68c1b77403df","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.12-beta.2.tgz","fileCount":13,"integrity":"sha512-9X364vnKBb/YFErbBucGyiGYzq2rInhgoGKF2jWIxaGBE3Ls5pSZ5FoRHqokC8oHO2Nq8wi8mntlqMJjWJkBmw==","signatures":[{"sig":"MEQCIDqJtAAbhVq/v9PnoYIdrKUoyRMrpHDX0zuM4zmrSfkOAiBiBbD3BiJjICu8UrSzQ4WIm2nnbbllo09WgKm6RPssxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtDVQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdfA//eg2inMJX2NGD6PJyBnuseVid5f6IsN0bwiX32OP+yDviS+oF\r\nHT9ciabTjv6TKqotDfIqvyemGbWq6O0wTiyZ8zTbUO9/44V0sjsV1kRXQ8hj\r\ngObEWAgwc8uEs2m90RlQx3hezY/QuML2fyVRGhiPptzkzS+HzyQnwc9FR10I\r\n1+gqg+yt3im0sQY7QmJy1E8SP9HUW6srKGm4SNAZn44Bn33BdWsZfO3xi7Fh\r\nhv49qlDoSpsieauXxnCh3zvpMkuonXouWE1zPR43vGTVDycvCF6w5raS9hyY\r\nILmVefPfFT6d02pqYUQa2nLKD98fvAgN2o0aqRI98Pua4iSY8z47nexiiS3h\r\n/yImXi69eOiqP5OS9jNy65pbi/gPn/P/iP1WIG4J+XdyYodixO3qOgIZtN5F\r\nhe6csVETksag5uTg0BmmhVPs0WUWgv7yMrEaMyJzAEf/AX9AnfbUKEdIwf2g\r\nV5k9qDbbxxwPA4+w5iYCmJwecQu4m3Ex8QT286jExMoNEGm/PR65kdrdgN3P\r\nAlIwZSYyCqoR8/CF/DfRbZ5WK7oJ/GbpJe/tXNUJpI5ft7YmIGwNMPKD4QCx\r\nw49+mM3PP4A4xyFW9LZGD6MEqTi93F4yLZgHsNVa+CNgveV3oNyzq6TYjv0s\r\nmqmrEpKbctiin42CBDNXaMgrLKv8CYoDU2g=\r\n=9M6x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"f9c6378685a44b34e4d0bae4ad68ba63a43bece4","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"akshay24","email":"akshay.sharma@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.14.4","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"14.0.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.12-beta.2_1672754512578_0.6515799490716028","host":"s3://npm-registry-packages"}},"0.0.12":{"name":"graphql-to-postman","version":"0.0.12","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.12","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"fe444ca4871c591e4a25831c74ef5a57157738cb","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.12.tgz","fileCount":13,"integrity":"sha512-dlCNhzQmBoZGAGsAWiHzr+QCLtS7hTf0IErIb+IpNLbhahAvPvLTMlvdpJRjAqizd0cmRYbdOPDJ9/BGrnO4Cg==","signatures":[{"sig":"MEUCIEy8hxsD7Juxrum86W2ACoF4NOh7Qfe1ODUBxEpxr5UHAiEAjsreTSQ9stbisP9YL8U5CaYiqrHBhe8avpTJSspOEJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52736,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJju6SjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKFQ/7BXDc2OjBdfdRU6zxxBxFAUEhC74PZeH/y7c7hbh8bytlsxu5\r\ntmXNh1vlaln9mpFHnp5Z8/1sK/igcR/fus/tcvxNp140WwRXnBdTD956IaJ3\r\nhp8pzohNCOtRQ6WojkFa/opXTuJ/3oZ/sNyBl00CpTI6lQXGuXEIe/1GUHw2\r\nwWQpLkgZPzWb1aqzLaydTcA+rQWG1mzkC8oHQSi//G1qq9uCvm0SQzwqHCXZ\r\nBywrBnX6WQ/AyY7nuTpIM7JoldQUdD41ETekxYYayX3UaLiLlYvim+NswY7B\r\n9b/mNe+M3Vqc3t3B4Lh6Kwt/2bqpbIjeoMVprqiPVWuZjYpBz8AyZBlzTW/g\r\n+0h/c9JkLdIsYusFqmkh16c/05ywF8p8mWAxzlGbLKlql1T3c1WFHkYXsDnX\r\n1KJBrmXQs5oo1FfxcW3s/rTHJMuO8gosUQTu/o/QXhDz0UtKJ9XvitfZ2wR9\r\nLjGT7BecSkhmU4+cyN8wo/dLrCxmBD4HVMxXkI+lnNb3868ZHEQ4Z7lTZGI1\r\nfTKvjqmibqG81Rd7v4klznVVVj5ejXUgMnkx9rynK5NFMraa5URj6BS0z9uj\r\nkXgA2Ph31IM6SdLxqUkWZF9+Xi22gugSBySqr/ypdQynJFX0+VNnsgNZ+oKZ\r\n9dIIIJbBt7IwNNzbDQN3lQWUCVfaS/+60js=\r\n=dxPK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"cddc91bf9132e565f297dcb72b2c96c438078183","scripts":{"test":"node npm/test.js","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"akshay24","email":"akshay.sharma@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"6.14.4","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"14.0.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.12_1673241763617_0.27882159223906","host":"s3://npm-registry-packages"}},"0.0.13":{"name":"graphql-to-postman","version":"0.0.13","keywords":["graphql","postman","collection"],"author":{"name":"umeshp7"},"license":"Apache-2.0","_id":"graphql-to-postman@0.0.13","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"dist":{"shasum":"bc9beafd3fd734720c99dbb8ef92f50e59819981","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.0.13.tgz","fileCount":15,"integrity":"sha512-qMzq1zTZL4ghS7wIWIqGdfGycDKQ+0nsMRcTThiIpHWOrvpy6CJ/cN/swnLVQufHh0dMElF5NmNI0EkKMC5oAg==","signatures":[{"sig":"MEUCIBEkGH4KhCNkwwfAim+gJVoNehkKGzJYsvvoYcftrSqbAiEA2BMV6D67m7bH0bzTgKuEe/lJEM4TPVLkQzK/YCobY9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJYabACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqgQ/+M5S3uTgQLIwr5SgvMAp64nJ0w2cr7HJQL6WE7wMDJHMUHnkO\r\nGzza/Ju98h/UjF6xpE1cUOLavPIMP31VjvejYWKnNn5yyPevrCsmtJ9/baGZ\r\nQQoUzpzStoautprAeFajUbcJOXnGqmAxWK0KasGlM/JeWRNq9G96Ykdz9yOw\r\n2lC1XxW/ssCy6HqEBNOMa8qJH3WUsourf8qvaMe/GPP33idX6lqCFCErVLlF\r\nOa8L7T7J50PRKs3b44JwB0nNsBgWw53cRMEVgFF7Ye+sT2G3XyGayUpJx+Ts\r\nnysyijOyAUrPTzpYqblAA1TI/fCXDCTzpuUmnbcn5o+Jnlv+2dyCKDr63RK9\r\nW0e+uX5Ty9EQhigD6jP74kJbNoAkhil3b9ijB28JCxsyQoFRIHDFZHkAfGz6\r\nzjQqEP/WCszpk2VR+yJxacXwO1/0qReKMWOgWsj0TITQxOBo1XSzCpYvy1ga\r\ncPMWBb7aG0MLYgTAZEMAJWGOT5g7o81zA/OmT4eu/iV+1VaJNfsusT5bc/5T\r\naatdY1CA8PnVRW9o9z0eunSB9JDMUzLYUSzcgtiOag5KC6ObnBCyMmE8egn5\r\nXGuBwkGFK/3FF+Ty28bNfse0wIxH3YYYX0ui3FtPtixxkRxt/HKPBvWTpL7M\r\nhn72FjtAsJPm2bcF4hdPEyVd6HrPER6b+TE=\r\n=y1VH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"ea80b8d53c9e4b51f6703e43d5bd217176de9476","scripts":{"test":"node npm/test.js","release":"npm/release.sh","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"16.10.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.0.13_1680180891633_0.09938696199126285","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"graphql-to-postman","version":"0.1.0","keywords":["graphql","postman","collection"],"author":{"name":"Postman Labs","email":"help@postman.com"},"license":"Apache-2.0","_id":"graphql-to-postman@0.1.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"bin":{"gql2postman":"bin/gql2postman.js"},"dist":{"shasum":"71bab472e9814cc7061f54e8704db0bbb79052ca","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.1.0.tgz","fileCount":16,"integrity":"sha512-okAoW8pRvvF0hfB8FYS7Cw2cu70uoSh6vVbrrXKyPXCZxdVXu77tXgupBILbGUSnMg2e78YIlvDq/EHqSzr0dQ==","signatures":[{"sig":"MEQCIFheP1OT2dMCA6lmSACVhxQuzbXJSVXntmnqBtFj5/dfAiBT45O376q9FvuSf7oAzGs7HpGBTv8F+hN8KzE938jmnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68595},"main":"index.js","engines":{"node":">=16"},"gitHead":"f50b7e9ad288d619d10d726b2eea28cfc06817a2","scripts":{"test":"node npm/test.js","release":"npm/release.sh","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"16.10.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","commander":"2.20.3","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.1.0_1686056834009_0.07613093090341216","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"graphql-to-postman","version":"0.1.1","keywords":["graphql","postman","collection"],"author":{"name":"Postman Labs","email":"help@postman.com"},"license":"Apache-2.0","_id":"graphql-to-postman@0.1.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"bin":{"gql2postman":"bin/gql2postman.js"},"dist":{"shasum":"4205d83f069321d2c049393e46127139bfd8c43c","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.1.1.tgz","fileCount":18,"integrity":"sha512-t+XLNOYyXtfqDel8KsBbBm4D6bENihOoGriW/DZ1Ib69vTje3yEA2ePyBDwC9G0fD6FanM5hAGeJqd2xbj7+hA==","signatures":[{"sig":"MEQCIF3ul3pHLuHiffNn7OSamYIxFLgZYc0VhSFCE9LhEnNxAiBMM1S2vIpptdIgmCvzSRPqSL1yk+RMBj9QcXeigXj5eA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74336},"main":"index.js","engines":{"node":">=16"},"gitHead":"e536b15c87d1a26cdb948dfcfd38db68dc75a9bd","scripts":{"test":"node npm/test.js","release":"npm/release.sh","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"16.10.0","dependencies":{"lodash":"4.17.19","graphql":"14.5.8","commander":"2.20.3","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.1.1_1712319238357_0.8943950334825688","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"graphql-to-postman","version":"0.2.0","keywords":["graphql","postman","collection"],"author":{"name":"Postman Labs","email":"help@postman.com"},"license":"Apache-2.0","_id":"graphql-to-postman@0.2.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"bin":{"gql2postman":"bin/gql2postman.js"},"dist":{"shasum":"333a6159197ddc020cff7106ab68e0f0621fe509","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.2.0.tgz","fileCount":18,"integrity":"sha512-Sz8vfdvhnF9I1UT3HTTZfN7cqAUQ1Fx9hrJorn3RvgJDjt9HfgkH9oq3kQGP4/rL3KH5gU3XFdGW45VmIeJSPQ==","signatures":[{"sig":"MEQCIHKZCLwl6vVcrXYG06NTGXf3Dzbw1m9ck9E1sxBWmix6AiBXHUNZXJsZQ6/r7F48LUA6W+FG0NM4G328dr+95e4iEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74501},"main":"index.js","engines":{"node":">=16"},"gitHead":"18fd9a59e39c885af690c0f75c17c61d6894b26d","scripts":{"test":"node npm/test.js","release":"npm/release.sh","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"16.10.0","dependencies":{"lodash":"4.17.19","graphql":"15.8.0","commander":"2.20.3","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.2.0_1720028394219_0.9459468052511026","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"graphql-to-postman","version":"0.3.0","keywords":["graphql","postman","collection"],"author":{"name":"Postman Labs","email":"help@postman.com"},"license":"Apache-2.0","_id":"graphql-to-postman@0.3.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"bin":{"gql2postman":"bin/gql2postman.js"},"dist":{"shasum":"93761330df10ca12704a55d900b001db1ed92b46","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-0.3.0.tgz","fileCount":18,"integrity":"sha512-9zBa9ioM5LvWEAHlUG02sP9XCqayd+N3NwyV1aYNP0mz2DNw7uB8r8hm6A20iEeUcIXl45swfUp5TOn+JDTATg==","signatures":[{"sig":"MEQCIGUwZfblc7usfczMCgnJI4REjPF8VSjEsl/DWjMFQ4//AiAt/uEtdsMCBKNYXdI+h5eqM9ABPBKnBbu6cC0zn8qdjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74839},"main":"index.js","engines":{"node":">=16"},"gitHead":"e352176e743561d832903d4d7b0a4dadaf91fd8f","scripts":{"test":"node npm/test.js","release":"npm/release.sh","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"16.10.0","dependencies":{"lodash":"4.17.19","graphql":"15.8.0","commander":"2.20.3","postman-collection":"^4.4.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_0.3.0_1720619968493_0.1373112731540158","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"graphql-to-postman","version":"1.0.0","keywords":["graphql","postman","collection"],"author":{"name":"Postman Labs","email":"help@postman.com"},"license":"Apache-2.0","_id":"graphql-to-postman@1.0.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"akshay24","email":"akshay.sharma@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"},{"name":"atchyut.pulavarthi","email":"atchyut@qawolf.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"}],"homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"bin":{"gql2postman":"bin/gql2postman.js"},"dist":{"shasum":"d9139370aec883fe369d1dbb1a847e6ecdab3e09","tarball":"https://registry.npmjs.org/graphql-to-postman/-/graphql-to-postman-1.0.0.tgz","fileCount":18,"integrity":"sha512-zJKBNfuftrj/gslD/LUQIJRaDFAaYbbwiSo2cFZeA3hFM0J9MYr0dVn+N49nNk1SkoAL8/IXDjwXCOrBnUiQIQ==","signatures":[{"sig":"MEQCIDV0l+Vnf4wQdhtEJO2KDoGTU3S/EDPTkOoLcDop8QSWAiBbiFoTohl9TqkrT7qAtmhyJkfLdvNgb6sW59uY59Ys+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75010},"main":"index.js","engines":{"node":">=16"},"gitHead":"5d032458d18b5b87dd3b9e803d5fa2b6d83fd700","scripts":{"test":"node npm/test.js","release":"npm/release.sh","test-lint":"node npm/test-lint.js","test-unit":"node npm/test-unit.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"_npmVersion":"10.2.4","description":"Generates a Postman Collection from a GraphQL schema.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"lodash":"4.17.19","graphql":"15.8.0","commander":"2.20.3","postman-collection":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","path":"0.12.7","async":"3.1.0","chalk":"2.1.0","jsdoc":"3.6.3","mocha":"6.2.2","eslint":"4.18.2","shelljs":"0.8.3","istanbul":"0.4.5","pretty-ms":"5.1.0","recursive-readdir":"2.2.2","eslint-plugin-jsdoc":"3.1.3","eslint-plugin-mocha":"4.11.0","eslint-plugin-lodash":"2.4.5","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"GraphQL","plugin_type":"importer","sample_input":{"data":"type Rocket { id: ID! name: String type: String } type User { id: ID! email: String! trips: [Launch]! } type Mission { name: String missionPatch(size: PatchSize): String } enum PatchSize {        SMALL        LARGE      }      type Mutation {        # if false, booking trips failed -- check errors        bookTrips(launchIds: [ID]!): TripUpdateResponse!        # if false, cancellation failed -- check errors        cancelTrip(launchId: ID!): TripUpdateResponse!        login(email: String): String # login token      }      type TripUpdateResponse {        success: Boolean!        message: String        launches: [Launch]      }      type Launch {        id: ID!        site: String        mission: Mission        rocket: Rocket        isBooked: Boolean!      }      type Query {        launches: [Launch]!        launch(id: ID!): Launch        # Queries for the current user        me: User      }","type":"string"},"source_format":"GRAPHQL","source_format_name":"GraphQL"},"_npmOperationalInternal":{"tmp":"tmp/graphql-to-postman_1.0.0_1741355061428_0.8993182659302787","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2019-12-10T08:25:55.488Z","modified":"2025-12-01T19:28:18.169Z","0.0.1":"2019-12-10T08:25:55.619Z","0.0.2":"2019-12-20T09:16:28.286Z","0.0.3":"2020-03-26T10:24:33.389Z","0.0.4":"2020-04-29T09:01:42.983Z","0.0.5":"2020-05-15T06:03:39.780Z","0.0.6-beta.0":"2020-07-20T08:35:17.071Z","0.0.6":"2020-07-23T15:56:23.614Z","0.0.7":"2020-10-23T09:26:48.552Z","0.0.8":"2021-03-15T14:34:03.109Z","0.0.9":"2021-04-09T15:23:44.253Z","0.0.10":"2021-09-26T19:33:12.169Z","0.0.11":"2021-09-26T19:34:07.446Z","0.0.12-beta.1":"2022-12-28T06:01:47.169Z","0.0.12-beta.2":"2023-01-03T14:01:52.758Z","0.0.12":"2023-01-09T05:22:43.804Z","0.0.13":"2023-03-30T12:54:51.791Z","0.1.0":"2023-06-06T13:07:14.186Z","0.1.1":"2024-04-05T12:13:58.582Z","0.2.0":"2024-07-03T17:39:54.394Z","0.3.0":"2024-07-10T13:59:28.688Z","1.0.0":"2025-03-07T13:44:21.625Z"},"bugs":{"url":"https://github.com/postmanlabs/graphql-to-postman/issues"},"author":{"name":"Postman Labs","email":"help@postman.com"},"license":"Apache-2.0","homepage":"https://github.com/postmanlabs/graphql-to-postman#readme","keywords":["graphql","postman","collection"],"repository":{"url":"git+https://github.com/postmanlabs/graphql-to-postman.git","type":"git"},"description":"Generates a Postman Collection from a GraphQL schema.","maintainers":[{"email":"abhijitkane@gmail.com","name":"abhijitkane"},{"email":"vishalkumar.shingala@postman.com","name":"vshingala"},{"email":"tilak.patel@postman.com","name":"tilak-patel-postman"},{"email":"kayalvizhi.devakumaran@postman.com","name":"kdevakumaran"}],"readme":"<img src=\"https://voyager.postman.com/logo/postman-logo-orange.svg\" width=\"320\" alt=\"The Postman Logo\">\n\n*Supercharge your API workflow.*\n*Modern software is built on APIs. Postman helps you develop APIs faster.*\n\n# GraphQL to Postman Collection\n\n![Build Status](https://github.com/postmanlabs/graphql-to-postman/actions/workflows/test.yml/badge.svg)\n\n<a href=\"https://www.npmjs.com/package/graphql-to-postman\" alt=\"Latest Stable Version\">![npm](https://img.shields.io/npm/v/graphql-to-postman.svg)</a>\n<a href=\"https://www.npmjs.com/package/graphql-to-postman\" alt=\"Total Downloads\">![npm](https://img.shields.io/npm/dw/graphql-to-postman.svg)</a>\n\n#### Contents\n\n1. [Getting Started](#getting-started)\n2. [Command Line Interface](#command-line-interface)\n    1. [Options](#options)\n    2. [Usage](#usage)\n3. [Using the converter as a NodeJS module](#using-the-converter-as-a-nodejs-module)\n    1. [Convert Function](#convert)\n    2. [Options](#options)\n    3. [ConversionResult](#conversionresult)\n    4. [Sample usage](#sample-usage)\n    5. [Validate function](#validate-function)\n4. [Conversion Schema](#conversion-schema)\n\n---\n\n---\n\n\n## 💭 Getting Started\n\nTo use the converter as a Node module, you need to have a copy of the NodeJS runtime. The easiest way to do this is through npm. If you have NodeJS installed you have npm installed as well.\n\n```terminal\n$ npm install graphql-to-postman\n```\n\nIf you want to use the converter in the CLI, install it globally with NPM:\n\n```terminal\n$ npm i -g graphql-to-postman\n```\n\n\n## 📖 Command Line Interface\n\nThe converter can be used as a CLI tool as well. The following [command line options](#options) are available.\n\n`gql2postman [options]`\n\n### Options\n\n- `-s <source>`, `--spec <source>`\n  Used to specify the GraphQL specification (file path) which is to be converted\n\n- `-o <destination>`, `--output <destination>`\n  Used to specify the destination file in which the collection is to be written\n\n- `-p`, `--pretty`\n  Used to pretty print the collection object while writing to a file\n\n- `-i`, `--interface-version`\n  Specifies the interface version of the converter to be used. Value can be 'v2' or 'v1'. Default is 'v2'.\n\n- `-O`, `--options`\n  Used to supply options to the converter, for complete options details see [here](/OPTIONS.md)\n\n- `-c`, `--options-config`\n  Used to supply options to the converter through config file, for complete options details see [here](/OPTIONS.md)\n\n- `-t`, `--test`\n  Used to test the collection with an in-built sample specification\n\n- `-v`, `--version`\n  Specifies the version of the converter\n\n- `-h`, `--help`\n  Specifies all the options along with a few usage examples on the terminal\n\n\n###  Usage\n\n- Takes a specification (spec.yaml) as an input and writes to a file (collection.json) with pretty printing and using provided options\n```terminal\n$ gql2postman -s spec.yaml -o collection.json -p -O depth=3,includeDeprecatedFields=true\n```\n\n- Takes a specification (spec.yaml) as an input and writes to a file (collection.json) with pretty printing and using provided options via config file\n```terminal\n$ gql2postman -s spec.yaml -o collection.json -p  -c ./examples/cli-options-config.json\n```\n\n- Takes a specification (spec.yaml) as an input and writes to a file (collection.json) with pretty printing and using provided options with larger depth limit\n  to make sure more detailed and nested data is generated.\n```terminal\n$ gql2postman -s spec.yaml -o collection.json -p -O depth=7,includeDeprecatedFields=true,optimizeConversion=false\n```\n\n- Testing the converter\n```terminal\n$ gql2postman --test\n```\n\n\n## 🛠 Using the converter as a NodeJS module\n\nIn order to use the convert in your node application, you need to import the package using `require`.\n\n```javascript\nvar Converter = require('graphql-to-postman')\n```\n\nThe converter provides the following functions:\n\n### Convert\n\nThe convert function takes in your GraphQL schema or SDL and converts it to a Postman collection.\n\nSignature: `convert (data, options, callback);`\n\n**data:**\n\n```javascript\n{ type: 'file', data: 'filepath' }\nOR\n{ type: 'string', data: '<entire GraphQL string - schema or SDL>' }\n```\n\n**options:**\n```javascript\n{\n  depth: 4,\n  includeDeprecatedFields: false,\n  optimizeConversion: false\n}\n/*\nAll three properties are optional. Check the options section below for possible values for each option.\n*/\n```\n\n**callback:**\n```javascript\nfunction (err, result) {\n  /*\n  result = {\n    result: true,\n    output: [\n      {\n        type: 'collection',\n        data: {..collection object..}\n      }\n    ]\n  }\n  */\n}\n```\n\n### Options\n\n- `depth` - The number of levels of information that should be returned. (A depth level of “1” returns that object and\n    its properties. A depth of “2” will return all the nodes connected to the level 1 node, etc.)\n\n- `includeDeprecatedFields` - Generated queries will include deprecated fields or not.\n\n- `optimizeConversion` - Optimizes conversion for schemas with complex and nested input objects by reducing the depth to\n    which input objects are resolved in GraphQL variables.\n\n### ConversionResult\n\n- `result` - Flag responsible for providing a status whether the conversion was successful or not.\n\n- `reason` - Provides the reason for an unsuccessful conversion, defined only if result if `false`.\n\n- `output` - Contains an array of Postman objects, each one with a `type` and `data`. The only type currently supported is `collection`.\n\n\n\n### Sample Usage\n```javascript\nconst fs = require('fs'),\n  Converter = require('graphql-to-postman'),\n  gqlData = fs.readFileSync('sample-spec.yaml', {encoding: 'UTF8'});\n\nConverter.convert({ type: 'string', data: gqlData },\n  {}, (err, conversionResult) => {\n    if (!conversionResult.result) {\n      console.log('Could not convert', conversionResult.reason);\n    }\n    else {\n      console.log('The collection object is: ', conversionResult.output[0].data);\n    }\n  }\n);\n```\n\n### Validate Function\n\nThe validate function is meant to ensure that the data that is being passed to the [convert function](#convert-function) is a valid JSON object or a valid (YAML/JSON) string.\n\nThe validate function is synchronous and returns a status object which conforms to the following schema\n\n#### Validation object schema\n\n```javascript\n{\n  type: 'object',\n  properties: {\n    result: { type: 'boolean'},\n    reason: { type: 'string' }\n  },\n  required: ['result']\n}\n```\n\n##### Validation object explanation\n- `result` - true if the data is valid GraphQL and can be passed to the convert function\n\n- `reason` - Provides a reason for an unsuccessful validation of the specification\n","readmeFilename":"README.md"}