{"_id":"openapi-to-postmanv2","_rev":"218-07f5f161e57b3bcbdf0c12c9ca8fbb05","name":"openapi-to-postmanv2","dist-tags":{"hotfix":"4.4.2","beta":"5.3.3-beta01","latest":"6.3.3"},"versions":{"0.0.8":{"name":"openapi-to-postmanv2","version":"0.0.8","author":{"name":"Postman"},"license":"Apache","_id":"openapi-to-postmanv2@0.0.8","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"f98e9fb24d5cf159f77fc5cc5f71451453766d38","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.8.tgz","fileCount":58,"integrity":"sha512-ypPw18YiCB5IdI8fnTj3O1S6jffQIcpzDw9shzpi8XWdcNLZZACyOcViu+4ZasPUxg4mgIwgXN8rAKF32/5SbQ==","signatures":[{"sig":"MEQCIBltyS1b7/D1rBAngMPWcnFVWvp/hBMIXQjVAzq9bAVfAiBsAyT4sgPzLiJxxGO5Fh1erboisviLvgkqHEFLj+mCWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6793685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEPGWCRA9TVsSAnZWagAABZAP/A7JmNsnkjFV4oxjo4AA\nY71zNl6XJE+nyLJqDBM3+gN10o+7+QmaUsxA8sLT1qF4I9Zq0DCQYFcqFEFi\nZR1+qHnQqhCcp5r6r1hMu4VmGllGJ09o+emAhnKhcOOsmVCZYBOfbnkc7AyF\nCYwLsT6ODAyyYx8FUwqpBebdcWSSlGM17HrKq5qEqO2N5Azvu7RAmKNbIWqa\nddDGpv9POadIzDvEFGLYbj/kgP2kpoNX70dkZCNkOS/3ij0waw/kLr1r+F64\na5/OKUKtLmM1/jz3sRNqSccFoRD+HMZc8yRuNEOfBGQZ9qG1ZGN47bVyUl40\nCwJBv1Fp7EqJL+OKjnnGXPtoKXMe1Geyu4f59MPyIfrZKdorhJYMlQvyAZ0/\nzEBWyWldLp7cEmZsiJLR108al08iM26km2hfGbknXMVdgPyB6EKHBYdZB5TX\n1HM7AsxfO+vvIoUWH7U1kEbS1ARxTuMogVSKwdxwERokshcJVw/rFBwR6WAx\nZyJmA1IV6EYolSHfLfruUbbOeOwpldNTKUSZJKwSa2EnSwOaUYZHB7m4bTrI\nu4U8fz5iNcNoKhfMvFX1yAcCDm/kgAVanIsy3g7yTX3xUKfjzeZsP8oPGARr\nIYHY3FU5Drv5SsFWrEJU67WMkiwsR4CX8N5JHPG9xTw7lUQvpm5dDpgyGb+v\nKHaV\r\n=r/z9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"f98e9fb24d5cf159f77fc5cc5f71451453766d38","gitHead":"14e6aa68adc4e16c41edfbcec2716336ff40a6ff","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"_npmVersion":"3.10.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"6.11.1","dependencies":{"path":"0.12.7","async":"2.6.0","lodash":"4.17.5","js-yaml":"3.10.0","commander":"2.3.0","jsonschema":"1.2.2","package.json":"2.0.1","console-emoji":"0.0.2","postman-collection":"3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.4.0","istanbul":"0.4.5","expect.js":"0.3.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.8_1544614293897_0.4117846355581567","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"openapi-to-postmanv2","version":"0.0.9","author":{"name":"Postman"},"license":"Apache","_id":"openapi-to-postmanv2@0.0.9","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"0b4cc39f7edc1af6d311ec959a9cc99998c1f4b2","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.9.tgz","fileCount":53,"integrity":"sha512-oJGhW16j0sONgOGkEUyQ6k6iaKkRORxTi8IUcnLO8ZUOOhZRaROWEFNL+rJw7fryUkeHMA3lVAwAlDBd4GEDlw==","signatures":[{"sig":"MEUCIFUE4I6c/bmIn6PltqvOteLvwWNco8I0mzhskYTNjjarAiEAqvBAGmSCoyz/wSsEQqb2hByrgieVv2P9InaXozGo6uc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3238166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF2o8CRA9TVsSAnZWagAArS8P/3Giz+o5ZAwMYyiDR8or\nOYqICR0U5Lf8SGgMzuM2P2NWXaP2qU6tAPEyAFxYVXiYTHHiHqKTHp5MEL/L\n2RsAEcL+RqX/MH5ONF/iMbUU6g83vpqkSog4lKjsr0veY/7QoisHwak35y1U\nBitmYhthSHVQJhE0bYhLu92YC0kILYrDcE0Y3szU/C2iJMxV7tLCFkfuN3xF\n7g3EzihppZGm2RlEmQsPC5/E0Jlf1EuX+8FMX5gQHDOXv9PYW+pv/+Z3Wtuv\nOKrWnUWukyDOxKyqlJw8yGs8rwIxdi3CwYARx4v5EyXBGZ2X3Zs4I7N3tpKm\nbPrdRgoSyoJa0Hm74MP+4KSgIevB7yf1SUekvBVcVR6kVRSVAZoIWZBhkEFw\n4e39dBYU8XbxMxgmlbFqOMftE2neexiFseJm6uEmWOLAc3Ez0So7bQ21UZni\nOwGiWGX1fzLZTXkUki/O1jleQCxhR5/LcrLJsn1vHf6Lh0WgpSKMgGU5ZIR5\nu8uHRld5XpJ7BEfXd81nbdwNTspglzcAodndPaX1mtUCdtfcZFVgI9G5M4Za\nXC22QZcoUlB5CVwJfn8SY4AvMXjNLnSLNqML8t1ollVBt/hTGHYxhxvST7py\nQcrhx7jJhQ+rGzAb5JxV9r/tR7ahEmTuxJElqH83ubvhRUsQPn3oWDInhJLA\n/YT0\r\n=0YiQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"0b4cc39f7edc1af6d311ec959a9cc99998c1f4b2","gitHead":"50228a3098e6e530aa343df85f5c81ac6879854e","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"_npmVersion":"3.10.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"6.11.1","dependencies":{"path":"0.12.7","async":"2.6.0","lodash":"4.17.5","js-yaml":"3.10.0","commander":"2.3.0","jsonschema":"1.2.2","package.json":"2.0.1","console-emoji":"0.0.2","postman-collection":"3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.4.0","istanbul":"0.4.5","expect.js":"0.3.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.9_1545038395687_0.7521019142859513","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"openapi-to-postmanv2","version":"0.0.10","author":{"name":"Postman"},"license":"Apache","_id":"openapi-to-postmanv2@0.0.10","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"e1cc4d3cbf4b323bfaf0dcd7b785931e6fbba292","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.10.tgz","fileCount":52,"integrity":"sha512-gLyupPBZQll7D7CWWPPmquG8QBiD9nyN0TRQHc6397k6m+jXnVhlTfWPpBESqmV43phc7xv73rzkEpFJkuIYvA==","signatures":[{"sig":"MEQCIDWJ5VZpsZJJ6Db5DFZMN66KSVY3YtakrqliIUmjQGtVAiApV8MgMQ16R4YlJ57/OzarWy5jpE+LUGdfM6zLI5qUhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUuhOCRA9TVsSAnZWagAAJAgP/1WXZjvG/PXvhpskEhZx\nEYTj9MH3puJ3sQ2uAuJbV0HxPHwDJe2rsHznacCtRaxdzYzqpj/+H8kmTHN4\n8T94HYu5su9Y0fEAeyGSOKo8em1RYgozYKHdjbM02Py1ZUNWlv+MqEYXxGhT\nOckaO4My8RKTOxQXHpX4HjMrFNO5FksJpuRBRuumExZX63JiCGha/DEDClBt\npvExmglAgIW48Qpm3teVQ8VBmRqBSJbgVXBJVnII1gNwbAR5Gu2FeYkAvvWp\n/JqiBjJ1jZJ3iYqKsDhVX/cxkifcWdHsUiByRhF2qracWx8Gxbg3B+yxr31E\ncwVhKLq6O7NfLCwyKZfmYot56LjaWDSp3PyQh30Pqmc3JfAKKQfEcq9FKYVT\nArAQmVl1Qjc7TVtlifZ2/4YUAC3W3/gGoC7lWcHdoDod3trwyeNxy0Ngz47+\nit+AaZiPqmOTsl9nBnmHwWz5RRQGPL8zL5gZsgXjNizT2cygg1NP45UznKFp\njAWcc4Waz1/YW0hLa2eZmTU3sx7BgwMol/9Hfpvxpff8MCAY1UyvDrW1BcOI\npQjjDa+X5Qcx8h6WI4yOgiTn7nCzpyfg0X2eCHdBKgkSADpjlupVA39COolD\niIYp/hXjNgx2rf2O/2gf+0CQ5Lo07P8hPkTbJLcxYH+MkgRjw/RxlKJKz5N7\ndXqt\r\n=cvmN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"f3edbd98efb47b55733a2dcfc043c954d156ed69","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"_npmVersion":"5.5.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.9.1","dependencies":{"path":"0.12.7","async":"2.6.0","lodash":"4.17.5","js-yaml":"3.10.0","commander":"2.3.0","jsonschema":"1.2.2","package.json":"2.0.1","console-emoji":"0.0.2","postman-collection":"3.3.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.4.0","istanbul":"0.4.5","expect.js":"0.3.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.10_1548937294055_0.4524837236045227","host":"s3://npm-registry-packages"}},"0.0.12":{"name":"openapi-to-postmanv2","version":"0.0.12","author":{"name":"Postman"},"license":"Apache","_id":"openapi-to-postmanv2@0.0.12","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"db806f7f539b07b011c6deeead2924bfc8ab4c3d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.12.tgz","fileCount":56,"integrity":"sha512-NheYyVij2BKg70K7U0kzbE8pAbBJ82I9+CzSmKujoZ1G41u4elz8JMQZCJ1TW/hP1nwg99yqTz2p5Y/UFkNY5Q==","signatures":[{"sig":"MEQCIGguNt8PlIAVkjOnH2J4Oeb3/x/PiHugIbocH2CKvXmpAiAZxq9rQ/3wbjDIoCklG/xdjypnzBA7B7qgNLNFQnnASA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3695413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJct16YCRA9TVsSAnZWagAA5coQAKOQfKNZLrTmwlbwKcCk\nKc3LvVdPmCj9ezhAam0oA8tGbqQeB238Rz/aZ3mMG6g8dPzBbY0c33nY5EVU\nYGYMaPKwV24drIyM83UNDuorZ5phYfqP43xFqyauaQUAw3ee+MYerxBq/14z\n6HHoQSX6+LLigihNIIa7lyF8wtOf/gvmAC3ZQG/+c8W16+izMFyVnZUnVkr7\n8XWCV5RAEgXpg5lint4H3NC8gaKT82GCeIeglc5S3OuallixORyLjlJSU9Hn\nR7QUIJy22V7Md0783x0SvfALSbzpz9ZhHjUvyGHKbcw/14dTTbPymFUudd8o\nB7Lzsi6o5SNfeyZfwL9WRzi/WLTw4faTyGOtyH04/jlVX1ZSVGAGMIUSbMwp\nZOYf52dlV/+7OdsKo1NPJUF4DR4y0RmKD7AYFxMyd51F67/LVNulVrt8i+8O\n5CLNHDxE0w0WO0vWUCrswuPsRjKmtjtb+LbusK7xKsR+WEiMoWvWGgneC+pr\nAztrZkaB78A7SXXxKmOVyXmrdbf8Idr8OQW/W4C9TOTb9WRdTu4ZuRUGmcXN\nqqeU3OC3I9jdvWothqVsL8SM+HW2xIgWem8bARoN5mu/yukl2BB5CtMMLMnx\nMLQcAlw7Henf/hGltl0XitHDsDrFyFaCzFQXqOLJeT4yB0PFgErV1wFuo4PI\ndlns\r\n=3eIK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"db806f7f539b07b011c6deeead2924bfc8ab4c3d","gitHead":"23c8ca148b02fa75f8e35583acccb095b1b3ebf9","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"_npmVersion":"3.10.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"6.11.1","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"^5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.12_1555521175715_0.4415326245415274","host":"s3://npm-registry-packages"}},"0.0.13":{"name":"openapi-to-postmanv2","version":"0.0.13","author":{"name":"Postman"},"license":"Apache","_id":"openapi-to-postmanv2@0.0.13","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"2d30bd076bd9e1f2b4aa863aaacd9fe7126e79ec","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.13.tgz","fileCount":61,"integrity":"sha512-rlOXYF51w5XrUb7wuhQNHRydrS7y+m2+lXOU8w0QiyGp8op9stEMKLCFnQ+GxLqI6ZU+It49+Nl+C+Qqgjuk6g==","signatures":[{"sig":"MEUCIQDL5USP3JHUhNxI7HUDserUgMLFS1gyfmUyDbu3woWuMwIgB/LnHWdteJ61LiP6bzPwhlcNynDfpdCP9OwKPHWhslE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4044840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7hsdCRA9TVsSAnZWagAAAWoP/Ai5yw30cVGmQTePVLgr\nq5d/2z3Czx9+QB0i60cNdO/GfT+YnWZEBbpLnqyvi11+1vCC2/kzuw7xRiKk\nbqCL1c9ClsvfKW379DTqzwkktaQgXq1Qng9sMJotywf5Pk+sPeDnVUW6yFRb\nOi9nvjoQSgzQFfzQ3Q/TOeMDCupIfTBMn6Fc0P1L+Xbh3SfxiGVAEVFsN+SD\ndj9Z1n0JBvlXdIuKt7WTxL7YSo6czdShtXrPbeO2GtrqDyEgeg2GGT3+06G4\neFDNQMxIoG6hvC+IrAUx8r14RrfxJeCvFHVvbwKzfu7B6oOl/1XUipbnVkGm\nuXhKtHX8jZZGiHAporV5hs5c2V0YgVYoY9yjvQK+5UqQw6a5GkJOC+eO1SdY\n8/DlUi4UreSFLTrBoxv0ZGWEx+5xSa/D4Hl+VPGGdmxsDG6M+kGYvqXUPQAd\nYOZTH1WGjbsQju8x6i+3VmjoDEak71ticXNLgW9Heu6qj9yNCmR021hgI6fe\nNBbb2mDvvO+sBWvLTNefr/itzxqnhxyj3jxp+QtKDvc5PZ9Is96wLWmK2rRR\nKx8W7OQuzWKs7emDCWYovHolGTw+MGSd85TBk4xdnYKV8dbQ5dEScp9zt6rA\nrsQ54+xRdXmsrqqakoSY1H0PpheEJHqWyJJcxDWbpxbGybEUi+30OJP9V7Qo\nCn/v\r\n=WnfS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"2d30bd076bd9e1f2b4aa863aaacd9fe7126e79ec","gitHead":"8532d83f67ac2162f14bc0a89eea5c4334929923","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"_npmVersion":"3.10.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"6.11.1","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"^5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.13_1559108380622_0.32944669707649177","host":"s3://npm-registry-packages"}},"0.0.14":{"name":"openapi-to-postmanv2","version":"0.0.14","author":{"name":"Postman"},"license":"Apache","_id":"openapi-to-postmanv2@0.0.14","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"13be136eabb68b39ab92d5c788709dc3b2f3ff95","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.14.tgz","fileCount":59,"integrity":"sha512-V4ImQ4ypRtu8rHvo6K2TA/oz07xx8aBfvoah3bX+VK+rtO+oO9IWkTa60rWE4yPcnFFLGpwoJTGn8WpU3TLPdQ==","signatures":[{"sig":"MEUCIQCKpbD6dpgjgx+MsV96L8llAzz2z9EsiOJ3A7doZ+//YwIgECpT5tJFWnZrJUevDX7je3khRJM7NcL/quIDq9UhLOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3939248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9mSOCRA9TVsSAnZWagAA9IoP/2P3S+7nPtttyIDqkj97\nSYQ37NyWbaZBUZsLESNXLb1s/YlJ8K616h+lSw5OLtu3IDBY3B7vllo2bNu2\nHhkA8Ts+rWFy6p9tr9wTxfi48UgFrw6jywNMvfh/sX6MSzQKIGhdwOWmO90K\nya1F7vPmAp3RvBa2QRclZEGUrbwbyR89UnvTsDolZQ91onsf5hyyKaIHkNtv\nOTrPrtX9CP76PXov125xH5Ov75QJhL1Tj1TTurslXGvcYFNwh7lQJnrhGol9\nc6xIxFpjKS9vBaeLQ+65wMbogZFJrGnLp8df3ezu0i+CPb5nkXWvQk+b5u6T\nJfIA0AavaPBg99o16JFFJ/wJZ80l0ltPl+vHqRcGKq9o0+SF6tJUHLdnO5Tr\ndBB7fMr/9Wmya7Gs6fbSaUUGnNKSWljgi7sDDHzOw8xBnc48zRLoRxa0NTAz\nvkMlc+pElztpSHh42MYMBMrOyTwSgn13f+ZqwcesXrVueMkmrTom63TdpP7V\n3jiBT2vn4P2nnyqL4dWP8OAhJ11qb7GdheH2gbjmP2MFeAMXl1j4zrXxgHvW\nYec/rpFBMxl5hUzJy9jjkvyuuJNfuZeAZyB0DX1h0rrhy5UXbnAP5MreK7Z2\navy7EgnJBh+YTYonjYUIZ5bLvuv5cQgu5eP24GUxvZq+uGg42Zi2brj6zJpq\n/c2s\r\n=et9o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"b4c14ba22a77873cb4cc15350ffd2f4fb163bad8","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.15.1","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"^5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.14_1559651469347_0.1263732019837882","host":"s3://npm-registry-packages"}},"0.0.15":{"name":"openapi-to-postmanv2","version":"0.0.15","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.0.15","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"ca1549acdfa393f34d0ba4be39eec761db11c51a","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.15.tgz","fileCount":58,"integrity":"sha512-ua+9TVLOm5ZtAefDxlld47B+LUyZ/SG4bVDuIWQg4/qI93LpS8/Kg+iYwVkOsuzvHuDoYkwKFPlJ03gztrqEug==","signatures":[{"sig":"MEUCIChFLYjwHhNPuPXAU0lowzULnCFxRBGMe7GQOjJHGYScAiEA9pib4ioyUhwILAz5eEKs0ub4/81inNBwqt8uQXmtH7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3199683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc962oCRA9TVsSAnZWagAAfbAQAJporWbmBXIK5Zaa+Xm8\nGvqt/avGSqL7+bup1Wi9K9KPPMoDQHhiO28OgLpmdr48BO+Hpcr6yLho7Gd9\nJ4DN/Yfux6UaILmjlKN37dXOKwHgjdHXlEdl81bQ+RlQFsHelvK8j1BT6Hgo\nuQaOTsp6uEIWfn6EkhlTXFf5EJued5C4c3dcsXP2UqTR35WZG/zLiej9JRHY\n9hYP1ripAfgT/dkmI+jTEGPtWa4TU2SLcFhT+lzNQ8XooL+LI/zhFySTytxs\nxcuMgMo7jt/QB1FMsfzYigadsvoisbSwH/ryhhjT46mMmr2OTrm6wKF4gJnf\nRYcucgFb+eCKw3HnUzmyEhxClYUKrpvA3v4p9yfzlRWfCbc8nixGHdYnmptI\nEUXKOnANQFwN2uRDtUjNPoWl8St7TwrVWLUJf2H13T7Fd+9Nx3toVnJ5dVHq\nWZkHKVCnsBqnCKtrnajyZq09WxEkCWAhFoUbafPIgdO6NnJMasYa5tvkkWlH\nWDnI3SjKpkiV/lj8MSfisUjaeOJsJq+Yzy3e3jLEmJPeA/o8iaAqVDowcxQ3\noQnSCNlhCOqtfeW6vhOdMaugIuc6vtTvGhS/bflI31s5Sl7JOwC9et+CqdiX\nLtkPCpbR+U47bjB4lnj3/g00dn9i3f1wh7fPPUFITEe/Gx5dresB6oeBcqzg\ntAHB\r\n=05mn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"d344eed31ce1120bf3abb3e59c72de968c45ca72","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"6.14.4","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.15_1559735719541_0.3378596162226666","host":"s3://npm-registry-packages"}},"0.0.16":{"name":"openapi-to-postmanv2","version":"0.0.16","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.0.16","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"a2e2743046b6a58be6e43ab51ce4bbfb6da97c4b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.16.tgz","fileCount":59,"integrity":"sha512-89M5/E9cq6KPA2VLDg4iXUR4HETCkZcKgbL8KnPVDrAgZX/tUxpCxynjIWu/j8r/I10DpTNDd/S9ZpEqWnajaA==","signatures":[{"sig":"MEUCIBQm+oYGV1qu1vpECP0Z8fDsPu3czpBLRHdFNxtGO9qzAiEA7y7KbLWyNQ155JXCUGe6hsX7JkwRF5DWggvgH1seQyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3201989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNbTeCRA9TVsSAnZWagAAc58QAIaoBFmM2UvgtqpnXyHq\n17+ZMDJRXl7oPqpC204SMj+cTPu/TiDdWJFFP5woDKsrk/xKwj2WD4xCkKR0\n0fuODq2PpHgaR8UguE6hmGqPU/8Upteim2grySdwveN3aNpNZSOVbFlwXURo\nYssKMp/u3eVyH716Zr4q4jF6koHonnOjlUEObTJjzqUbJyRTKjyz0OFJrdPW\n16+m/M2PtSGNfa8kTFNvJL8Tz9EdNWW22Jjq+Cax0Dn2UE9q8d2DAlVCgE22\nCxuWXgp2cJLAKPRc84t4zHYbg3HqdH1h9XgI8BrHHOg/rB2GhSHl6tiUTflo\nuxObA6NeASMm5QUXfmtqtO5getYWozuYDAnHbR6BdKXUrM+pcOrNl2mdGCwX\npreuLhOZ4iA5j1SeJDU03aTt1KsqyHZ6m5VZyxOM+USJzWOA84yoijq3E8xL\nGwf9fU/COGL74qVJ6Y+dVvq75eAlPG/B2xG9I3kg4j7sbSYnECRVUWTsbnei\nTIhfBkKlOLAJ/Si+d64tn9bMCeXr/6Wqeky9nvacon8Fy72icHkC0MEYKejN\nyDiCee1gMHzPPbM7XZuaChTVWs/5qz4LI7j5JEU02p2P+32fI7cdBACEgpvD\n9VovSOJHUW2oy3fdMy0WWq7TX862moi0nFcuxrpgWZO5KO2ZdEjF3wie6zg9\nympT\r\n=wjsk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"c84e92d2eb6edec2a9841476d4d3e75654e51115","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.16_1563800797423_0.754488251692468","host":"s3://npm-registry-packages"}},"0.0.17":{"name":"openapi-to-postmanv2","version":"0.0.17","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.0.17","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"576d602b5193f13fb5365221da282fb06dacf383","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.17.tgz","fileCount":65,"integrity":"sha512-vhbST+No3ptDNrPuWv8MqR1il0IbgtT7Tu0Q9DeY9FlesDZxJWVIiOvE45Uon2GhkDObqozuieS6+smqfqFh7Q==","signatures":[{"sig":"MEQCIBaO23Ngf42cLoFSMrqYXYqOPqPP96Gphhum/WGN3Cr+AiAN4PVOmtWiyUGXxsjLidn1EURh8fHPoMTXkFS2l96L/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3215074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbl0aCRA9TVsSAnZWagAA8vAP/0SvPoqYOm4O1Zv2M2Wv\nSwSZ7UPHqKCUBVcGqzxXgJaxUT3pyAFZzL3WREBIybOZN5qzH2Z5DKWIgT24\nAma6dvbzd7fMIZKt3gBqXeOBAe/ETbG1J1Gk6WdKUhVtJBhlm1Syqo17Fz1G\nqjiT67mCUuKuqRehD+xW1/+X4H6VxdCIDBp/KuqsoEBdojGARLB0VRxC0XG9\nALua29XxmpIiGLHz8MG8wpsq9667bNtikPivV4t3QZ0PyOVQiOJZaZ0wzGB9\nE9CRgn/7kDGulx3ZATx4BOpQujwotN+MjfBGSO1wyTL0pNo1xg56jyhza2mR\nFb0G9U0TcPz4iCLQN84xV6iKEzdDnMQ44P82qeEczBmNwMvaok/1J1Numlx1\ngQNn7M7MeMQ9R5x3CMhAxn2FL5KjoH6Do6Neg2Sj5PU5hofLn+AgOJumNLdp\n2Smm/bTN1mFOM6Ho6IYKvsxrjA9pTHydKIpcpZ0u3jagWkPG0gafOaDT8liM\n0nE9Op9KCF8WNyJrvpiuVidj8xSUiJNQWMaZ/hEzHY2yqER8/K0OSQXQ6kHf\neXwI7MwHX5O0K+MgeIoCe0gaTZYbst/UXrBbfa0ASe9OVHO9qYKa15IYCaDK\nc3QnJ0s/S/3xfTlLrMHjft5gf0C7u9afF0Zw5/w9dPUAJI4WQXgvOk+WDgC7\n5o9T\r\n=dSb+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"754b32bbedb98b8ad83d49f04d8c4690887849b1","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.17_1567513881710_0.7940879460182186","host":"s3://npm-registry-packages"}},"0.0.18":{"name":"openapi-to-postmanv2","version":"0.0.18","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.0.18","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"b4a5db6c4b8a4887244701b05aa7baf65d25a814","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.0.18.tgz","fileCount":66,"integrity":"sha512-ISAJFQF7MWvWIiSJP1ww+5c7P5RagHkS3ulQawRWflN3yrUZEYk904fh6DNKgGpWICbSqfe2n0QA7141iO2geQ==","signatures":[{"sig":"MEUCIBnVPI01UDNxy2oH/0FNU+yLj7agCR1HWFmulLEI7s0bAiEAwJW+lElbWqIU5k9tbuWO6cNCvq9OOk1fW5H7WQ74hG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3215805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbmiNCRA9TVsSAnZWagAARrQQAIThQoIn3b2stltvBB/N\noQLWROtbHuZjlRFVEgjZPbs9FVixvIPHz3+Reu089sZGuKwpmmpG14NAZMYP\nNyjfP2RslRrRFewnawGLJ9hrb19H4Ox9cCsZHGGNQHunypT8w5PxKj5dM9A0\nQvDR+NJF07ly1xDZAydKxQ9dJzFb9uvLXjjN3wt81uqHp9jBsn5V63p4gD1G\nGtiAP+DpSt+CS2URMi20xP86saMUm91a//fy1UdvgSXVA1mKqALhBGd+q61J\nnawyaJ9YdBRcJskYS2LejsFWCCR2vVyVIr2B4gmvvZegXIM4uBjPjrvTYJ+k\nqUcH/76xNw8jWaggKYoqs1IVe8g14PVsXuLGN1oY4l40gb6k8fzxuxAljscH\n3bUd7kQnDaGrFy6VbryB0KmfLM+6oyF2tE1NwC04P7/iJKPzvTSosqLtI5tt\ncEcf4K88L7hdoZNPQZzZWZ/9cfCEl+nkKMpreRypsgP/qpxxcNazTVWNGcxA\nwM7hjtolayLWfY5pmySxhDODr4dHpeCnv8QchRQHZC8cTWrMiQaoZm/FFYWP\nPuEfVrsoc1LTL0t/kXKwW13P6f/sGcxawCdhSgT/nMJa1qQ0ga/KKG3lm/A3\nyuK+qKTiHUHIjpDH0tfk3FJjB+8t6KDjZRFtJGZyaXZz23QxJUE0EJHq6jpk\n1U8a\r\n=pUf1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"3be81d71a75c8ef2ad51ce6407c3d289ab3b22e2","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"4.17.11","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.4.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.0.18_1567516812712_0.25683688416237116","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"openapi-to-postmanv2","version":"0.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.1.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"ed90e37bdedfe21522f95537ed5c54c1d5a0a9a6","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.1.0.tgz","fileCount":69,"integrity":"sha512-zEcrV+jeB1esmqMbeh8CAhAkmUoJtTL7/B8mg4l6i+LWi4xkWwOPctDePfno3qDK8rcZ17YFE5zvryLEEOKSZA==","signatures":[{"sig":"MEUCID1GCheFAwNFBjUHoBpGF2u+8xQN9Q0sD4Ra9wYWj82xAiEA8cJyE+iENNGIRguD+BM8FKzQ7LlE0oPaFuGfQ90FjM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3223411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk09GCRA9TVsSAnZWagAAj1AQAIB3+FJJnldeqjp9T7Bq\nsphzsnKCp+M0Tyx9xYR7sRRT1Tu1XDjULQd5BUapEwEWabk+5dR42b+9ZhSv\nxDxOXVGU4QzgsUz/ohtI8eoCMRW5jT9fgbOY5EkrATd2MVHFGlrrQIBAZnia\naOjAAhPzuvWmwbc8CB1gtnlrxkMpyfn8WzbiSgADKTsUCsDZS0dkEmPJGTHw\ntlQqpqYSlOMAWziydJrlTbxWVS6IFN765dwZ1UbUEUfLtT3GhpEh5jPD4qkq\nKxGIelbv9U9nedlbyGGxiJZgVm61Mr6DKWpX/wxcq5YmrSoNyfoC2lh0NtXP\n3topRy+1vYJsLNBGlBkmmp3FGAKO8hhD8Sh8twzsYC087ViLAD9UFvGNsdj0\nPxecboML3vXvFtiwD0Y5Ko/erw+68Ve52ogXT7nekdcqIODeh6L7vr2mqw9Q\nGEDvXYKHGZgIHs/+vVmf1ZwJ/NlaUGT1W2R44B/Qf22THPoeB3GmTrrnr4tz\nuVxwJWRlfMrUbZHuHF8GqE7XsJXDfmAqQFGebhNVgINoUgISE8cygaDuRedS\n5cvTiY7xcSQb+eRVMAqmpaL2WXDTeydnSHtGmVVGxx1CRp6l33aarEecaA+G\nOXSPSVuYWkDcaLuwCo/8TyAdv9P8x2L8IEx49ZvPPUaxkxvzdMczF3vI8swc\n9ECz\r\n=Ndw1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"79274039f087dd275e58ca296adf2982e87a04e4","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.1.0_1569935173591_0.7176415715560767","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"openapi-to-postmanv2","version":"0.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.2.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"70aebe271e32982a55bd933fd894507fbba6a7dd","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.2.0.tgz","fileCount":76,"integrity":"sha512-JIStex65woPREvKOZrjdD0ZrofWFGQ3nGJpGWo+AgRJ2N8CbYoYSy5NRKfDy0EXfCZp4puTbDd48bBizyd+qvw==","signatures":[{"sig":"MEUCIB1bXfK+e9je9ej/7eNcdOmAsrMzzNf1DqfakVD202daAiEAhKacrxRl4zivRzyeXWLTt+O4LQC+3FfhrAXlbsiEXNs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3249623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd14MpCRA9TVsSAnZWagAA+aMP/37uxXoc2SpQVEmlELAk\ngSxjugdRldRjqPh4PahwU9Cu+eKnDgE14rKj1wxrrwD/BuPDbXXK0Itf835G\nMoScnxkeLvhug6HydRFGqM8z30NFrnFIFF2+xTDzRhi3Gq4Gxyqq3QxIWEyx\nFTiuROjiPsf7PDVGG0kKEiF59Am9prhzIAO1LMs2PuLXvWTOpp5+UG8Z3aRZ\nX1/TrrlhUAO2Ci/2m5lhm/GCuOYia67JCHZJw5X9O7Z+HuJTo6lCz7vRBTre\nZdsKgXFYtvVB9/DGZQHd3RCxC+pB38u46cxWps/+cNd9fBUaAbZBlaoFVKgN\nKT2EAbAV7OpddduZ/Rvpr+zVPcagLwWNkSsSEqfD71+mDTYH+lbw7h2ZPuni\nIEJZFTZ7uls48hik0IH599DyUJPOYY5iEaoaciomR3EEMnK1F8FWnJmcgrn8\n3iGzX/u7uYuQkXiFjG9dbvH7/S+e7xSDLEx+XrGOUuMQS+bVUGPHGZbvhren\nrt7z9DvPFAinNDqRK/E5S3GEPTlXbUFTJ6xPkz+D7zU2owiV1D8qqSk20x88\nD2ajeP+7g2JjZwTtaEAdeg3j9Zn5msFt9iPkNBQoqIAG9oTiOvSNhx5pDokR\nIRPmpxcfKmiqOijiVzbl9i6d6DAYjQ0fnQxAmSbLcQwq7Ka/HgQUc4PpnCGX\nBket\r\n=P8Q1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"cbae4ba60c1c021e6ecd55a6bee4b25ab1ef09fc","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.2.0_1574404904126_0.2504135980798512","host":"s3://npm-registry-packages"}},"0.2.1-memoryfix.1":{"name":"openapi-to-postmanv2","version":"0.2.1-memoryfix.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.2.1-memoryfix.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"d3ba95eff6934efbbb86cb5785cdd1c63d385728","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.2.1-memoryfix.1.tgz","fileCount":76,"integrity":"sha512-EfmmDApn/Pw0Q9Sh8OPy1PoNNIHAM6rp6cr6K/o/BB5+XIPzI85axmwkThw31IMhZU8AsE6bGIt9/wFuC6jnDA==","signatures":[{"sig":"MEUCIQCF+IfJ7WfLd42QNqXD5HCUQAucaN/5VIGmbA3IMA7ZLQIgYoffiC1avzjx8KF2v+88EecGM7jFRVBP6hY/V+Y4VxA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63201601,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3kJfCRA9TVsSAnZWagAAbYQP/1+rLBNXjCaq0KP4kKAO\nWrAwMNjMYhQnY7X56NKBhLOOPZ89u2KbxEpXJWrhbc3AB7jOChLcm250zkk5\npx4cxfa3UShW/qPU+WqWGkmNFwjB/XS+lagCiGFsQjGhaDOqXNvXnCqHQgOr\nM7MbWThImX4g3EVCwUTVFJ/Q3rEDVFqnr2cu3tnGNpnJJ1jVHts6FHi1ueZl\nF2oLU3o60FtKMkqNANciZyXq1O3QS2909Ziym0P8p2zyxglv1WO7kBduFvPw\nxctU7ufztsDfYgODOP7203gqLSLE9jdMdgbfnZ6OV6IL5LHprRdwxYqxi4Ko\nD7Oym+UrDQEb+aE4EoMfx/f/1srqYjNVPNhZbAdGsI9jGAVXE6TgOziljtlg\n03kJ4qkJ4kjEEKdjfD5QyXN2yQXGeMCA7YJ28pCzAMkrsqNXS1BFQ3xHW90Q\nfOp/1FbeMHtHxyfE45t888ddN2NPA/a+/ZjZznCTfCFeiTZuzKnPZSamAP+F\ncvDeryto1kb3+aBDiooIyZ3scc1Oqy1w/+Xeug+oJgLgv8onpliAoOdZPFNN\nbMHSGiTNlpavGyfmFREStdlZUetpZ8nNmPjbmXcKIow2GRh5psiDriVbynUv\ntWFiPo49v8hhU8c6CCwxSaN543O7C0yNqIVURmyBseYdQs14WQkrWk6Wz9dR\n2jTj\r\n=K+yS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"edcd73e6388b62962c8a8453857952a36b8a081f","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.2","dependencies":{"lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.2.1-memoryfix.1_1574847070651_0.2658457358590356","host":"s3://npm-registry-packages"}},"0.2.1-memoryfix.2":{"name":"openapi-to-postmanv2","version":"0.2.1-memoryfix.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@0.2.1-memoryfix.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"b353f41c82b8f61fcb3cf04373bc46faf68bc5aa","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-0.2.1-memoryfix.2.tgz","fileCount":76,"integrity":"sha512-e6gt+B7l0U5hNrAfEJ8WrXvPdInJH8h1yKbbLNTN9noiQR3v9oBZYHzzYZcLZauXElscyQMSwSRN3ddDxHJJWQ==","signatures":[{"sig":"MEQCIFkqGyZBa//IY9D2i/iz2xxEodNFjZ9UfD/ai+rTrbxsAiBgg4l5Fl6WIKA8VZYMfCEot2ISM1y47X7bxNThrASqVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63201600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd43zXCRA9TVsSAnZWagAArEwQAIYqyU0iHsHDwc85imYR\nzXSEsH2BhIjMLRY9am0VbrulnIdo2wwHWgd6CCWVJXRDG1rm1cxRkRq0K5qm\nBSHHB7r+s0fH67JNe9A7BoJUSY6iDvGP1luTpHpzSBzVHbjMV43KHTLNhhjj\nLxyXNFu3nI6g3iDSVnxIsSnKACTrbcHOAxAEYGXgvlg3396AsEEW4G5dtGRy\n1rZexS85O+oC5zCNVwt1x+B3N6auXBuVb0DbndwefMnqwGIgpynkO5UH7V5Y\nedQ48fH+DETpbBfrcvi8ImUXTcY7xUeiGm8vBiPLWW6kKtYwu2+L+GzPrUja\nDGN2jNKt1Qj8vNPKa7IwxbERgwm79NyNTVqkxBkSEjcrUoG3SeoNuqkbl0QW\nzo93lkChjSLGg1LFXJcWOBnAsrz8vLSHCoUddUhvX7Aj8Zo44aCC9bzu6WQV\n0tiAfvkfEGLMTFtUI8O4lsiEMry5g9FCkCOnOiV5sxeUfXDSqUVidUDrc5v2\nDMg7/LVQqXtCEFquvGIzP8U89CAk61B7BZoBjkxPSEGtmVHdq+PVXBxAAPlC\nCbqbsVM64FC5nVvHrz1BhidyCyzZ/Xu89kyR2Jx9xUeqzJb5QpLbdIwvE7sx\nxwgJyqDoYYn6wTbbW0m9Q/BtuQceM7Wwo3TgfaMOp2ZrKuza2fv0+zgAdGJr\nF8pi\r\n=7oP6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"5f0807b49e3af8bf2a08e04156ed47a2d6d40e03","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.2","dependencies":{"lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_0.2.1-memoryfix.2_1575189718808_0.551716108041425","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"openapi-to-postmanv2","version":"1.0.0-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.0-beta.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"248c2ff015fa58bd8a7d6aa9772076364edfb9de","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.0-beta.1.tgz","fileCount":81,"integrity":"sha512-0A9na3R2f9bx+anSwNxTFJx27tfzfKQaPSZajdYOPjSqRE33NQrN8oom33MrlBZ7SFSw/ceAR5zbzE9WwmCHRw==","signatures":[{"sig":"MEUCIQDMZqXKknOwyH+WpxBsvq5ssgoZ6ai9S1Hp5nfBTs/V2QIgShPKMCI/XKX66sMqAii5cCC/pr7g6r4z8YQSdzdnGgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3296819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/MKgCRA9TVsSAnZWagAAhg8P/2H4DamI0Yj2tHJQphQ9\nM3FTPZONNNxXw5P/9tguQijXIK2W/h0SSVGBECiyH3u2b9Didv7JoEeRM6Yx\nJG5Z/IjRg7AujPZIuxnM1RzAPkakbo0ZWnHVpPluY5f12f1CcPF4LmppHDzq\n209nAnORXco2ON3P9rGCbj/wk/B4YK3T8uqctWcP4Ol0+FKDt4/ALmixCGyz\nFRra16hR8644cE4dqAH/A65ha8QOrE+cRrnq0uksbIOQBGzVCNJEj8AGHrYq\nvxQMWmPxt46A5L31oGyPbJIcn6Zl5p08NfWLkbqNXBhp4pFGokAYDZnrw9NV\nY7WH3wv/tcntkA+kVUlxIlq2plD6nfCEhgN2XMCHKiosDoUqhZOHB2jl6MmV\nINd3OzeTLgY6krxvoyiVHVYjyNK3VfBN/27dWWqSzM9kfyjBfMEB2ITSOwYW\nGN3/V/bMXNT2nSjGOsd1vOWwCGpFwrGyugpGosxRvzLACIpwsSst2BoRp/zy\nNilkmUERnT+D0Eu7TeXsIzgIp6WNrbpv2yfdUmAql1/pasoxtKh0ZMCy8c6G\ngauoS48kCOIcYrOHIdFnkfkTDnXbO5+kUOdCTar1bnzTES6Z2KTfEstJ5cUS\n6nZhg6aIR9YDC+IZ8lxlWj6xRFHqKRPGw1Alw6HjCVk57XgYSfEKSG7I7WwI\nzxoE\r\n=V1bb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"9e758f37ae92c7edf756e77e6342dd1853b1317f","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.0-beta.1_1576845984359_0.9175100094636794","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"openapi-to-postmanv2","version":"1.0.0-beta.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.0-beta.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"4077cc0a13673146d128dbe9956ed1f2b3e9bf7e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.0-beta.2.tgz","fileCount":81,"integrity":"sha512-aX6o5rxwSqUeETzsJ8i8rrfOgAbaJfnwafW0JqwVjdbCWfz1/UROPIrR5PNeQGGUp/k7QDQxVbVSIVGkV3Ktug==","signatures":[{"sig":"MEUCID1l/QsPgTAm+SigJb3sEsPeKNFYQFFsQVm3LgWgzJp+AiEA2IjfjEdVdIgNVjBHCj39PZlH0X2cIl/vX20zdwgoiCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3296971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/N2fCRA9TVsSAnZWagAA2c8QAIFAFTOpO/8sE8VBlKfq\nlYSgclNUxBRfMdSHqtnAUJqs6gafsuMz9rPjVm2SpR7Z8lqYDTlGlsi2QkeO\naOUodLGQQCL9LjvbN7J0QZINtzdetACf/XR0GM/cQTFiYJlgNiaBZeX4qh9W\nUl2+jySwo/xm1WNNuME4iOMeEHS9comWuzylZVQlSFt8syKqwRFPgqrJ86zM\n9zXADRHuD5pbQt+x05POaXPsDX54HrzwX4brnZ+OlRZqb+/WvDEUNCJvcJJs\nW3N/34BZmdjZ1gZ9yktIW7/BEtrqFozDdYt1A9Cex741LeCHxZqY+u7DTiqU\nrVbyvg+9wmTnCzK6P8H8mizlKPytwMt4MLZ89Gjccn+svuaXecDGS3qu+iD4\ndHOF0Gc4MW540kamYeP1AVlcFG0Mkxze/+w56uU+9vUNejAfoGwpH6NxF3LL\nAu0bkqzCvpEM76+5fX6pcedGQJc9EuL5rT+aPjxNqz6ozRGvlKTgqNlOEhEJ\n15rucZiBbyUqslE8AET3pwshehIG+mvm67a1WFDOQMwJtAST5VIKswiqjfyy\niZfva2/Ao/1CgWagU3bA/wmdRxVvZaiS3fFnSpgjMNzKQUBXY4CU0dcXD0v3\n8EZ8S0y9y9PGjhMVO2ohcgI5SJS/frD4G6P8J5DfTByWTLRhuqI4/uV7Huow\n/xqU\r\n=+16F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"0d827d428708e34adcfe963fe3e6a79cadab3ea9","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.0-beta.2_1576852894604_0.36153909137162765","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"openapi-to-postmanv2","version":"1.0.0-beta.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.0-beta.3","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"5e0df94e6307fee249ecd784d3485e6cbc58c33c","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.0-beta.3.tgz","fileCount":83,"integrity":"sha512-jCPEH37c7gS0b6NzCZZW8ARndudFvwYKYTVzS6zIrpBlt1Uw4nqvrfR9i8wl8/bjVtr/o49lirNBImOavry55A==","signatures":[{"sig":"MEQCIExVfmPTdxR2p9TXbPLL6HO2GN7bhNClEQZwJa/eyXS4AiAtN2VuafFReBSOfsEuSKVQICjcDUul8sMWmpA70iEVKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63251072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/mAfCRA9TVsSAnZWagAAluMP/0sMhTxITWy81A/O5QqN\n8Z5AODCsJMPI6rnd5vZ7WusIcOTfTvwf7yH7ck/jOEZ3/Q1mdLAvakl5i1P+\n8dLCusAzFNqF0B4z7q6n91YTfudlYcVUeG7XfQCsTg8vczZ2UXib26HggB8S\n1qj4KWs4Lkzypd6/OgxODaHKNl+pI8Jf1aiIPuxvSQLadZv3y2kNiYYvhIyU\nolnQLl5gnV3SLicJV6rFcN0M632ztjEeNGqz6Xbf68xQDqLYVoEj7E+ajz++\nbQLi8AuucFx5zcyUt+pcWYvZiaKIGCjcRg45k2hxzhdAtzevP+HMq/jrzKOm\nKh7wXzvas0DWtB1EwUi+mXL7zfb6l7KvYsCuvkatrlqH5dSWsUIgiWGSu624\nYA+1Ks+BcjM5fAKkhqdRi/hMi6XRLIHf+b9E73Hmm+DjyVukyUXxR2iGLQlS\nMrZ6usIJQ15Wl68v9yT+FTDUXbXq4IU52GVDuatVVo7hTD8xfuHmj6umrXBk\nv0fFHTjHHUPwkSuLU3rVcsQKRjCxGqPVDeyIx0oH9HBdiqLApVSWGTT7qNrh\n6+3f45btYHFX4YME+dw/E0ansxv4bR3bT5siH3HvZfGoc5vCVAoPZhh7Fcz8\n2JShq62ks9yO81jwi9psbK8QZq+XA0+M3m3LfKZcEHEEd/O13LeDvCVCbp9l\n+JTy\r\n=2rRN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"2322e396c893d29719a2da4e042c749a1e5e80ca","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.16.2","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.0-beta.3_1576951838754_0.47679741118645724","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"openapi-to-postmanv2","version":"1.0.0-beta.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.0-beta.4","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"74ed4011b2b3973e7a0a96d9312252400806ef8e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.0-beta.4.tgz","fileCount":81,"integrity":"sha512-7/c++4mO5x+FSQbTUxIUXKso4xAsClOhiRvdygZTQl3ZLz/QPnrok8visRhgKlvDYXzNN5m30/0zdshgLB+LfA==","signatures":[{"sig":"MEUCIQDmNhVCun0EZmDGJHVYlaQymCGxvCQqpp77St3S7KbRmwIgdYccxe8EptSwyOAKvdlUJbcAiwm/EgE4djAqh/uQklc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3303553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCgoBCRA9TVsSAnZWagAAu4YQAI1JJV2gG1BrL4GM7sg7\nS1m0gWiVROzhXda2a557eSgG3mPo0MY/8sE9d9JRL6n+1BmgMdAy1IWfLfay\nTi41JSy5t6hjyxdfg3yyI1w6tVm4WTd9LntHYsEAwT53CBCLaE1+TEfA+lmq\nRXRSqwGXsyJO+GE3kTfYVGN37K+rS20Xwpibgv7kMoxwCK+4gej1lXAQQpRe\nn3f1rajCqyJ+CdwEinVdZzgkC+2CPFZJH0Im4Mft0pcGjjSJs/6Hc7LTlE4F\nbIIJaA4XACmTc0GXEoi3SOGh6lZlG5FR1123QgKWhRJ0Yky1UaUv2sOZWlvO\n1zONRhQQYw3ccN9UBpfCe9UNlvXzPgpLlJsJJU1Z3NdiHLmlLrh+fOv1etb1\nvTf+VrXfIroisZvDiKOiaiPtcgIwDuhDDX9i7tPd1KySVJFDAL1kUgQjrejM\nzCyxUwDDxWoduQQoVHIPoOs4Qvlmfb9C0K68sx9hTAwuNIky+EzcdziRr2eZ\nhJtTS1pyGAA9OzbZSsbaAxi8ifbBo2jxphrcbm0mm5BmPYMaduNw/Wn0oZ3o\nT+zC5IqvZRxaTOUVXZHq8w+fBoVxTRrnm53U1fUPIUq4cF2RNc3lDfoq90xy\n128MfzWySL7v2DGG/ZR7UdQxm+Eq0FyzDdLO0tOxxruLpsmzhos5ulcch/Se\n002Q\r\n=y/lN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"9b9636cc6146bc0809d7d744803e7648ff64c5af","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.0-beta.4_1577716224812_0.31631108310678613","host":"s3://npm-registry-packages"}},"1.0.0-beta.5":{"name":"openapi-to-postmanv2","version":"1.0.0-beta.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.0-beta.5","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a743ea3d8c44089bb0a400cbf0638b27f7e7df75","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.0-beta.5.tgz","fileCount":81,"integrity":"sha512-y3M0hrj3FT9yXfUCvIaA4HImo6HhsvhayNk/cZuJbj1c3W3WJ5WlAiItM8RGFRwFTrXPR/XKAxmLvya0Ehm+Hw==","signatures":[{"sig":"MEUCIQDfxTKh8ViTRbnwRRavpMhejuLOXKlKLCFAr7FMn+q3RQIgMxuxIZ7W4U0RaGdQnAymHI7/ePnQNHQKlcI/S0KxoIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3303616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCso3CRA9TVsSAnZWagAA/i8P/RcoEYsGBPJ50kUWGUka\n62qES5k8tK5nDsJXJf4OLubbaP4SJJJysuGdEY3oHakX2O3mBpT5htcPR5+o\n0iJ+AlAgsKtLqLgWU1acXpyaZ1+QTfOuzJWZOJRaHETjwfgl4gvy4XP/ov3D\nCxkQMdW0w88EEp/4FtzIugsXzUleqaNTYPTWk4s/HoNQWE8PQHc0Y3XjlEdt\nbsVgm3Z1GYrH6i+ON8l6E9/4tg2FsSvnd0jWxWf5H1dP5sS3w8GcWiGcNWvO\nuxJXG6dRCuZo1oAWn2Ng0rPgHkg7DV2RrnCJ6Y0fzk1vBfHbc6wCPXJKcFhT\n+9QcVvn42t6+b6pTnwVY3A/os63dGZKP+weZY/G9/LxRqd0G1A3gAEIsWY3F\nz5jEWxVR4/7J2PF/YN1FpO6YgXmDJWI/CwGb/hc6Kig5A6T2HtRvLgCH+NnW\n0LYr2j0nFJ0HVyXVbX/0gXOwM3YbPqTNMWqatiBCSXJ3Dun0K++nvMLGtX8q\nDGaMOtiF7Rs9Q+XSdm/R0mHia3ouo0TYhSwyZJZrMY8x2RlXUQxqFvCsSeVw\ngAucjz2+0x2ZdFi4tG1hTYyrjNMKfGdPUc3TzPzXZCzFGlu+AACE56QQ2XF+\nB/aE98KQGnUEhjmGDzEEb626fE26Uea47VUi/5VJkEpQc6r5X3d+YjB1Kdxe\nQ+pe\r\n=Qi8A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"c371b6bffc7f0e356df429b0f89f1f38653436a7","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.0-beta.5_1577765430529_0.2921466169533078","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"openapi-to-postmanv2","version":"1.0.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1b28439dc56c17f38ac48d4043f4531e01ec3f0a","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.0.tgz","fileCount":81,"integrity":"sha512-PmKeIgsOYjremcx8gqLhtKxordc5v5vkr8hR4Q1PXyB4ROqYDZPMFM7ZTZ0UKbCECnzApvtakJHsi8xjUXrFVA==","signatures":[{"sig":"MEQCIFEtOCsDwBavMRDMkdxCPgm7exG5D9p/c/S/fNVATiXFAiBAo9sfD4zx2LPHP3FVi7/A7jvNvMalH4lEaFZVhG2kyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3302975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCyinCRA9TVsSAnZWagAAEMkQAITwK4Aa6wgM4ciBN3p3\nBn+GmUxM+R/IsSHGFM7PIYpA5bJF/tXxa1o7YGsNNgR4ghCAYHqx7YMmWO0i\nJLh5pp88A1dDPymUm4pUZshNVXwVkAxcJa9Ep+GvjpHWmIqLUebxjtpGAcam\nB6NEv0+0VNnyPwdjoTAEKeWYx+9tsY8HV3zrY0movfUN9M53QQLXXnrvwPjm\nuKiKXXt7XqqKO+NHZD3xceCzANT4caCa7fZR/GlE+RwCd0ewvoUhRZw7sZRh\noTUpFI6jFfrIUgi9+ptHZK2D4Lvx51kmbBjnBzTGRUHxLX1xagisXYgwkwx3\np/98COLZqwTL8G4jwHR3JNHkicgjKPhXlGkCLZV946OghqoChtr0sznsRxmT\nQX0TqmReCbFQBJnXYjIAE4Y4HvyK8L6nf2ryAOm1fzBnQy+nyfgu+qYDrLPS\nH97+aUu6igPbL0YQopA3hsegt3I/Sj+RMIP9IjzVzujYLpMQdBN57uHsQ8XT\nxjljTMVnlGDUN5+G+uUJ5Wv4RGXKIuP0QqgtKqnIO6Cr3tco057cWjHP9Jdv\nvu1Q0AE4smKTkWNzn8hZWfCJ0fx85dkscy1n7eAjkpzAR7RnQT2gkL+q8b7K\nqIs4zAVSIRBN7OICjC2BgQYwi7d3Jb0p5+irvnGvfyn0jp20IzLZg6caxL1d\nljDB\r\n=5xvT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"5655816286a5317f38abae57743bc6c10471d525","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.0_1577789606825_0.022632750873792906","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"openapi-to-postmanv2","version":"1.0.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"41c059d5b3232059cfb444d4e25b12f38eaff066","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.1.tgz","fileCount":81,"integrity":"sha512-1k605KwOk67sMKH9CJU7pzFkH0Eby/tmbyRD4WSthTXoS/5F/ZPlLO4qswmYvVtUTXyjGW9VBUHRWRyoUGmSsQ==","signatures":[{"sig":"MEYCIQCBUufS3evnyv6zIAvkebx9R2GT98HdZOB6XJjxkDlTqgIhAJIzGP62xXr3KGuouRzhqXWnGNKR4ahu6GRbR2UNfHcC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3303633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDEwGCRA9TVsSAnZWagAAQo8QAIMacdrpMDd5vojEEjzV\n6VLktp2X3OjauH0fD3uN4aI6QaFksGfXP3lzHVRT8ntGdJtAXzPNIQBzr8+J\np2kidO3BGccvFLa36Tv9Afv86esClp92ZrNV11hYVxnZTcfnYyiulic1bGtr\njr0emDxyMmRYMRmER07yJHWfuJ2z9uQwbv+M4sTI6OMOGz+FU+MgZDSYuNFT\nNO4SeRadnNpD7WTXh6bH84PHYJWVti7IjwUgwFCxTY9DbL8LnuooYISSXkhy\nlSZBQJTrhxy4I4Wy/IAGKVCMqvpt199PN99SGBAyt/v+RT7PkMMzxCjuXzh+\nnrS9sHIWtNJZaYgQRxUSiYXZ15qTfAlqjFYXAMUpBYy3YU4ZBPD1T8nkMpCy\nQFzuFQQ6ldfhByoh27ECzyEOvwIYTocro80HnM52toY9nq7lnUBBwonwWy2s\ndJZZBtTZ7aa9XtzZCjUlVX8yu6ulXXuPBC4sKNJC8AV/s9+z/osPjbNoKE7S\nXx9yeXa6cp3MH0HVDfTk5/IsxnnV9pJI2cZxMMps5D9tiFmGA3dfIV0PpAY3\naPWNhhGSwOuTWGfAcNcw6z4MIDoWu85hFn4my4p84ZfdOpgwQCx+y42IqiCF\nCl0jPvmog/SPha8Wvh7olPN2tcNIdDBKe9KIVjFjnoD4zK0vMmuv/87UD73b\nf85U\r\n=KGTo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"aa812e95ff504f797c70abe0b5c6290780214475","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.1_1577864198162_0.04336259672086751","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"openapi-to-postmanv2","version":"1.0.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.0.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a76848f2acf341f55b435eb26566239ad269836d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.0.2.tgz","fileCount":81,"integrity":"sha512-9aZPPgN73uFVOlUP542ey485zLdwvWHkDTRE2LJGKFG7EJzquohZTuSuyp13flR0Odp8gvu5vipkJfR/WAxRoQ==","signatures":[{"sig":"MEQCIHxSzTqc7nu70ADApFRLHEq+0z+JAlcD/zY6uIzrdNGIAiA8knGPyXQuEb5VbVdBhzA43zbH68pqr7J4GVePVRRWMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3305039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDLGMCRA9TVsSAnZWagAAK5UP/13Pad6z4rpwFcmROJta\nON+zApE5zCFkBUHlro1OzYzX7XlXD1tzjKvu9WKX+dZ5Vq+ob0nqowah2P6i\nZ9SaG060e8Pgqu5DI3G7kOehieg1vGPHHaLf2k/PL2brRwx5MnFOhp6KCxFO\nIZFkMZHpHtkljbAkUaZj1YzRscSXaQNspGuKqFvOH2gP8XA5l47Lp7Kg9bnO\nHENrzx/Q9OUl4coI1szxm8SdSF4I86oxeXY+72V6wvQUazFXBdOE/VNepJ2n\n2ikeR5LW3Qw7NIdOiGGJlW8EF/gNFhmu6KqnrA4W1EWbCWqAnXlz23vHfikZ\nRzJlwnobslBzfR/A1rbvWrfuAw+O9yMoL9COhnLA5Ww37Cgh1COrrPbiVLbk\n+psgxvHwc52tGJN9TcFsD94Ee40+k0iRKQLSeIpkjsIqaf8QY6kO/ArFxPR0\nvUN5M7lLQl8nYQPT6V0H+fqRvL5dtzWlON37DVPSQdtj1QiVc0R4oRNka0ND\nKQcLN1GUSpi79Lggvtcxgz7xmnlwZe5dv4KGQ0zYdP8eLzcZo0nfWvYHMyAb\nOJzBOTUD+bCjXxHdCNJdMfqADep+95SSyBSchnMxBn65wwXr6uoUIID5IiaK\ntXpXvuACwMJJ55abasxw/+OlnQZlgkVT/uCZS0zWYrFC8SyOLnW0aN2pkMln\nyVgB\r\n=idXO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"0260d744cb04a6b4425ebc86b4a3a30962f8af7b","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.0.2_1577890188410_0.7852093494120507","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"openapi-to-postmanv2","version":"1.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9c6bdda9d1ff7510ad46d0ccc9247ce9b8bf8567","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.0.tgz","fileCount":84,"integrity":"sha512-QtQzzJAMrgGXVdMo0ipIBQ2DUJKwLQwXTIZCW+HJ/9+L3vrWNSH3tkA2ELHZGrcLJfD3bd48I0n5G/GC9HjkNw==","signatures":[{"sig":"MEUCIQDlULUQzMiyjP8y2wOjlTUQxee+hf/1vKv2giCqN3+gxwIgGPcPDLQWIWf0RTKOnFugqFaItJyQavNQtEXbFZQkZhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3323542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDfuKCRA9TVsSAnZWagAAJGQQAJYLe/DlDV6I97GtPZJe\nqjrB8x2XxGDo7w6v2p6amAEklFqVZ3TssvCsE3AjFZ9gZ5vjWi2LyDRy8st6\nlR3leFqX9nMQ+su0Jp/z3j+tdovfZUaZkBWQUH7xIQcEp9E4i4OuJYrwNbrB\nQKWhjo+pH3eAmIdXvLUlIgLvmlm7cL/OfQZI07haspd3fildHJ+iD3uC94Se\nciqeZqu4WCtZsZTI5zzdOYvVF8oY3G56Qx8b6/4xoJWw5UEWh05DpaEOOwIH\neyRND9d3zNLOGp1AdKIXVMujrEM3DvuEjclyl0a+NOLbMvW7uBSE6G/FPCm1\n/rFMwFpFGaO77k5pvTy/7olyoa5jzeFT8+yRgEkRBDcPRDTYhKvgI0vzzE1Y\nuTl7HCJ7w4GEFFiqsdjToJL286i6wGV9U7ch2+g/REJuPBXqhYWTSPd/QSbS\neHMAUg4vYGiSnpNQZT3n7Xfgd77aZ9iFYNiCBCHpJUg+QE7TdUwLNqq+ZyIM\nCOv5eLLhVGQK0k40LHQWH1fygjlkBPmo3eZKCLASnqr8IcfUETLFxeglTDZI\nN8v/YhRaxy8PpQJuJ5RZTEcc2KEffJS1AisaBiZMANierNbHnT8GkSnViJkY\n9B/yf227Q3UhbsdprM6ruT/JozUJrSJrEFeCMlcNU8xyyIGdRVkBLMDyOSjF\nW4kx\r\n=rV1P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"965d856add86b58a2a2ebd1af918062ccb0cc306","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.0_1577974665682_0.10671676988660872","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"openapi-to-postmanv2","version":"1.1.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9d2746a4d0282eb2f140c67353094cbcb1617f1e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.1.tgz","fileCount":84,"integrity":"sha512-BI7zK7Aw2a/woI6hpG8TcyCTgeWlif4e8areJJ5cvVHNq7ttZJ7BYC6x5cnITxc7tfR43nhyMTkGjn9Cd1+EXQ==","signatures":[{"sig":"MEQCIGxrXYfcuwCpYQgBbBURyy/zDZhxQV8KnO3jNQQzHJz1AiA5X1P9J+Ibsnmq6t6dQJPGp4X3JvVBJbpvEdx5rLzNgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3326456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDw4rCRA9TVsSAnZWagAA0cYQAJJjsePZV3ZCUL27f7/Q\ni1UNoKlrTSYcwd6jyJqHt4LjG52O5sPKYd9bt3RX5/pRvHuGMYgnxkbyeAjc\nx98hlKvJ4lszh7wSJWooA3xXXe0rbH6j3DUeG9Q/aAxh1NAilOJvA3Jnhb2q\n4ye/WvyPHaFpMuUVTT/zyshT9AFq5ons5ELYLSFGkCL+PQtTFYSEp+7EiCFc\nPRbhFIlFn047wdxzVUvERoVm/EKAbXiKfimhEPwfHmd9J3Q04ZvflPwgchU6\nUXst0y615yl6muSdPZedtwTVDb4xYE0/gXYq/+Idz3fbo3WtSovllBM+GTYv\ns6ucxhD8c+ajbkufVNMoIdc4FEmLXcGczqeSjHHKs5AJEFB3EnkdqWVsSbsY\nzOPmUDkmLN+2GlHWgeC9WM/JbzING7Xb6dcH3RRifcsHaapnH+OPgigCCkDu\nt8yJ5RTGOnHRch/evZ3WsUfIbGuvnjWBqIKR0jgwPL536F3K+0N2/5IQGl8o\nXqjyvEPvZpuATHCf5iUEKU8qKf+uTngkHLOOsw8sMnHmBJiO6kolNzDrd9R9\nLBPwy7qGaJH5Kv1HfQjrqSjOrFRDP4wTFb4aynQXn4dvekFEEbyibdx4SBZT\ntPjpwr/fQUAHWzYwEPQaRkPjbZEpGVo/xpqwqqZukzo5SglZNVTqGsArUX/P\nm9eM\r\n=PDgw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"3778a1481c45ef70e60dee8cf48933e9b7c26628","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.1_1578044971074_0.4312864369389471","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"openapi-to-postmanv2","version":"1.1.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"805efe77fe68ed1c377f4073de54077349e828dd","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.2.tgz","fileCount":84,"integrity":"sha512-qONIHzHSVAf32MqtzQkRgJqfzMUpNQbZd+dJvfEGoKABHru/EPk2zflWaJ02a575/J2moJ9Qv63VsT6auXXdew==","signatures":[{"sig":"MEUCIQCzW6B9HUeqQ+01OwGPFibp03kfuibvjfsO+cajezDJvQIgbUs+Z+t67GKL+TPigY9JmJXA1TbqcN+4Ro9eJyMaQmo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3327242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD3NZCRA9TVsSAnZWagAAGCcP/1ZKjruiRRW6NuspxmdA\npvY2ehdCEcZdKhup8wixtxX7M0pwsfqXLvvnOCsFwW0sr3YI7QmcwoxJrHY0\nSh8vWtqtbD3RgLd8ycUeeXibM0pGj/bsr+Ijh04/bs14p57WuCU0b1yW0BPs\n9e2NyFFr0eyyhhmQyBQuoc/glYcYHjOJg8MgKBKOs4FwPJv560GLEnMHEE/c\nrUkz/EdcN2UyJZU95M4UXC0Ssn7XaisK1EHXFy5wx9Yop3yFrBe/Tgy3RkYE\nxTKgeRuIW27NI2Vib8GZZb/SjB5POu/I/WorfLYVBEohPSYqmDzpmSmTMOHS\n3bCxc5ayic3DOdoucl4W9JUlL9+cXXiqCSvoAR1Yv6psMsxJ0AemIyoKLYbq\nSm227TwqBNCscPGdQbmV3GO4002NtWvTJq7PNWsgIJKHYAh1VE9Qj1CQ7u0t\nZBkOFMhPWuKx8RzzL/rDcFdqGxTV0UzQtypPwNJKRZkyeCdz5ESlx9j/uCXO\n7OkyOSIGEy96jF6skS4yG06EGjdufe+iLvWiVTn2g/I20P7WzZVOgihTL7fa\n10aYkozhYSuh+3Xsvm4ArTSvrANgIUGuiOLkd2qKEtNSZVRd6mkN7zHZ7ivn\nuMndpG9daGQuEpnqcUqTc6JD8vB8ODvzo+K/LFIcnyjEaTAQPkqJo5z752sF\nS14z\r\n=7Dmu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"3778a1481c45ef70e60dee8cf48933e9b7c26628","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.2_1578070872602_0.6818563614223505","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"openapi-to-postmanv2","version":"1.1.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.3","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"896fcd1cc3d47716c28603955881c3c8b445ef1f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.3.tgz","fileCount":84,"integrity":"sha512-mcaW5iRWFHswe6o306QGoX7VqxNzmfNjP2FgOS4xKeZVh/1Rd7+QeIfv8gpitDl3suFWsgoCcHUVRoiK99eDiQ==","signatures":[{"sig":"MEQCICS0P+OrLnqtY9YRzmjwv3KRPWhiPTuy80Og9u2FBPSTAiABjtvFb7rpZeqXYwJU6CNtEqrBQ8m0rpcirD5VOcpJTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3327249,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD3VDCRA9TVsSAnZWagAAYNsP/2N2VbkUiyBuRCzjUitp\nhFKud7Z3LQ4DrnTHKY+kvWSLxB/VixV4x2puon2pSIZkPoJQAOPjfL4r0SU4\niNtUxMtZHBMsY4JYaSd6WQ71r3wtskgt/hfIwH6th0ow22zOKt8lMcL75v8K\n+PTaP/Frze/Zr/1VFV1/q+nIFdMa3Z9Xvk07fbl1knsvc7JIxRFSVmMw/+Z0\nnifVRbqjx6IxweAHixBnFtBTI+fFRZjyI3NS25HyPbM5OCZGJP5zEBl+tizB\nEuqrEyZgNMeAIvfP1g5uLhx8apu//SBf6B3zQ7BCmHkkbNEidwkpD3gnC4f1\nd/Abz/t2CBVM7DyNge3WCuatXfANL1AqJpAl9b8Jhp8Nt7mtSiWmGs/GAvgd\ngQvaLa5ygv2nXnLXiVY6qSj+PIopPdTPHoZtnvBtWnnoeB7kaVNTYGmjAwIQ\nZ2n+Zt1qtx6XKQO8t6cPDl1+j+tSjAGVnx8Nc+A2xaxkS8P421gsX2T0+jRs\n+ry4/eDtCMTly/EojDsam8Whe1R5uB1ERb4pkL25lycZCf1e8q0/uqx1C1r9\nV/rpRs+XRClgRicQIFz1rQyaYkLTNHIBqUspxyON0oDuYD8i1j11ET7yNzT/\nuvPBkrdTtBv2qI/U6oNqKhxyczHsh66o2xBxgqZ4gFSS0Nq9moyTSu4vtYmq\nGbvi\r\n=vEgS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"63d84d39c3e2f96bf93ce96ab1e144699ad0269a","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.3_1578071363343_0.5822378637024066","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"openapi-to-postmanv2","version":"1.1.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.4","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"cba130794140ebb075c844e5f46db67e6b172037","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.4.tgz","fileCount":84,"integrity":"sha512-23QLRwoXDrpZYoSkJCOEjGHPOIt0NkKCz0pORZY3pE/7+l3W0jZ956y9327jBr/y/ge0TP7MQgiDqoQ3M09C9w==","signatures":[{"sig":"MEUCIBES2atlTcNh9/RgACSB6QDXbkmnaIripjwqq6yGRehdAiEArvS1VQTZeh0TjQsCd00LCNzBfJU7mPyukOCC8Zu0o0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3327491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFILbCRA9TVsSAnZWagAA7HgP+QF+8V3jTcIe4x8WTqfc\nxUp8K9DmzFZ1+7WudeccYlTkWYGhUubISBusNQdhIikkCynYRpY6r6+XjutO\nFO7ZOSbGGJT9JgkT8gpjkwZAq5hd6AH5TDrPg6QjXyhdK/98igfVIS1QpNqx\ncqjbY6IosDWsrHKW0zhjlXqAHLtmAOzMvI8nuN2SryONYk9lI6q6H9N297kQ\na4aX5iq6MHuONurTz0lwezsMSFOhmCyGIKR8hWym8x7waeP5frqxI5CBvXty\n//RCg/m2aVJ8pzl97YregcN9bB8eoLFDlpXqfJSJR6Yu0XOO06ftQrOX7No4\nsAMXwETK7N4NcKmNpBMXBKY+vgvtii0mgQZyHChCBSawFWU0CRR/LUR6He5x\nitLRGHvvTimXRaouBkhI/MKheg/Ej8ZtgxjvoBQ54wGEKtEiqK8q8kaCxZ6E\nS1cM8Nbd/KrsL+OANanpn9jnrcOKsV1uFGaY3K+TYeTSo1sWZrTGDhIKz9Mg\nCm6pydhdxvNnJ4HxtIGStyOpEqe0QgYVpme5cjgNh6B7wlZsU/9ZZHxJM+bU\ndfD0cXUfDObufmsG7zK10swoE0mhecOAbQLsXZ9NzNvcwfeF58DVU76eHn8d\nGbs3BhIH02gPoU8wcRhLPp8vdGp+xsF0VCM0MQEgD8GBDIPz2LeRR+6axsGQ\njflV\r\n=+nU/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"da071d49abcb88cf01a9be6d354d853541cd5e74","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.4_1578402522453_0.024531875765699818","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"openapi-to-postmanv2","version":"1.1.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.5","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"7db996a185be3d92f403fb0fadd337d58ecba876","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.5.tgz","fileCount":84,"integrity":"sha512-4AnN0o1WHsZe1IjQHVSCk3ZWLhcJtTL2wNuaHELDhEXlGLNY63AVahsfYWE67W5qy5MT5pjQk3xKtIYZhK7flQ==","signatures":[{"sig":"MEQCIEORmRtIQIgHQDrwcSrjdl8jiRhVPHplJwv6vy9078TaAiBhcXKMFSSeK8tJFr/68aUw/iaJzhWh/EWhC4eIR4Cbuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3328217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGFQ4CRA9TVsSAnZWagAAnK8QAJW5zMaRhwEjIh8RZlkN\n9m2x6461qb/DfSCqjuy1hCdjZ7omC5TFszH360YYoYLyLYvKcbgpngTFd8dO\nkunf/1PesGtL0kwfIdpYQ4HeLozlUGCq4QjnMybOaHKvTcsbUw395vv+xf26\n00Dvsdhli/VimTWoYhMgbLRxUKdeh85LYpva+zyXOvvf8S7qbYb+4p4FXzIF\n8FX7Mf7kAiVab1kncftXX+GrrVJy06IyoNesQuyT6nvhU7pky2qXcm2FyRxd\nJqLonkO6b3Ewx/A/UIqU6MM6jjrqUCPVXSoEB07E2CwB7Xp6/w9NEqKP+psK\nlhLmNcD6JIdB3TWm/RfPsoh+B61uJFIeJ+XYxD+NBTH8iX0FFbhWfYTJDd4S\nXbIldtJe8rP1ePx3G6Vfkcx6O/noQYu9DweXHmfwCe4RHjKXy/JJysyriaNX\nDGw0WcMXzs03mP4TxM6BOB/kUApoE3wIOc7T2dwOjE3E87gBZAv/KAg2oU9o\nuw0eViUSFAoa8IZQzF6dHeEWDiAotJPrJ0RXEWXsLz0RAad12y8LKdSWbUSI\nxY9I2p/DeZTVc6HRnZw2o5ueA4Z0ZE/CD6z1LqxNoJKfsgqKaApqRmsX3n5D\nS3iiNh69XrJNlaa+Oc6mcecTZlbg1nFe/lIv9g/K251pg7jF3ClGMlu0/n5u\nS3yq\r\n=OZyf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"4aab761cbc1988267b4a8648b454ff88bf14e59a","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.5_1578652728049_0.7698348903115129","host":"s3://npm-registry-packages"}},"1.1.6":{"name":"openapi-to-postmanv2","version":"1.1.6","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.6","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"320d9a20e1f211f12074ffb25c8511f0b56ec114","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.6.tgz","fileCount":84,"integrity":"sha512-/KrF04KQ8Rky8sp4Ph6lEHryy81x1lvTsfKi9wk8WgafbypRoaeg8PnoWBiE3yW3kQWXKV/qqB+s65i3RiGjqQ==","signatures":[{"sig":"MEQCIFGcaevoTPUSPTSFV+tkFTlf2iWCKWVmsKrzKLGCtoG/AiBYtExf84fxrai0fCG8zFeS7UxvbuEIodVBrSD31O0izA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3328649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHEd7CRA9TVsSAnZWagAAjBQP/Rkg8mbLuGv2AaF9S01S\nTdL07XFPm9K0Gz2xo7NKx9d/B7TgDmKrkIGjYf5BmiDo5HldRHT5kTto8ZxD\nEGr/JUYE1JTfFSOlu+5Gz87BZ4vrungUkvcPgyROxIO0WlNf7qr9i4KEUiKu\n8Q8/m49f43PjrFxBSs9FIHIp+vSmgiha65nBRzFFsxmohsx1kPh58mEmxLf5\nfz8UsyUqosxWRcZKTDqRmGq9Sxv5FeDdSxdjDOnhBn2AQcx+hgHRPD4gOu98\n00GMjTLi2ZIRI6CZu1kUEjAYwzdZtBVnOjHwNQC+SKng56oSG61Y9tvG3q2J\nWWbnC++yk8mVg7by7PndyWNmKHktd+e0O0CvQZkIZhdHTYcWrDdNldcqFZHQ\nI3C7RLAv/qLku3IVDXRHq49QSAXCYlOlAlIBMp5CMVWwYIYyAfVd4VFqUv5S\nvB6qpNoBcGsGixn3lxIxEXlD8kVs7X5P8fkKJjstvginf9x31JyHavUpGmC6\ndu6uy+Xtq8bBhAII+YtTJ6eFx3vbsBgskxQzC1WKvPjSp1eSqVdwym4TpMjW\n9Zv/gE9cRxqvrzdy4/SK/KhTGZachj+tFTO8TtJTuycfyOwnS89ifyLCsYkg\nYV1gmltuejrScowWVCaVDdIXOIkFd69MI0x5qM8DCx51hA6cR/E57ezGg3M4\n9oZy\r\n=zROj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"e18218cbcc340f650f05cd1fbaeec9bad1720ff5","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.6_1578911610162_0.8428176399380678","host":"s3://npm-registry-packages"}},"1.1.7":{"name":"openapi-to-postmanv2","version":"1.1.7","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.7","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"83811f896683dcdf2f43506606a95214d8c3b7e2","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.7.tgz","fileCount":88,"integrity":"sha512-grw7KbYPb9JSiuiRLM6E3uJfu0MxtSbSShenVC+DU4Jmo/yL5IQ2LvmflKt3c0Ys1qOSbGw62uCT8WQ8+3inrQ==","signatures":[{"sig":"MEUCIQCDA2YA6iow1SLNen/+LSqODaygzW26mbH5FGbtoptAvQIgALhBQUT+zzSbm8bDBvRaPZShJ5H6Zg+PJdyw5km5mFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3352626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOqrwCRA9TVsSAnZWagAAclUP/38xPGkgo2v66nzRG49Z\nB6PNQfj6mEG4qoJRdzxhe3Tz200Jj2guw0+oOMsqo2vvHshdMOcm3XO7dMJ5\nOxIMAEfBWv2JQYxlbDDuqjIDnS7mA8qLY2vzghTWJX4aHEipLVgZ/m9ldP2H\nActubGFWlClv8Q6rvqB//HPhNEt7fZJ6iZaEsSM3sRNdeZboahKiXp4zVl7D\nfhDzMjP6yTot75+J2KdGxvqBws2oAQl+HXuoRQFoaofnASoCc2O+djZiCNbk\n+R62DncHDhGwnkwp/NVRYqlV8wpuVViOOgyg5QT2Y6Sic8JXx3IRK5wlevwz\nWeQ+8HRNxHMWypND6KP608i4KsRWr6BJx4+shyBQWwIiYC5rDAcsNhaDJoPy\nMhwep519CZCVmtAGVnQi8wntj3O0eNS56C9/xPcFlvGkedpgnVad3Px+dz4B\nbKhLkSs8QIwE1Q0kJXLQ7HW2y3uUCj9DbP3twCe522KHqFdCPFBciHaQUDGt\nixZzUUk9e8mfME2wbac2B71uGD3GVCDHZB7gqHtr56d0BqBP64TkpdcQEvVp\nVQAN35TU2oczHfdhur/dIVXKx/KaebRZcBY9qxE8kdQ0hG5gfsA2s9yN4qba\na+g6QIjuWPwzxSq/wE3ZkcrU1SgsVIHT+JOE3S8timCS8z2LS0Hz83yvWlzB\nypIW\r\n=DXi+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"63357b891d4c462e32c146c84d4c12b05c0cdb79","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.7_1580903152107_0.6556354627685193","host":"s3://npm-registry-packages"}},"1.1.8":{"name":"openapi-to-postmanv2","version":"1.1.8","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.8","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"690a201b0680bb6a0b06f92b20ebec2f14be3ab8","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.8.tgz","fileCount":88,"integrity":"sha512-UTzpwr0EeW90exS0Al/Sskc3F8tBXl6VhmYllcTVP+wB/QCa6yxBdvumBSvivxyUKLU4i8TSAv7COeArAP0EtA==","signatures":[{"sig":"MEYCIQDBO1HoJbqfhqJ9S6ZtbYLWqMyGfPBfw8CSxmsNanYnlgIhAKD0yMBqMZ/ltPVh4t9Ch1wAVUuIK8DRNT+XAWaMxx8p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3352634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeR0NWCRA9TVsSAnZWagAApoEP/25aI15RUhDU+H6c987W\nalSoLMRdC6+jkrqOU47VN5N8qOZUxolK2P7oiCeQW8U5HAqVbglCzgqYD/Jo\nsMZe0wBfAcKt6TwNGPbhkfsWi6LT6kTRc/NLCIna0uiPhF1ivSAw8GQzhQ4i\nttNpKwYiqawpvLHkhLO4ZxrBX/m0zw2p+UP5WCUxUmup5Truex82eRIQVZ4F\nex6JSrgPNnewAwgImIxi/7w8tj1KJKjUTQvNBGiV/9sWyrynS4m3GDOQyTLx\nGhp1AxeAHxKAQCYRiQCmYy6ws8E0I3d4eSQhwkdnmUCxP3gwYkNS1QYs+4k8\nrce+yn/bEJ6t8kcLzaqWzYwbZKUTe7ewtDhJNyJim0/68tqaqVyjWcEeS6jb\nPJTnP2UaAPiddWyl2b22iNrBhDbhSrmCW6t34FJBkxp7evOaL1WEPsYmG/qX\ncd6hpYmPlu2VR+QqlRe69KKquwmfRphyj5t9VtxbHrQ7NWC8fsBJBdb/meEB\niLqXmRXiQWnRlM02sgHJ9fUPotwOOvaY3xo+4+RFRiayKKgQ3U8CS6a4SRiu\nCZHtLbYm3sTgF6m1iDAdoLvLlgJlruwxjKeBAW8pGjBsKDObPNv2yivCupj3\nOpV+F2NqniXCeTsKbsxifb4F8MyTwJp/gVyqrRL8ndlnfWlqtEoOzrGNszfB\nZDSw\r\n=7pBy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"f9c0df3c63dd9d8974b78e4f365e901af0945366","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.8_1581728598313_0.9956967865457835","host":"s3://npm-registry-packages"}},"1.1.9":{"name":"openapi-to-postmanv2","version":"1.1.9","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.9","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"71e60a4c36f065cc5f00ee5586f92a1b8579cd1d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.9.tgz","fileCount":197,"integrity":"sha512-dkyJ2CB7T+GlqsRYj3xvrVZoaKMQN1PaId7kUHnN1i+p869PFJ1d3r+P6wLAwjAA+UZHu+UbiOP6TEMn26ZCuA==","signatures":[{"sig":"MEUCIA4G6jpKF+iOtVEcE4WZVV+po8klHK4EAQc06zhJbJgGAiEA2FWFkxlNv5ppkm3YrzOvC6OsePPsU3wJerp1EaiDaVc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3563693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSqZjCRA9TVsSAnZWagAAqNoP/idJzRia+ihhZxz3509z\nRdkmd2WT0GMNedFmMz2vliXsDkvx0SglLyiRMS5q8WHpFXQ7ZcumqWgh2uFk\ni3Fr6yINJ/y2PF9a1D0NF1RZ/XKy1xZ7zvz/7hH3rV1Mt2ROXeoztSVWTTAb\nJM93f14o2TTufTzqxIcztBjdf9tQMCUMxU816/s+gy/0xYmfoo0rA9NQcGex\nN7Ia3BlNORaDh+DU8MTP87Kv0IRvYCmHefGutjd8/BG9NFVHP2ClWwW2gErw\n/H4FGlbwZbLxineUTS7WbJ48gWSEbsLglqEAZ/UTkW31OQ+jd8PpBWCgksnr\ny/JseVvZ58OkNeBdaePNakUqH+sQ+xk79aKo4yZZcZ8xjH4bYw6/VD0vQxdf\ng9xYJw5CLL9YE8GJ50YAcMPcS7H+/XyBjqIAf1kSgHPEwM7vXITD5AQ/MX+J\nuQEDilzNUkB+DLubqASQaY7kglW8GoRT4sLs8medBVY0NIdfzMoalPAUm7ke\n3oLmfJia5Fekh6wdt5Jmr10owq6xxZ7pop4P/hegwc7OJP2OQjGLDAsk0fxb\n+LrU1E9twinMCGCACoebKZZ9LTHlQv/JaWe3f/gG9J5aGsEJl+weklKphaTA\n39k9Q5Mb672rvLm21ISjeoUPwMt9P9Tws6jW/fZHBgXsx2cYQawD8YTgYsBO\nvfLE\r\n=PW/T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"d5aab1a921e3bbaab75c32fac3e05aeb009262c0","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","oas-resolver":"2.2.5","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.9_1581950562810_0.8791571489511298","host":"s3://npm-registry-packages"}},"1.1.10":{"name":"openapi-to-postmanv2","version":"1.1.10","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.10","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5bbed697e69afd7adb3d619a1c37a72b5ab1fe04","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.10.tgz","fileCount":115,"integrity":"sha512-RL2MuPAaUr0wZWJe5Jfr6Lc21kFSYYZGa/XO5vVrhYgxTwt+UMR3cAGrziZPsjGEl4q2K0PmYpQ96Zjbt+bBiQ==","signatures":[{"sig":"MEUCIQCAYYs6hGEOI3pHw5sUKq79WHonq523WlrM7guRFpTi/AIgGt/+NC2aVpB9OfSXBU+AsFnh/dIppLjuXD5JDsQLE7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3376066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXzMdCRA9TVsSAnZWagAAAFwP/3dKfjcZN8kcgmlup7tr\nmDwnjpOUoODjrnRWg/eXyMPK+39OinCvn3Crk9IgX/ZZF+NDs8W00oV1bZmw\nzyO/8nHZ1AGNVhR2Dgy5HCuHnniNr8BGaXhKZ1J+5ah6TAY/QcbqflIMELye\nkUxyxLwXTkjUwrcoso8lM2ZJi1Yu+cznKN3r7goEr0+O8IQZUz8d/uFGGgod\nzL1GRuDHO2DbZ9VZqysplCQyjvjoR2p3whLeZiqP4diXUaNM44vJ0CaZ/WSp\nUwQb95ZDYRUz0ZHhWbXQV9UZsiAKXhpA7psjDxHg7q5X65+uN47bBRDvPQr3\npCv+RtVDB/0aTOUtIJBWtkO/XQXA2E6iKdH+VAaPx/lJD+j5Z4SIKGiroBeI\n9a7E2vZlMeq3+tA0HsS58+3lnKJ0XvrhO5H495oLwhS5vfmYvJUqVYfRVarc\nxsgUI2D9docX9gIzGqyPQtvM7r+dRyi2rHioyt0KDiwgEdKF4sUvSX9yHl4R\nO7yNg0d/pY0uYfsZcK/wiVHZFNFQHbfYIEXbTJPYQJ6H58SjGWSF5u0crpUe\n3wGCVpubSYMyOfRqqKVT42CNiDIWzaYQOrVzPlS6vXhD/fd3aDPqXtytPgvS\nLTfdRr+AhxzedpbLwTmyKBNX+Ox/oe5mkGE1yPHDA1LdddDsWsW7B2yMsj4H\np/Va\r\n=rpVR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"3bece382587ac2706438f2407214ec559095c2c1","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","oas-resolver":"2.2.5","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.10_1583297309219_0.3294233750761908","host":"s3://npm-registry-packages"}},"1.1.11":{"name":"openapi-to-postmanv2","version":"1.1.11","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.11","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1c26e9ed021a3b70c998a34bd917700b5d7a414a","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.11.tgz","fileCount":115,"integrity":"sha512-021vNT2P3FKTjZCKmnJyxvfTRQMJ5zhUGSD38ZeKofKbiIw4d15nN7sTINieIVuFRh23tjDN8wLqHYq7HgafMw==","signatures":[{"sig":"MEUCIQCviz8QgLiVOuLgofLvNU+o4hwqveNtzre4sWnaoI9a2AIgBtcik8fXcRRbTo3RX3lE4r7dVgksU2nViQMaOsKVL6A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3375661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebHETCRA9TVsSAnZWagAAVhsQAI6hIYaxQj4dS4mEJ1t+\n9aofumHfZbFgas8/c4GLGMBiVPPqtaTKJ+2GhRSM6+clZC2z5MWirWtjke7F\nHh1RxwQhSg7vaz2G2e2FLxOCc4m+AdSkpnSew50KaHX9Lz4fjRFc3wGGSw7i\nTsKyDt5J+ceNm9uxXk+xiBz4bdNNcXn47KpE4VD/kzB/XMAexK0ejqzQZS1s\nQLIgM+JcEfs6dD0QsYgefKfM6Z0EO5naHNDT9G7bYXpi4QHxYhlEY3hcglMR\n1ALngKeUHxZcOVTNWHaRsv7ObJtVMhbC4XFkTFuYJPeTyaThg1Ak4A2RVk1n\nLE9tSkcbDsvq//pczS1iZlYI4PZjk95RO2jHmSHUGu/HU5oWadh3IKVL8NkS\nwCVvw34wXGOpSh+oURlnEy3ZWbTye+xVSZjDSC2YgBpM470SYifrp2oKB5XJ\n+KAz2FWQkPAWiqRsURAa1qT1GRF/KuqMKI/KFAaeAsk3A3zB9Ps39N5irLz9\nuHD7oqNgKw/0UVRifY0FZHMmnctxAd75PGbyrm6fG3yAPyfIYsQLO4PZ8sbA\nG7/FsAurwDz5Q7d1OjVDyZK6sq4QFBmlqzq4Py+rfgkvph2bFxAQTRjBqiCq\nBUh56VaylTLP2L1/M12NX2BJl1yEDogKIvf1yhcGCTzZ+fM5m4ellTWd7rQo\njhtX\r\n=qqw0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"65898fdab6aef2f212499a9fe0d7d0b86c776db1","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"abhijitkane","email":"abhijitkane@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.17.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.3.0","oas-resolver":"2.2.5","postman-collection":"3.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.11_1584165138962_0.603528600307448","host":"s3://npm-registry-packages"}},"1.1.12":{"name":"openapi-to-postmanv2","version":"1.1.12","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.12","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9ab468398fe064db546abfcffc3866ff35c4dbd4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.12.tgz","fileCount":200,"integrity":"sha512-TBsm6oQ92wUGlOhWSqvjW/8jQRnLUZh2dNxon4gXS9AjLITcT2+va167sA7LtEajezgX4jtlPKPy4xvr605S/w==","signatures":[{"sig":"MEUCIQDGui+OlGDB6bE/Uc6eI1HHJBfZbNe82ABqtTRH5jfx0AIgN65Wpz8lqXoYhw4duIYddpoKnUV9OQSKhlNxOpM/mKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee+q0CRA9TVsSAnZWagAADgwP/3vJZeHOv+jdtdlTBZ6/\nIXXVMQfwtM6g47++fLPEbxA5SkFYRledZbVrrpF2XUlghqLVFzL+cdQUG5FF\nr8V+u4p4SPt/AF8k2WP2GDVTS0AkFKxOKEKfwFkF4a0CbXAiFO/eyY9VK5g/\nqAGUiwS+UygMcEz2Up0Q9W8ubXOqtrfFjiKzVJQ/yC0vab5zgioYuVJTgrQs\n+5OsBdj6c9MkAiMe9baVbD7GiKYOQEQ04TEfJcein/giMpWjKr+sOMAtGIQq\nIh9T7OQjPUdBknzS4FRmrPVj0kGiANJBwwd5Tw+ZB8mgFne4e4IxkEDGMAoM\nJJCTjy8d+zZv+5CL9dnO45Wfc8Zg5GTOX/AO4xZo5I+6J8zFw49TxqeLkGp/\nar36osWHQemb0jbPDMYuo5iLQlSVVULYmmrFTZE8mJ4J7WMangYeheDoXDQb\nXzar0GF98umngG87oGp95bjmRr8q3UsIuPE5LA7Fu/SLGsHQbSADm86iN5jH\nKutKsFa7/A5MUtoaP/5nd8T+TAW9fH00O2ZWGimshmE77B09N446SX+RfopU\nuZUG005ONQY1Tvi9wufZGM2uEvwcmMRmb6H1unpXBmJ4G4IE3pX87lTVaBPV\n2qMqmaQhsB2Z6QKXbjQ3PKASQhcv/LbHJbiJfdkdsiccVvHB1WYq327Y0LNb\n/adT\r\n=OtXc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"0b696be915eb632db65a37c977fccade05ac123c","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.12_1585179315721_0.6653122155978017","host":"s3://npm-registry-packages"}},"1.1.13":{"name":"openapi-to-postmanv2","version":"1.1.13","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.13","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d2d150aa9ae35dbae555e92d64078ae9b3bf9370","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.13.tgz","fileCount":206,"integrity":"sha512-MJkw3IkpnXTqLP6YaE3stXVCX8YneGkdke8JOZGohOGU91zGzJFuIV9o8zp6lAqZlFfjbrdgB/nD+oYzcFHNlg==","signatures":[{"sig":"MEQCIA2qGL1Y7niYUVyrfQXJVGA/qmfRQ0C/+GdsX3Od+p+dAiBe21r2YCbzXvXLPZWTG5KyAvEjhQVP0+IP4qxEQTU9VQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3612805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenxzZCRA9TVsSAnZWagAA6E4P/3gHAzvQi6otVdTHfi7v\nYb9tzLPQLVnwDw7pIpum5VcHjPxzrJdOmzyjTqy1mgR3W10fLc7CROJ5XE7e\numinMyhYncWeXRWa2bbAnUFm93Xpb0IUXhoBFtbi7lcWZoRL4dLWg2rd78Km\n0BY/pxunLNx+bb5LxObf+4yvUB8+RZFRy+eUJbI1v8usw3PJNsESr7UdJcai\nVz7fPL6w0QS/qfe3cNWbEVRJBq1HmuORqwDX1Oa3s4v1sHwCb01brVIpdOGg\nPa4BW8dDt/Hd3/hW7B3Ijp+JPi6sKjhRAUVs01soXxRBXmvPPmxRf4E8pp/3\nGYDav6VoCkI86J/ipOrHfu8+lc7oOqdpLLgNrnjJN8un7d10B2BWMbXmbJMn\n/N2Ma+YDqSyQilpydnJEtsTS1cenu4Z7F4osuYaQsGkO3+8lS3cmx3vCDoo8\nIOLTtcQLEbPKy6NkM895dfkEeo9S+eBJpMfsNOv28Kg9VvDhSvKCXtZYpQon\nkG69lHTaWoFJnbFTfv+yQ1N1aTNEqrwqU/gZN2rbCDIKzhFgZXWDxMmadE9R\nkujed2mnAbEWCHqEMi6fos6su8VCm+shiBSdATLJhoUBf4Avbns+HoQs3YSz\nrBAR9tFnMLfkFVDzjubWscTg4ZHWIlM8bg4sEFmtPqrxJKwa980jYtgBI7Sj\ndoEb\r\n=NDPk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"bab369a3bab6bac58d444dd3a70d3d23a58d0f4f","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.13_1587485912894_0.21419448617234016","host":"s3://npm-registry-packages"}},"1.1.14":{"name":"openapi-to-postmanv2","version":"1.1.14","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.14","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a666f6dc8ceb117afc7b4f5c7e186cdf2c87a99c","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.14.tgz","fileCount":206,"integrity":"sha512-KmDnkqXqSFL084MFi5ZtOpq2d9kVlI8u2iZjAm+zQTlt+/YLTeUlwTzC4xJe2dhNydDwo9qgjo2SGTuhj8DQjA==","signatures":[{"sig":"MEYCIQCC4LXCxKysRrVlsOfC/uoSiYeSTNKjeY8UiuV27RhT0QIhAO8fBIRjPROt13viatwsVGQIJPazlagscgvhR7G/rcAy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3619183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqAQLCRA9TVsSAnZWagAAfBEP+wdhUqtxLxNQyPgQFFWY\nH8nnpfNrSROqGB+tOBCfdVPv2boQf2hsLsA3NNT8ykqqriZ7GZu9MjMnpW3T\n1tmRA4GS3hfg2flNAD1H7fk5Y80Gc56DdSCwOu6/Dr/0dbuZueTVVCFGozvR\nNAIzpPQgVRTMBwhoPFbV+LrGf/eluSehSIu2t4cyzCfYKGgzarkHDn8ta6Tw\nKwQfzwU+M81n/P/Z/5rHnF/Dwm7BbrXWw/ir0Gy54zcaVu1p+3UqlzLUEKNi\ncFQuFEAFANPEgicHpoS5gU7OhIxDgZd7FgrXXpdQ3ngEk8uOUMSY0K1Elobf\nQ02cny877S6MGPHC+8JNHlnhSLoD/+80HRDD2kSfU1RWl2a9izkJoQ9mwoir\nNEhZnEPV7V/HVZDVZN8HMPdibzSrLSu093OfQAxTa8rOy3za7DC/wmTn7GW7\nrBLJ+xy4enRHQnM0yMlbLMOWBc2BdlBWiPG4VJOe+b+Ruj3DdMVM3QtQxocx\nW2ilBXGQUzIqN8yWcNR+rXrK3e3f4M3xUA0yyCGjyk2161XChkk13GH4Yj0U\n1qDX08yLr3q24OoQK2xeVUbIJIzbRCK8jXd6dQE0Mqqq2oLqk7lifb2jzrs3\nErYl/Y7ScrbQ4wsVjRGx+Ut/UxWeq+2DKVHOn2bZWElWQxIxk8y4hKhFjpHd\n+Rgp\r\n=usdT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"2a3b60c6001e22b5f722ef1c9dc515476741cab9","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.14_1588069387250_0.20118195502332914","host":"s3://npm-registry-packages"}},"1.1.15":{"name":"openapi-to-postmanv2","version":"1.1.15","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.15","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a4aa856e8d7f8cd3c65968cfdb7dea9777c9ecdf","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.15.tgz","fileCount":207,"integrity":"sha512-Vfsn+hoXPRb4Lqy4Wq1mwRnenKUXfoukYBqk8llljUDJ3kBpEC2nb5QDAsK7fdeK4kaRsfOLJSbUit2886heyw==","signatures":[{"sig":"MEQCIDYzp5cb1wRDBy+0ehP/oIleZ8t6POuc2ZjShQF6TlaoAiBN42uJ7QxF+h/wh7Xcdb01gDJqmKpynldSv780nrJ7PA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3619552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqIMaCRA9TVsSAnZWagAA6osP/i6zsh9vTxvBW0Na98ZH\nPBG5bsDzPHip4B4WRIZf+HzR+5oRYcZDG+m7mzAYaJmoBxNP1BnImsgxZaQD\npHkZVXh6nMUHsBhbJEaVeurzc6PyvtXGtRuMTA8zsRlYhq7cIlRMSLNHxWDu\nyFrXabCRrADUOVgvdUxgUKoB4292Fs5uFprfLUJ9xmztri5PnERri0Txbfi2\nyHb5iVwX1ZWZ7bfFnmGNhpclAp4VG6He8QsTwKCc25rc17TUX40nBZP7mEp5\nKNUQF+mVj2ZCExAGMRaJWsrFP7fqdxeBjA6bBQYtnGaTnpyHYfugudHVjop+\nbO4LCDaPHTmuXOGPNiWX1HMoPjSyXHFuB0HkSnby29SPI2J1po0x2q2dTwHF\nmucAzcmmvhxP1TaZwmYQMOEvs19LxLRMVQLrY/yzpQqjiwvYXqxmsCWlhcrZ\n4g7nOcMR2nqDdzkdVYEXhp8l+kWNT6B6o07ivxoXoVB8gDK46hm7E7rkZwvX\nle2z1+QbCUceF+L3GsgKSAtS/fu4jUfl0S/vt1xhW/XqAzH+zryXbyahVgS+\nIEC/jQ8+2uDiLVea3iHcLYubGsCwSw6kSr/Ay1Ln4dFKtv44Ayr6xrzUdRHV\n6oGulj55woJd2qEO5hOjN92cUkguRDv+LiDN7ylFKoQ1KS5G3alJsnhNZ1wp\n9pxy\r\n=intI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"12cd8ad265fb340b15e8414be24b0104acb294f4","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.15_1588101913578_0.36157448452792407","host":"s3://npm-registry-packages"}},"1.1.16":{"name":"openapi-to-postmanv2","version":"1.1.16","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.16","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"77372733690603095962f9f72def3ab00cc4237b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.16.tgz","fileCount":207,"integrity":"sha512-rGo/oiFwiqLmWGZbOkrefmRJM1ZCp6/MiyAaW9F4qrhG0sbsGOrFa1V1CVpHWXiu0YOQe13LzIH08c6FxUBhRA==","signatures":[{"sig":"MEUCICqAYmqI1v9lyrXoPEaebjjtZ3k/PTQjgxQlshJibhu2AiEAtIGXRW8inpgmmKS1qF1SP3lnhDid7Q5FG26dtOINOCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJer9MHCRA9TVsSAnZWagAALSAP/irkeKnuOfe2t647d31J\nBJX0lM5YroyikB4xDG7X7HQyhCaLJgkLl+Wn6Dnplda4Pj29lcwSjcwAgYWm\nNkG0fs66eljFrbNdqoK9wVecD8Ueuw6bIsMP3crOSHtWAQ8xE1mvsdRZ+hcC\nrPWBGKzEp+Sk3IaCh0d61QvpVBtPk9XM34WEqzT5eTMHcHDOSIBbp65mKF/h\nc/oQEpYRK2fDP0yMPIR8bk/gEmlaMW0RTgvZcvfqTTeQ3Lw85laXszIZgPlT\nNB7nlfAffkodK5ocYtUJE4Vdvn3EptvkjEqEcSWb+LXZE2MaPsWi2EAoAZgJ\nWOoxBgvU0Euq2UbqLHWCl/ypt48mDiAea9IcVnQMUzeGdDf2pZ6tc0ROOT29\nVYlzvdqgCU5CWGFY6TaSWjmQx7gP50A6Uuk04fDZYG3PoMtRCyNa9ug9em8d\nW2fs2Q4I2e3yjawciP23NKBi+g59eChGNTWyizZLbM3GjL70ymFeMwMHAz4h\ntSL2ZRU0eMz0+OIZoe6R7+tHeTRFivUev43qemfqAiPBez3rlBYlnMX27yFz\nDMtFwXzfwO0dubVZZtuqWh2y3UMHfnJ0oE2jwaF2I1CgyGSYazUm44W19CpT\nb1QmI8q8M/vRibj2hk9wfF3j5Ei5E13DZ4BOGEVSEYdkW/RvkrnX9jscKvPH\nlX6Y\r\n=Gztm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"998eff2f51fc28721eb9181f0aba87d12e08e00a","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.16_1588581127297_0.46482473452388473","host":"s3://npm-registry-packages"}},"1.1.17":{"name":"openapi-to-postmanv2","version":"1.1.17","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.17","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"31a751bd4ce88a1ee181241000a952d0cf9bf9a5","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.17.tgz","fileCount":208,"integrity":"sha512-feZy4V5/2T2+5i8js47ReNfoaIAD8o79zh5ElGQ/qfsltuakAOpxoFNoY2iJuRI1/gr1MBnpxdQe0aETHfoK1w==","signatures":[{"sig":"MEUCIQDJYvhIczaoNU09q3oBSJZEidziTfiIvNRGZ4SP2qZgPAIgY6K2cGQXbX1uWHEd9ch2zJDPkrhRAiloxnGU2luwZnA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3675417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevmp8CRA9TVsSAnZWagAAfmsQAJa3xH22aXo9oDdDWstD\nV9nkvkSa+8Gb+yPhdyV0jKEjAMaUNAnN1CzeAMTOKJKrHhB2yAoQOWZZcHPK\n1jQtSqls02SMiPhnE+lctYowAKy1JX5ub19gufTRsMdUppRft7OGnir3jruo\nc5dfFQyBRLGkV83W2zYegs55Os0nmaJ6x78HU/7ZYajgk0zzu/yk8mXiCXZT\nhDKMaFJtbO+YlMjEr1hzhv6agaZXtUxq7zxSAdWgz8Aww5Xg2XYWpU5N9Wth\nbiLI6qsyox3ZJ0amJnnD+PTtOlzSu5mGCVhSDNk411jqkdsNOwb50iLNew0m\nOdTmV6nbwV2oEfT+lO4LuU27UptaeT2EPAbeHAEalJPUiyPJkaV8nWBzKqAw\n/CuIgyNqgZb8d9b/oWl2xMOUZBc4vYNUCfbFOmh3QZwZySD5URFuMgjpuhzS\nGvSohr7Oh4j9QJnoImSqfJIiDRT1Tl+O1T/oN++H7zolPyYPGXaJKD4sJDZa\nlYLo1GPJ5aM0URyMRtkA6fgY3iZrqP3btv6XJS4WOxXwSH+vXPYmkkE9kHkX\nIwFlev46dbh5C1IPwpjg3Gj+SbFB/XT2cI0w1w7knSXt6ctZMbVhGPGFHqPQ\nfkcKTQwq3nPCHA482ApFTRjyQ7BXlpgbaPhIxfdVxZHg6EgzlIccbs1qKRPP\nfFtt\r\n=CffX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"c2e69880ef33bf5849562f3d048b4268d61bc5de","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.17_1589537403839_0.7251196976260088","host":"s3://npm-registry-packages"}},"1.1.18":{"name":"openapi-to-postmanv2","version":"1.1.18","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.18","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"58452d3474333429f464dce8b93132541aac7988","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.18.tgz","fileCount":210,"integrity":"sha512-kmbznFZBCiQx4dKyan9pzoBWE11AOIp1J0BK+iYyedY4asiViw7wJhcylVYShcYTM1RRrwvXnOF8nDIwvY/jrA==","signatures":[{"sig":"MEQCIFOquwBNUbuRX5ExLQYcvxuUKVco0bfoknlTVI++UkFjAiBqqy7es7vgC7lQUyx36yI4CgbdHIRKbEM0SN6Nqp3QvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3679716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1L3fCRA9TVsSAnZWagAAl0sQAJj12DrxhRujPmujxOQ8\n6hF12fFqvno/R2JnrHWGtLkgF52dxYq/zvcr3koOX9q5+3HFE8eLAtAuODte\ntQOvLOIkzvHSp8Q+1RePChmgYE2I2G7viw3b/dbRqmubJP0Ps0w7S7xa+8zU\nN7xzIvgtiM/Fx5vVnRl3t9/5IaQWu0zAYbJEjKcQYjoQnZ+/ZahAoXzq4r6w\ncEAuDqIj+9rRS/JCmWSJ2JEOte4B4K6j/FBXZrLOH1OWpIm6+xFVQUaBsnD8\nDUXG2GUkkVIHwkTJtSH0BSjCRnaNfQ8rS3oScfgmVPMx6ZjG3xyhHVTnDpH/\ntf9Y7ZFI6ZVjUsGI06edambzI46vQMpe9Dw+jG6Q9FXSZpPCnamJVM23sXpB\n0pm3hudwN0Hs50yiLrWpk63Wcs/VEPhRG678ADTF+m/sNdY3Idj43tekoPQx\nWZdQvXfCggFYvycUqo3p/EvUv9yyAhAF3yPPoPUM87/aWDtNl/WZ6bqzYizi\nyQfm4TmuAE+X6tMwRc/RKyupMmD9x+A63Nqvj78PCL5AnzJSosROrO73NIky\nfLVtHv8SndxLI+359TZkdwtidPiKf1122ZV9m/zgyEY0ZLoTEYSqq8L67biT\n0OJz2UqbtwPt/gVjGJBvB+8eeLhAsHtB8wW6CPeaJFWHt6jJheOQNcmdOeH/\ny3eq\r\n=fYJM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"81998e999b0adbb3935ad28271aeb0a24594c41c","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.18_1591000543290_0.9392707593731582","host":"s3://npm-registry-packages"}},"1.1.19":{"name":"openapi-to-postmanv2","version":"1.1.19","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.19","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"543675584d6581c2a5ef5d13c1eac89846dba8ec","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.19.tgz","fileCount":125,"integrity":"sha512-xzn03r/ZnAVSZgJHLFR/3mXA3V+wYA9yHPrrjUlzDWGrM9/JGA3Oeq4fX3lOeyWuq4vDAjDAxROnNtEZ3aSp+w==","signatures":[{"sig":"MEQCIBXdEc56Ve6wrsx1hyWW4ESeb4IWhZ7XYIMq2PAQXsSRAiAIcoUvESt6o6leLK/Hlh6hUqAWAOVSJTs0lUcX0vIk5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3479021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe42MhCRA9TVsSAnZWagAA7F4QAIMohIVP4K9TmJzw1BTI\ndQmLgraQ8PfioocVDa7TBxKfNk/+0BvoWDigBT0rWfp76ma97bag6AyZMNTJ\nNv3A0eqAHghsi6VABdL/NbfxWxm1FZS8/dJHWsBTWEhYHaPcQFeh8dK/pX/k\nenFxR8fIIQnnSumFhZriZb6uqJotvXjxOLzix6SEf+A+asaY42gsksf1/WfF\nAdsMd6yO2DIdteIaMB7eFuUSs9JV1Z3XL4GKh35IvAmGOKjCfDyLj1r9c47H\nUx2GoPwiSTgqstt7HJdAd2hxKd1btDCC/vJZA3p16tQ3DhPYyth/TL+B4aqt\nhd7oDAKHBkT7UZs5x4TBMpw2jRV7u67g6t/yZHm4CxCv5G7A6iKUt+pnn7B3\nR8yKrSuJoCJGnr8zfAWYskMviBhC4PXykZk6T05CHG8oXkmjy8CGogS/c90t\nOVqRgDSk9GIw/HoduNTF4GjgMEHJL7dIEvxjZfrBXBkIuJ5GjZHsMq/BzTBA\nxN+P189aKc0Ct0KUHnV6nr5sX/oWitU0ydswmF7FCVkyOfD6kkC8G1B3IKmw\nsvhF3vXwjNlNf7RQs+C+c1dKCpf4mnH1XcQ1OZNZSQsaCkD7pIBMpLPbCHyi\n0FyG6o5hcLB9DyHhDcdvM57Iw+G16dx4rVRDHCMhxtsVhY2Z3WUpSjCO3ASM\naNcW\r\n=iVZG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"b339869238f35cf6a365dd58e3dd3c5d280f8406","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.19_1591960352462_0.8697328339117649","host":"s3://npm-registry-packages"}},"1.1.20":{"name":"openapi-to-postmanv2","version":"1.1.20","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.1.20","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"375fc231714c0c7ecb803b9e3808ba08f74679ed","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.1.20.tgz","fileCount":128,"integrity":"sha512-dwCowdaJyl2hzWshaIdlEyFJXat1NQfS93NzQI0hYAs4niMEv4YJku4dhnFgByZkjawhbo8RyllzpTcjlNs3+Q==","signatures":[{"sig":"MEUCIQD28xDLHxz7KUsIlYqA1WAa1PU6nNSKr+Fse/ix0HrWcAIgIFpdw2eYVQ7guBiFP9cWTLojLDMqsbcVYOH/KyTzbxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3587958,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5nAICRA9TVsSAnZWagAAurUP/1Ad/3ye6IzaykZuv0T4\nF7ntaNu+aMJ/SAz0vmTk/hVWdN3JHDHyqcWqQEhUh6Z7nvaqd6dic73qGTbQ\nH4SVMpUpqO2B8KWEEarR6+wj83+x3Lz3fUCNsyltX4yCjF5xS2PuKQvugn9M\nczU7Zexib9hoQOAZq5KA9mm/XgQHQh+O8+ztKV7+SMJNtAolgfr0UyiHldZn\nJaSE/zu37GFzneKjkHxuoVUks+g4z/JQACTldAuWrUh4tSnI3tx2t50A6tkg\nl+8Y23sxshGuFT/mjONegcHtjUx1PkO+CMVpxbV8MB50TFMM/88EWLbNr7aM\nRzZyD6KB25x4q9MRsL5fryvShVhnMLSV9cQ9kooou7sH2lXkoaMpi2MaK/1p\np2/s0GaWh1Lp7IutFB9oc/hP36LcJ42e7Ob6pnpLIhBtufFAYt0AIPztK+4A\nwheyYWBO7wkqcTXf5s9H91XsZfQ3YklJTemqIa+ZFs5lHMda/d94BUG8Xq2Q\nztuznb99vOe61gr2oOt+fXrUeBcgf1oWvWgIH3A0PBHCPzntqxX9Xx/uFlgx\n0q481sXraY31eMz85BysMDrIqO8F1xGyjIKfB5QdPISuMcokfU1mQTUDKWFz\neTyDv0aYsBoM/IyP5HHuFXFkiPQL8UfEW6gu+lvlMLT6RaNNURz8WroQakNk\n+EFh\r\n=0GdJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"375fc231714c0c7ecb803b9e3808ba08f74679ed","engines":{"node":">=4"},"gitHead":"26209d416d36b19a17202bafd336bb74a7c64ef5","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"3.10.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.2","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.1.20_1592160264243_0.24704444790722624","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"openapi-to-postmanv2","version":"1.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"414bc28a81fff98caa7decf4ba82ec0d6319894b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.0.tgz","fileCount":128,"integrity":"sha512-rDTskxekVbFg0rdbDD/5gCcd+DW+yqpl21Df3wcWfgA3wjUKw5KswlvOaUtvsLqcQ+dKdbV3nrcmrhUrVgeUBQ==","signatures":[{"sig":"MEUCIQD+ra1VSiOf06gr8v/N2jlvli1B0OfWudxMjEigiYC65gIgaBBWPVzA5NTO9qyDMa4hTKuqOoRnPOzQomMAm9w1OWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3587956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5nzhCRA9TVsSAnZWagAAju8P/RQO+SYQ4jC9s3ovttrf\nyQmdqcLJXVtQVPkuEQp8NZLj45gK1nNSIpdPW3kffis4FCYFNsvJkkF84jRs\niW3OlNEjg5PP7vZ0kpKJSq82uuqj3iCX0Dp6XvmvwDf2+cnBDxHX4KjeJXPI\nzTu0WJz+4kkakxsLabaAia08ELBSPt8tSOhU9BuHgEZQMMLHiEueeatHDKf/\nr2KB0zDNbdkBXvmrMUw0sQ5hbQ/RLYiHUo8otE/1dWE4VSnbjxGLDFjovOeF\nCdOYQ4qj8lRvrChtjWRNDGnj4D4zJBZGTaFzOOFLqpZ5GZ/vVbwZM/aRs143\nr4EEdS9Udg9wyIHCFKTA2TGAaUlXHA4nIHTfLMZhKt/0r+qKx1BADzdykt8y\nfcJfRI7UfZjc0zAJdsyH/84CR6pN3zmicfx9XBNM2B3Ug8QcihAF30jbqQB5\nocdDv1VxVVrCa45Xe8efF+zsqKJrfiSVKffLfaLlY19RoO8VpI+ne1nIku4B\n+6WEjWaAXD3yjO8J5i/TQAV6D3KGUW05dlzPMdV4uFCJ4HULDcqah0aZkHU3\nC6szl0M/QRyALt9aNDdAKABjDQb5Vp3tpdCvaJ1xQqNxxAKOJnuXauMl/97a\nrvoH1mSccNXEgUV/L4mQL7iv/pKFJr49N591GXVZvwc7wVdHsjDvC6ACkoaV\nFZC6\r\n=IYXJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"414bc28a81fff98caa7decf4ba82ec0d6319894b","engines":{"node":">=4"},"gitHead":"8407a2c52323cb72a47ef632da6f611898671919","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"3.10.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.2","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.0_1592163552914_0.8351106800040831","host":"s3://npm-registry-packages"}},"1.2.1-beta.0":{"name":"openapi-to-postmanv2","version":"1.2.1-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.1-beta.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"664c1df004a4630c37730e5a19d284f64083ca95","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.1-beta.0.tgz","fileCount":126,"integrity":"sha512-TaP9nvFE1QKHQOC2dCxgild5l08P6t5uSv8cqHzhSXISoUmxNui9LMKVEye1JsnYe6j9e5OAZHOIySlfFNMpJQ==","signatures":[{"sig":"MEQCIC3O7Mu03H+L4yHgaO28XhcLjhMLvhcUZXqXMTMKnw2RAiBc+ztzlyjKVMVixB6tt+XknJBBkVFC2lhzN9P/MrMI9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3504974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6OCXCRA9TVsSAnZWagAAeAsP/2v6ygqmIZwx5IqpPDfD\n+qgCRNvJj5+0bAsxSOSXVYa+YmW55N/p8evkcGa8/3upo5BROSv/8mqHn4po\n+gbE7cZnrAnZxVEgYFPpZDvFT32Yy0t3ubvl8eg40jKYTS4v6rib0Em816uP\nLchHr7XtZXWW6J6jMY+Im37+nwTZTZ8eQJONqmIpdRaihfG3X7gIiuXfuTvU\nA12VNggUFsVLRBY8smUwjBfM6Zkggqv1fpu05j6fWViw5WDXWrJY7FiaXAT3\ni1wnFp9NmOL83gUSKp7tSr3emZceewpPyKO+VM+hYCuwuUOg6lXHm2MVoKPC\nLY4/ykH4CNNebdrryGoWWJicYZEyqktJBxaOWE4m8GuLLSKmC4cumYu2DXgl\nr6qeb4VEdbvDsZamSGkeFUtn0qMeDNzvyzcv7Lc8O9OAssaUCoK59l05wsTy\n/NXmKNJYoWIf6AAIMGcUf2x8cIM48vDcoaJXhyCdaSBZJJu8Ck1smarztyQV\nrJ9mykgwL4KMokDpxoWjew6QIiFbOMsGABvN5e4xEji0GXHJZJ1apke3T7BI\nlni14HaINUbrlqRfpjhUEOi9utpRZ9qvUDVB4N/IIpeCdbUa4YtDKUyRTyAU\nkIwWuUBKku7uCAEZNTVvl42zF1GSYrlfIwF6KgwXhZQvg6lUiDfTJBA6aWXR\nSBr9\r\n=OPr9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"7047530d39e89b901b56a8a87b6ac0fedfcbf175","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.1-beta.0_1592320150626_0.10058130098060802","host":"s3://npm-registry-packages"}},"1.2.1-beta.1":{"name":"openapi-to-postmanv2","version":"1.2.1-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.1-beta.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5b729193d9c1f8562138c2b82102bf891454d853","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.1-beta.1.tgz","fileCount":126,"integrity":"sha512-oiC2wwsMtjPh0ecXv9li7i7VWe3P3+aebqhhyO7N9A6gef0rY6rhTtBusnpr6FbPF2GVOtPofV5lacdacIxADg==","signatures":[{"sig":"MEQCIBIcnoA+T2DTVcYIEbZ2twN3+33KQJrVC6J3qz3ObZn1AiBSWWEpJjOzjPU2aPOyk7GqqfhYnOqHiB2Eem57AFFDZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3506759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6cwpCRA9TVsSAnZWagAAaLEP/1dzFVDinBglTKzFLqp+\n24yORp8PN5JmeWU+x4/dd7cBLWkNrZ5oGOBet/Wxs3QfFngdsKXlPAva6abz\nXOAnkcfmChA6HH9y1b0H519E3VX1NrBG/wTbH9NwMmUEfi4drQF+I9O9Xviw\nL1lfWc70tm4v8iui0+TIY6jtVUGGPnmtMOg7JUmVK92Fg1V+OM+X9yp1cERa\njwaQPVfw9V3yIrwLnoilKzLJpZgYkE1O7rE/CwEAVSb+scdnfFX9BAvJvkYh\nk5k0HDZduv0GRZz3E2rLJJ6lUqC7tGRqJqHLL3UiTR1LrCz6WP2a07MJqH5p\nRD9iA8/srmPynZz4YFhVGAkLFCn8GK8kqNsIPxg78HSsG/ePLFRClum8lhPO\n8rfqpRrAXrMG76EkQeJ54X+Vi72t5KpkovZkZ9RngSYQPhLrGfYkYEycteIX\nS/3zxfMGkAcXTHxCmwGKFLT6FmfQWT7ObK3m60NPE4aWLuL3jILWxcYcIMFk\nM7kDb3h8rXqIqS+aeUTviCUgYcxKzoUCt19++7e4/9ygEtEWDcgMAqVaJIcR\nYpxLoyNJmLs3wO9MFXrC6JeRBl8x7eUEUJPJGTAnkbfK5WIGnMPifUF2eyhx\n9/5AIQtSN3m/xsDBQrQZuCXOzdNPtJ+2EmRa8M4eEreWkkd+aWFb7ykUUkRC\ny2fQ\r\n=9QVf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"f7979a787f8afd6d318686fe15c764b8c6849f28","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.1-beta.1_1592380457170_0.726677075394595","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"openapi-to-postmanv2","version":"1.2.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ee220e1348fcbf10008868ff5e6033fe7c26f5ad","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.1.tgz","fileCount":126,"integrity":"sha512-5o29dCKrOz7SjCfhTuRhCH1rGdLQ+AlIaUO1W9S6rpyHg+3wMykY5KHEAwNfmerhoevg/ZroFvsmjEze0k8V+Q==","signatures":[{"sig":"MEUCIQDSJt4lX0W634oPlZKS1lbH6S26LKESqD2o46Xn9qbS5QIgJoZ3gK8kKW87CsuXA66C/+j0yTgVxz4vtZ3RjQy2/IU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe64qbCRA9TVsSAnZWagAA/vwP/0m4ogL+B+HSQFOpyiqu\nwITNjP/kqlTpiV3y8j7Exv8DzS1O20lxcXuJc1C3uPU9M9i85vD3F1sTsa42\njfJOzWtKjRTAi3fv5lxikjSd6YTy0RVwg/nOTN2kCVkz1ZVzDp2jw7T1EJHb\ne8jZjRENoczRPJAKhNBh9MH+yjIyzeI4TdibSL5Cb87sgBzBJl+WRVP7q3aE\n8ugxb+Z+Qe9UavR7Tw6G8zuIjLpMD5fKc3Q+YTQYQG9w8o4hCj0xsT0DXAFC\nKwff+PNJ4oTE0yR1RGDVP/2zMFMc+WwmPMXahBMrNRaSlLHcfQQQm4FfUx0t\nh9Aq9m9RvUOs750uYqTnnYY3Y10iE1jm/KzMIGBcMDT0j9JdWr9cB8reQ0YL\n1SfWoforaQ7TtRZOAUGn84q2aUpkpgeJOvvv+5bH7NjUl2wwxFCSBXJDUFGw\nrD5+3CqbQZW6aeLQhJFfp6bdyvTVRIlbd1ERr7HK/IurodaD4buS+yHpg37Z\nDn67mczS1ZocPGI4h11252UGl40VDnnhKjRMmGPEHOCkSGumH4wXYEGLB9v4\nvdsnBuefTP5Blt3AnxBqhDlbyzurKsNUCxVXxJcuqmuOQ9xMXbmCU/yffQyv\nuw/7WyrS7wnlTFS2Ay035TVuEA4tPkjat/akP7+QSPi+ft6T5tOmUE2Uc7RS\nlA6v\r\n=1PN3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"cb792dae105af0f334834e6fbb86aa1fb4589871","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.5","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.2","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","oas-resolver":"2.2.5","postman-collection":"3.5.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.1_1592494746866_0.47323536213105366","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"openapi-to-postmanv2","version":"1.2.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5b9923bcb058dfde2cec52674c82f243f5cc002a","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.2.tgz","fileCount":128,"integrity":"sha512-NLJzMjranyVnMYauYuXys+3QwQMS8jz7xID0d01bkfhHZ7/ZluRTT9zOs3sbuI6CDGtFSV9mqRf9SqNlfLaing==","signatures":[{"sig":"MEUCIQCr4YvVNhHMBw+Rjm4wF7rsc+WAxEO/4ngoZNof+yK9MwIgKvRDeuHgqZjIH/yjFtFdGfiXIkvGZgoGMKPENjHQbJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3559033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+d1ZCRA9TVsSAnZWagAAXOsP/2APTNA0oi0+r4t90iFp\n2NNgy5fnv27VIta6lBeIq+t220PeWTY6xVLI/df4NWgwWGDv9+sYbGcyBCr3\nfdI5Y7XosbfOScMnPNNFmrzHeNU3VORxvXUDJxAO9iIgI0CIOdfeKwjLSMiu\nOuvE+oJ1ZI0Hs9f5LJX9UZEgSKkOsWQdexSgyc+N7RXDKx6MycydLbWeeHgZ\nQFI9WkIBE+Dru5Xf27JpewB9PBzZ5EtcxcfAIf761h+WlWMIh+UG/7kR7Tnb\n59aPJGpO+qDChPwupUZG3PsZm5huMbx/wVAA2e4nFJrOqD1D8YMvTVPDyxvj\nuAT6xnzFl27dnPI1Q7Eqn6hS2A2ECNk+DofjCQPr4FZMTVBhyxZMAWVCjkC1\n1TBNg2QrmzKO0SIUcgpEWy98kn+WDjDFTdlZxRVN1p0OsIPf9obfqZfYpU85\nY/5kezByQnVS+XcXJl1a3K7N9dZOEThPrRLQ+VMRm44pd0fCyPNYJaZWUmbY\nj9gjZJ4kBAScWeORYGsJFI2YJShefAjiy+jJF0XyDqBpcG1hxbnJvoo0JVcM\n8j4Q3JcezmN3nysRfe+jy41Iqv6eNXTwBFBIisVnBTs3+7ICHcHbmJKfZe0G\nHt+dgxoAFwheKPJR8qA7tqi+bFESj1fXg8BNZ1GfiYs0wW6jar/s+fDv20ti\ncxze\r\n=pQt7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"0a38077fe5f533f8b7715ec4715e8fc37672b92a","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.2_1593433432781_0.6728873012918597","host":"s3://npm-registry-packages"}},"1.2.3-beta.0":{"name":"openapi-to-postmanv2","version":"1.2.3-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.3-beta.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"c130abd27330110603f26da82932e8a26ab341e0","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.3-beta.0.tgz","fileCount":128,"integrity":"sha512-srb3Loqw5zCxUJ4WwyGNKSmeedR+NpbNZOnfEnk+rqUH+mBx3oDvw5zO+ojfhWMDb4NFlkEWffm8r7XGNZwWng==","signatures":[{"sig":"MEUCIQDGSP9IvnrkAARqv7p+FTqUa0WkrRyjoN3MKTcaw8Y3bgIgKgKAYbHIqhw0KrmbdnpGIlLKZcy/7RWxvFuOUoqkD9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3564400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBbatCRA9TVsSAnZWagAAVc4P/0qjJlCsnB8LrY4uZHsL\n8s6+p4tcJ6bKTWXnh4D9QTchN7lwmzTmJL19JqRYjYacQc1rIlwTGoIHSCPF\nCJtO+0LSI3EL9B0Bg73TMZv9fnInumtpdksv9/bOuzEpaypTpcVbwdOTI8xG\nO295Nf6QB3nxDdkawVhNjkOsI99Xy1CByQjFhPyyjw+vtV3Z2Khfxc3wN7SX\nECIexBWsW1bi9A2YZQVAU8P5NNb8VIPqJ8ygS5N93+otB7jIa8msELM4/Gii\n8iQYCHomsuCQv2JtP0YbnsfgU+oahFptrDnYA/rrOeP+FHPyAnScmzCvl450\niWipwUyCtRYXp/th/WSGCeD0xWGzepmopmY0MDAjj9svsWk/ByO2vhg7iWHG\nXINb+xZ+x+gcLBP9ukGE5OxMIlvR9ZaMGhlg/QNNLqcK5FVuZi39Pn2oDmrk\n/hbAXc+Y9gtA7cA+yS1yAfl4Y0Bzb2auz4kmzUPV0FzPlIiF9mgZGKySX8js\nfWrY6vU46+vjro1EQSlRukvhoWZpzSPVKskiHEWFlTaOOn0vI55bs0KAyEAs\nGCK/wiie3q3UhOtujxhrsplG7/QbaEc0eJgn+K/Nid4andXL9tUWt36xLwSw\nqSlRXeVgEfhWewTKy8/BIzYp3cqVeCwE+CvBStr4S0i2FGQGX43qxMluoHLh\nbYeA\r\n=k0PH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"d1974fb14a81425b8e14889e4bc248d376fd62c0","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.3-beta.0_1594209964556_0.6964352874167636","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"openapi-to-postmanv2","version":"1.2.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.3","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"c6c720443b8d789235de83ecc1429154d555d679","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.3.tgz","fileCount":128,"integrity":"sha512-+CxMRk15NTaZnPm1CTsyUuKLd72Wgn1icXIgwwETSG28W4E10Esxd3LYEzXk6PbBZxof1G8zJ+cZYIMTYthfpA==","signatures":[{"sig":"MEQCICFxxRfjOn/ngsHlraKhL8nKamUGiImqOiUfp1Mp+KJIAiAsm9q5D2rw4VDxRw8XN5v0R4uluAu3XM2GAXKJHhcT9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3571993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDYEICRA9TVsSAnZWagAABEUQAIwD89bx0Qal2ak6jRKX\nbuJp/X/O1B4JJQeD4xzMGNscqX/B17d66pVOV+T9sU1VnecGju6MXbk9Jjt5\nkkyJ7aF/ROdvD4u9F/nW7ppXlOCEGQYoY5w4mpmq6IUeNFb0LumfKnvaScf8\nEbD0N+wPPUF3o0InbEbIzpR5orHG/e3z/c+kbq5MM5w3/P5P7hIR+kTAd+fE\nqg+FeDNR5IzSO8hwRCmC013qEsNcyDyO4v2Z6HxvXf9dlrfXa7ZMXfNOZH+b\nCQs0395JGSwj+3zBhKn0PkH574zlkR2hu2pbRvQ1PdUz9JBOXlw2e00+CoPW\nPfv9M92LTkPbWKAxvFB1ZkRzt3Yij2hFjD0DKtF9gl1F6hRtQwjfC9/5iAHU\nOQJvugfXFJqS+wweqfYEka6/qTVsVXDtgAI8xdpg5cve4zs6cy0pQ6vX3ZIy\nk5hcz3cZtnEO2i6LHIn2z5rsoEc2N6akqtNaAsZTdsyv10mJNgN01xvXT8GX\nHmCnjQuT0YClSLl4sUW8sm2GTr8az+3rS9vAzZMThHRWC0kEvAe9aceNKwQ7\nTs29SiNETp9vGnJps3J80a8R/yYypNKhv+tuUspzsbfQJqdnt6j26SoquPHw\nngJU62qdX6FbtfHLqJaKW+HP+fG5FbkW82pyChJjP53zCcbrvIzXecNXBQ4v\nX0wD\r\n=a4m8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"9f459cdead6d89858243372771605fccaacb41ad","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.9.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.1","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.3_1594720519612_0.523497919476436","host":"s3://npm-registry-packages"}},"1.2.4":{"name":"openapi-to-postmanv2","version":"1.2.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.4","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9327768e75ddd1afd89c7d9626037b2b8fffbdb1","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.4.tgz","fileCount":128,"integrity":"sha512-JNzb55aic55Unr0S1twvJJvzOg+/Wt4EhzR63XZgoEMH4WCuhxDCkGKd/STNJzyEGfAuJLmRE9K/KQfUVHZ5Og==","signatures":[{"sig":"MEYCIQCE0GUKZ337P0SH7brCrzXAZlynTG1DvhboXKsGOzK9VQIhAI1Hm/T+5268ka8kZ2cz8i18NNp7msS41Jjc1dH8uRT/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3578036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDqsVCRA9TVsSAnZWagAAHPcP/j4RXx+XtXJ7g6LKt6vw\ng1aWNesbWVWulpQJuGfqQfAUGoBPESxJcrbSC3fnEzBhKWWcPkYbnVYr1cFK\ns4HzCYayMFMOaDB+ltGfUDydqvv1Fm+T0r/hVPuD37oVD++iALMG280qG0vd\n5P90zcMm0aVtjpqPHvddSJQoWd8sH5n/MPvxH+RwOK/bucS2VDA05bvnXzxQ\nM8KafNpyDSFDct6OY66+7yse0/ZQnmpkzl5ln+brBJcBFtCPXpQTmVHAaRW6\ntWZFowZleuJAwXoTTYNEgjMynB/taicfagmo0FIxUNoBQswQJEZksHm2Synz\nqXB+AEVc5zeTeyRPpmzqJ31bL5yzyObjwQdDmB/e+ZFD0yc6OtEu74HRrm7+\nJ7247F9+v5uvCnAbWutDMuiPjvS3B9+pzBAsapseqNuVF9t7xQJxeOHCyvpL\nNGVIgAS6kBOzgpq13yjAQZU15MOZqOchHe9qTSRo6zhZnHFPLPVy4pqlQPWM\nffgb5IDzfdGp8imZu4quIJsNY8koVR7vzLr9Ibq6VfFfzeIJLO2SBA1vagwy\nDN8yAX43wHwE1+RreBlB3Hm8WkNyZm6Z9IAAnD/K3Wr/t2q1lctQoQHBoJ9x\nVITXYV7aHX8lE2qkQz0ZB/geMPJDMxrpep/fH+jZg3ylMnqOEMWyyfMBEHTq\nR4CB\r\n=WgKU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"09a6c1b2484d1a47e2a955d8d6db601adb9eaef9","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.4_1594796820641_0.5830895735622801","host":"s3://npm-registry-packages"}},"1.2.5":{"name":"openapi-to-postmanv2","version":"1.2.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.5","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"0f2f3657b8fc0f2a302f23ea5a9fe10e7c8b199e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.5.tgz","fileCount":128,"integrity":"sha512-+flL/3HPCZrDRrNwBi15ZaU3vlPJBz7t15sffDuX0Z4H25BiNBSxGKUicIDAg5m48tWfhD5ToQgWK2oY0hz3qg==","signatures":[{"sig":"MEQCIBgTto9zndFn16GkdK0KOgKk2XmFCM1WE6r57TqYUQwJAiBpqIp01vOQBkBxh7c+9EZdv5bhEvE44QmaYv1txhWJBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3578114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH+DmCRA9TVsSAnZWagAAJQ0QAIdh9S+vkn2ml+YIpiWW\nVYhDKKHB9rbRah/TJKkOjJSU9MHhIEIls4C90nKCy/aLwH5Gc+cqaO0UJGNK\nOK1tFG18iGhjRevwC25Q0uNNj3D5h2kB9T2qbCBkNQwuw4neNv01aBj4Nf9l\n7Y/vgJbDJyBevTsbmqsHedujqdV8gcMIuFEY9nob859DCDX3XKWb6wWB4aZg\nwZmpdVZk/PGpzUro1Iof3a4QC1+ZMuT1rZnUb8UFdMN0QpceWXJ1kEqTncwf\nP8fUpN4EqOBAqFzTYTbRAnVWOgZidFHLhE7YV8PsLOvpG707ixtJT1vPeaB/\na/X9G/UXAEa8U7oP1tdmrZMM6bSobT7ZNGHM7C14DbsBzsDUqIi/qMS4dOx1\no7KKeve2vXcLBDmjqQ/bNfMFoOVtuk0/LrnvFb8sgvVPDUpyn/+iS7NxUEtJ\nPBOcp2oXlONNqA7J2j5slZrCuYosj5fSZYt4mmaP3WZ34bvbYn6LJ5+4NTxR\nkV42cV/nAfhZOQZsLsQovqV+Y3nl34xSnak7pCxeeAExgJlv9j9UQL6MMhrJ\n8MG/j7Ck2US5azXE0Hsv+W/4hxbzKP74G8Z00aiUDAtH9ZMuXRk/WNZSr8W0\nc6QohnFQRXdrhwMdW1dOtmpPxncI83ygib7jIFYssMCdVuIeQb/Pa+S+m3g7\nP2JM\r\n=IxTW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"d41266da1e9ba5f718b2d4429a4b3ef4d64f8e4b","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.13.7","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.13","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.5_1595924709585_0.843641037784324","host":"s3://npm-registry-packages"}},"1.2.6":{"name":"openapi-to-postmanv2","version":"1.2.6","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.6","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"ea483063c39cec14be9e3ac01f4446ad7d4d5cf8","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.6.tgz","fileCount":145,"integrity":"sha512-+ZduLAP4G+PQq4sgHcK/+I3yBXO1TEZ5VwON5+Eq5N66vvRj50Nj1MsG78GRcCGKc+ENu1a+LV2A8biLvWiI1A==","signatures":[{"sig":"MEUCIC8hj+D5EJXtsDYWMuEfm8+CBMRbXhGtWaRwcyOD59V5AiEA/VN0bDe4rkn6V6Y9suLIf+Tzh6miS3YhP99dh+6x0RA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3652663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMQTzCRA9TVsSAnZWagAAqQAQAJgLhAinVlBpHe5/nxCA\nZZJ8djMs+CGNn7s7a1g/bpYVbKehr5U4lS98EWljSu8HhGxORIX4/dBrwT1B\nleodnYzp9lACxcDaNA2qLHTiJEtM132XmyluZZHLfR6NIxZvVEKjP9PHOsGv\nZS3WCS50R3pwL/CdDVZGORFKR103W+0JREicJZRd2WiUVi9vVWm808Y3fbyQ\neVGVOFDBqjA2rUVQg7pftNowxI0Z+UiE5Y6weTQWDJknzCLCxCUPXCBehKoK\nYUp0jAtrbWSAx4T7RlLjN3MReZ8nt5+wdbohdS0pymjBGtzKj4ZkRt5ry9Cy\nKFXDhLafESxh8ohpkX4XkNq/Rq1C7YEXoIwSMgln+Gn1y25piZE6+vOEFUt/\nymaSQY3BQ2WkrJVAEdqqZoIfPzTq3l5PmQFtjd22U5HiPqNrz8nE+0Q5B85c\nPdoRCaJYm6NA68QphTc3S0LF5ibxSyjSSpRqwB35ZigIJD83uUgSh/n39aOh\n65Ls6kddj0HF1SFPP+FSuQrxOO6sFNWF9Hyt3LF1l5PesD7EKVqFR+yKmqk1\nWFMHTUrzWfoNpfNmCjTIOsCJsMTZb6sgs6FnrgGWBOFVWDiSgXYGtUreMM4t\npbZjkMLYXNd/FXPk1YcGLaHFmkUlx9tT1+iuT9tqlxH6myqJ71Hb92lxjjWP\n6axp\r\n=IVfv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"353e4abd74959e07f0d7cff43682d72bd2d50ee6","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.9.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.1","dependencies":{"ajv":"6.10.2","yaml":"1.8.3","async":"3.1.0","lodash":"4.17.19","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.5.5","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.1.2","mocha":"5.2.0","eslint":"5.16.0","istanbul":"0.4.5","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.4.0","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.2.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.6_1597048051262_0.4426176428896915","host":"s3://npm-registry-packages"}},"1.2.7":{"name":"openapi-to-postmanv2","version":"1.2.7","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@1.2.7","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"920ab286b080914d6afd18bb9ad37929cbd2dff3","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-1.2.7.tgz","fileCount":151,"integrity":"sha512-oG3PZfAAljy5ebot8DZGLFDNNmDZ/qWqI/dboWlgg5hRj6dSSrXeiyXL6VQpcGDalxVX4jSChufOq2eDsFXp4w==","signatures":[{"sig":"MEUCIQD2nKuwP7rgDkwldPWlC7ut9mc2Z1cW5fBaCbAZtXxSZQIgB9besuLadKu2+M8Pw7DZxUbjGCiEQ0VVOlLVh1O9BvM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3691858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWKRxCRA9TVsSAnZWagAA1/AP/RhoWAGNg14GBdXHNYH1\nzkuXJuFdjMigOuZGSb1PnXsOi8tsdHzuqdJDKNkU13K/TR27gIITUAu3B3hq\nwJqsFOsRnde0QAmJKyBKZbR3Y8QJXdtWIT78vRbtAAC6w82C0jrbsk0pQepi\nz3LWPvJqKaHQCj3KYzxiS0qe0La7aVGRau8RP1rinvKos0yHJ3vIblxqnIBb\nx/ZM2TG3mglKWIn7APAmVJp/LpImcgMRZHgJeS3aCQl2hv7h8Di+x2gZzJuo\npFP3qQHQKWbz8Mzhpp2sRbc7j+MgBrnssxmNqwbBvjs9+ov33OFoUk84Z5qj\nZys/LjnOO6yJ1GI4b1e8PR/FDA6vfl2wvlIY0ZN5gFSUXxst3oDWe1DhxpF5\nPBeOl7QlJBcloVuA6Rl50FLYRS8BqSiIQQdA/awAMWl1VXceiPIPnSyuYrQ5\nYikFOsLCDfojmHav1ObIknB2XlZbl1eA+LjLG4fR0l15uCWJ2Rw7xecnE1Np\n5pj6h9Bh5G0FjENP3X9NiuqNjIkYxdq6WCeVZNs5mrGLkdiO7U0lZ257uCTI\nvlQR1iHrmdEYAGnGiSz45xWdwD4oB45ydykeDANbMbGYUmMkTDVNVkI+m1uR\nBdfNx107nJYzE1wgnRYWu1pUsvFUUhoYyhNO0GYD5icnoPZocafhpC2n+sCl\nkzO5\r\n=vwxb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4"},"gitHead":"0b0994ed6f49314b53c40d4954ff93b5656bdfb1","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.9.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.20","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.3.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_1.2.7_1599644784744_0.5676346410675164","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"openapi-to-postmanv2","version":"2.0.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"72e1d1d065162a89abdfa3e5e3924452e635aa7d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.0.0.tgz","fileCount":153,"integrity":"sha512-RMHFhKNwXDtZa9Lc++ZLamhaWMXGerotbO0z9woMJ3afDJ+K7ekwDwF/lr7Vonep9KTJYzFKgygUMvE2SrQaYg==","signatures":[{"sig":"MEUCIQCYrwIFQGapZRSfeMsNlwAIVOHS9vFO1c9LaCwIxbEDQAIgKc81h8T5jE+wEiIyNkSdXuRPTYKg5tqTXUNkHzGZmL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3699412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiAJGCRA9TVsSAnZWagAAYgwP/36swClSRfpubQlqLxaG\nWLGXbmA96bwBp+1TeGtRoHD4qKJr62fdxRY67pKHiQ+3ah6YSHgjRdUArfYU\n7KQ/mjAHyJe5y3tOwDVrFxB8mO9gOf7oUEogTVoaKKhSBB6QHvl0xvmFOEsd\noq4OvDiBty+6DTgADPp6GKO8NmdE2y0rlDiJtaRhnmXqBgzJYyYTTkZnOxvM\nufpv+kNveSfI6vpY9P1nh+jJfI1y2o/nc/wL2bhrowdLMT6NlhqSvkVhYyuh\nJUluJWO0MynhYDBh6tt3LM7NGp97Jf5TSnAgTDpj9MmX6L1ixk0sYYxUlxWX\nmMJ1vX6lTMHaMl4mTZUMkZwfdbaHAX81jUUpue9oD0++nN+he+1LxI4bp0DW\nI+9iO9e0p0Fyf5FhIOUGD2yolCcP5YzdF4/NFPRPJrBoO2GNaB38YWk/D0xx\n8V9k5lwMYUMOs29V5nlKTQ0MjaOFOk73/gMSNA8HoG6nt+JX/bmcCrCcQdwS\nhpgqqvRHDa7HWiZocWCM3Cc97ymzQcmjuodBL47UlzyrHWV5bJZ5XgbIr5R8\nXQXCT8fKDePGOr/z1tZWKnm+Vx4oY72GN4i3CO3CiXwe0tUC7nUvoSWdeYVD\nViZl5Fo5G7tPPZ/BgkH2B2XwaWLdeX65l+JLDOQxsScBpbrUUfToUT23BH7m\nfi8G\r\n=ql9J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"b312d635235e419e2c50066d148294cecb1d23ee","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.9.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.16.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.20","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.3.3","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.0.0_1602748998386_0.4577004735709802","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"openapi-to-postmanv2","version":"2.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ba88abc5605508c991d978ec9897101ee0eaa7c5","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.1.0.tgz","fileCount":157,"integrity":"sha512-VS55kaXExNVY8Pfx3A2Az+mOBZ0ceMWAAZ+rZdG8mjtIP47e3mdwBMEwSYTdF/aOGRacBefwUPkmR9YWVpWA4g==","signatures":[{"sig":"MEUCIQD3a9FBsAgEowynwlINKtwz3f9TVPYfvDPpze/Ge9dKBwIgAzlkUoKYq37z5GexZrDY+utskZ9W+5zOMiKA2kEWNrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3714941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEaxFCRA9TVsSAnZWagAAEIEP/A2hHSpNsU/xn4TKWoTX\ny9KJah9A9FHRz68MBCLgH9I4BclfpA1o2FVYsv8wbjjHOkPAsd2Ijn6G5ESZ\nOSeajZ/MjHThB7iCYptYeJUJlfkYRxA3lmWLZtsN3QJjtsF1+mMWNS0iD0c1\ncsyikOeX8puLXU5mW2kHzO4kpW3DkzAX/3tjNZesBc1GByj0q5LVhI0jxT/Y\nxIQqYWIpUwzijeLLsVTToBWro/gzh/V4WalJZqVL+K9Z86qjiDWXIVW9nmfs\np8PtSKez+97os3qkf6WLF4+M0eH9N8kwENjb9mL5s2hPL2ve/GZD6GTkQPGb\nBervI02kvZgR546Mx0gfOxSb5HZMqHjEP3H/GDvDxQHUTeSid4Q1vGMKBpxh\nlbjFGH5LA58bN+H2xIrSeo2vHdkfiY6QgdKlrXDF7slHy3RBSEc1ev7GboPz\nqmCXUlM9qGjJCUtPG80vZTky7VfjF5ZVgXlRNr5XqUJex7qwkvC6n+R2TuxC\n+McFXYp1CrADBWyivSmrW2rcYaujL6kgCRziwkZBBMZykKW8EW1mbUY3Oaf3\neTENeZsFnW0zK/HfYYsN3cQ7hvtxTFQlt6J5DTNlQ5cabr7GEvWKvfMRfKHx\nGR2ocAC0U0X9PzZ1dVwX1mwzhmpbcZvbyG0zuPDKygtE8xBA9uZYGrR8qvIq\n6cXo\r\n=J80e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"56ad820b619d964b81f9360b25f60176334e6d3e","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.20","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.3.3","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.1.0_1611770949103_0.2358190530626907","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"openapi-to-postmanv2","version":"2.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2fb23a6b4a6382a0603a2ec144a1006206445d82","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.2.0.tgz","fileCount":157,"integrity":"sha512-oq//VOnT4N7a50r+9TiuwGeu5MJUe7I6c5y8M2LCSZaFU32zL7qtzc6pvvwGAMXYEUx+LgAKaMYDvcxo9Awnjg==","signatures":[{"sig":"MEUCIQDEJByEBUjXU1iGq5A+agUittwhI4Reb01qaRs4+PxlqQIgMVD2YAiJo5g0pqF6H0U4jdFcuDmYUgr7olmykr8tTXc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEsmWCRA9TVsSAnZWagAAZyQP/0+BIRGPRtjxIM2QvJTR\nmJBfuPwMalTHbL+qlbWBUPpkdhDao/+pnBt3NTbFohb9odaB9eZF7pxQfEvk\nRfaPhBj+ooHMgmdF9/puPKlEjtY2rZvszcwTEAvN+LXePJCyU6Z7aSMUPusJ\nMs9++YJxRlriWkpcLY81qtvkMfsgUu3iQ6kuSyCZsKh8s8JIv6oksJ+KIp+0\nFa1M2IhSU6GyLHd4U3XXMd9w1WIJNffZzppWM6hrS7ATLrHjArGes0jXVg3I\nTKQQWmNCTilVZ/wjKCO0bSfv5m7eWt+bH9UE90hmtqVRPO9tBM4WMQb1mpuc\nccPF9Ir31sv/IgSZ61YleChN683q0G3BdFvEzMzToOz9y9uy0TWBjqyyyYMI\nya7mvtEvNXsvhjIEw2ms2ZH0oshPbIp5LU/YB3pV8zcn7hVZ/Lb9dNgWLqlr\nj0cB/ZdIMVVrW/t4kbbIPIP/jbDCTNiZ2/KBeV1uB/jOwKA6H85Qj+LGN+oK\nO+O3gjg6EC6Kf41aWlX5p5uplQJiB4mxuPMKSxn6oTTjy8xxwz9b68Ev0hkG\nsyzbSzjn2YV3v+DRXYoNNr33Hlvzru5C3/iKouQ9q5ZZUo4qK7qkyufuIjon\nuFJs31X+XTFzAaj0nQvYov1qUE/+BOdADZ6yBmF+oflaqdxQAqUfaAy9nNj6\nquwm\r\n=lpMQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"a58054c7a331f17248f35177b5887df1e88a14dc","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.20","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.2.0_1611843989973_0.04346596747161624","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"openapi-to-postmanv2","version":"2.3.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"63fbf964b6b95c622e3778edfc48ad8043d02b7f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.3.0.tgz","fileCount":159,"integrity":"sha512-s3umE3K69HOD3xGmQHBnfHkGog7BFeFIS/vkacLaKfgfOYOJarjdjaJVDR8bhHmqL9j4Jns8TDqu2ENSDnbcYQ==","signatures":[{"sig":"MEYCIQDUCJs6VfEgv2vK+hqNcEf0RwB/zX9RHkBXGcbq8Wk7sAIhAJG29+yh4O+FtYyXR9nQLysrT+wyEI1ZMXcz20FCQ9iH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3731857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL2hhCRA9TVsSAnZWagAAptkP/i1iNWupDlzaaQOQgEG5\nPUtTPLx5dFBniw2BJCT4BpkHZ+HR0N8bRXBUk5efP2OHlUbfI4583Ve6owdD\nXBjb4VJhoKW6D78xwCeuAu6TJ0lnoIhSAeLxqoUh8RmhyOxO43BngN1w28jz\nTJC2mmIeZacRvv9P0elr4RAOMKrt/2yQc5e58psAzR08n7Y2z1q6wylpgiHC\n8rXbArVI4ztfyg8Dy+rAUxt3PMQyq4OHim3ZfdHtKsOisoHGAahW+SgRNsAZ\nuaSvu5OHTrK3Cai+6tuNoZEXlRpFzBDtsMkPnrgch/NuxzOmlrst0A+z/zap\nbABzw9njVAH683KA9UqIIRGf+u+uuB89aN+YjY68nRrvxK8QMEBbIQjkuOMD\nXylQthVgDT64vOvTm7CioIFGJONJIEAPJFlrhA8hEYDoTMpwYOuRJDs38Y5O\nx51YAdP5cf8SML+yw+uaWKyQGEOOkEeFQxQ5Dxq+8KuHnHrQxJVFale3B7AT\nkj9Oi2MEK5YcehNMboJSWHrxmY+aTvoKdG1WPMTOeymVWQM7V5pZmbq0AwVd\n8vy5PZ69HbwbTlb7xs2GvQPDFHLm7LkHyykTqtGynlP+KpET8kP3wWu62qII\n4Aw7ulTpJtxGYY7QhP1/6zqiDVIP0hcccTtOUavDkiO4inpq+tJ+eqnoaYxV\nNZQM\r\n=DMBi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"265b6f1d12359e5279350fad351d857265f69ef1","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.20","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.3.0_1613719648999_0.39577617629830475","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"openapi-to-postmanv2","version":"2.4.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.4.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"7cd938916a52df6165422217b668e9d9630af33b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.4.0.tgz","fileCount":159,"integrity":"sha512-TAWjQwkja9FME78UoylrXDxZEvN/upbFtHNU+FT4sHyOmEqI6BJYAkut1u708r81Xx+Ie25mkzgFRMBYF+sGzQ==","signatures":[{"sig":"MEUCIQDC1BHWtD/tFfopDhKMwLroY2fbtQyTLjpItdq67rHxEQIgNUvSJ1NNJFgb+g1S4oVgefZGPvP46/AQllKAOIlsbNc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRgKaCRA9TVsSAnZWagAAhJgP/1Iqv+d9doYQ6sLow2XU\nCY/3ihtQX9gl/8KHh10nEZ9uK2npIO5cRe5duWI9j/+qys9VPFYhW0GvOj9b\nnPABNkYf/LdALVVHMUbDr7Q1QjIBY/7hnI1DZGAzG3GhSHByyF4cCRQQDWut\npgoX0OKHTgSSAUHAQyj6W6PVtQ58Ys7mEegXDaWuR5K/7JYW+BT3ccwn09S8\nodQTxrMP0s4iNk1MxpCFwWTqWJYmof7ubA7qXESEUm4UA+tu4TOmlrfdeQjE\nI9iHRyi7cT/+XJPngZx//XYXcBP2IYW065oUaw89e5+KNV1pntqWw7JCjlGv\neN2QpwAv/d2GzLU4Z+BG3fIHI0VIdHxoYB2TR6j4eLzZtLO/d6CJe6thQrlr\nfeF1PDL6O92RDDq3GL8IAuB2D3EvM98UY0+T0xRs6fqOPg5yNiUQb/fWDpVs\nTVRysB0fFlcas7/rlx/58brw4pkyumXyO52FzYvM3MSwaYihKUaoXROeiYre\n7r8hDplZmlU0FYRolEwWsIjnuPA5s5cSMJBGZ9v5I1bQP53EX3VdkrjtYyzG\n1dXCFdLTNKEXCgFwBuBkSEx9T09XWxfZ3/n2DqKrYlPZ5H3Tbo8bBJC0yWD1\nwJxR8tOZ32PUZeQA8kH08bFJ9Ll1SvuQV9wonXq8/GzXcY+OwCZa0RuOU+cD\n38ag\r\n=Bb3E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"5732a2bdf9d1b70eb22e405848377bd1feb0073d","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.4.0_1615200921932_0.5042940829692071","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"openapi-to-postmanv2","version":"2.5.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.5.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d21248fccbfb398cf86336d18c289a60955f952e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.5.0.tgz","fileCount":159,"integrity":"sha512-rp1XbuAt5up5+7DUuVG/k84m1mWNKt65bq3gI5gL+64H2ubJz1CNi8TyqmCKtmj1EOpVmFjhchgaxA8tFMfHxA==","signatures":[{"sig":"MEYCIQC3MYWJV0gBCjHKcU6XMzLOXsOr3z8Tn1zxZH5n1VU9SQIhANdSq80c1al0yr/hsD3SId6+e/vuA5eJXmfWAj9FgprJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3737210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUz9lCRA9TVsSAnZWagAAWOwQAJAZ00iyYNRT6Lw+ZrRm\nQz6ZJ3pWxq8w5vkQJTQWt5XEbQgjuYcNMhICpL10M1bKV4WwD2ljjY3zu+2W\nkMWwFuFU0Fs3OnMsWPmCdAcqJ0yYnlLzaZPP5JahOQBZqQ62gxuCPBUw5uNH\nOnmNAnZW2mLgZsKSpTA4BSTwQIEmyeSjIRjnLpRU21pkxrF5XlB+qlvYeBBY\n9hrkzEgj3mKQAS9BmrXc1lxE5Ig0VBrFUnb5GgVp8qHTSp/Gi2/+N1ziBJ1i\nIQfU5Is/5owZ1iZTSenyQqAmbP48lWxDoK2VhaDvs0wuH65T/uSRB+iV3VI2\ntqwcTgv/d3cFpg5xeXfEvGNSsvvbx/NwmZC0yPLOVFrcOVRyzrqrbnh7azAA\noAevbWAFGco7rN7xi2l0lIzv6xykWDZkr5RE7onGwFP7cOVObujzksqfq3dZ\nAGyOGEaQq20kVQq3LXZXQvB73roTA+f8bIu4snsluCcWb3OCqLdp4kPxJfKN\n0jDm70SPt94FxIwMu4JVGWRXeUBIksKEI9SiyG3BWCy5H6bjXKverV8OuaRJ\nCcHAd66hTIxpbpA6Kop5y5aeJ7DSpFt2BwZhVHKVOUsoqcD2ST3hQEM1veB/\nsiRF7HzKQAATWX+NmfiJhMZXUzfi2QYlPgNOiuEdSNY5PN3jJZbRP7uAd9xA\n5+Pw\r\n=vl2L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"983f3c76f8192bf16492fc0c234e60c253693d55","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.5.0_1616068452891_0.4811259780320618","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"openapi-to-postmanv2","version":"2.5.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.5.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"b7764a4418fd208c103c59d7852c1d49bb5670af","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.5.1.tgz","fileCount":159,"integrity":"sha512-ZxKOi5MCCh45PU194+k6F4HscZyGrOx+KoKDyzLuSB+7eLQOiE4gePWSQRP/lo/vUJFMfVVcLLULyNaIgji1oA==","signatures":[{"sig":"MEUCIEDRK+m81oBkSCHmjyyksy79/GXzUn9Qopfa9rHNwvo/AiEA3dP9onmu2gDSeNYBMiRJSMwuXuzqVTRKqlrj36nY7w8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3737278,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVHxrCRA9TVsSAnZWagAAQmgQAJA41dpX8eNoRna75I+F\n8tapigZpe3kobasmKG9WfDZosyB3v5HHLL20mPeDx6qOuxW+ItBtfyxMn84I\nXgGO97/TeDLVuNXdCObEiQMcOY3qgYmaGK8/MxZhtkY97DuPFOyDk0mFmvg2\nu51Jg57IXGsHBnT5xoPka5FS3qqxLRwd66wO3qMCKIgxK7F2AnG1YdB/S7NV\nxlY+bxsUjdK140/fwtq3Fw130yPr9b6MGHOJzTJkShgigpZsz2n/WgM9jBjN\njdx6iwlOWYQlu7imEmdx3AxL8z9dyEM5ltP0vUl7hKnXfiYjvMjwMBYH6Bly\nm+GuuwmrkeN5vntzFmuGdSRjcmg2kLCaiZBeu3WPB2+TzD57M9Y5crSMDR9j\npMtckM0PinOdVA3yumBdaQBc0+tsByeE27rbqnhScwE81VU5u2WZvlpj/jU7\nDOH6VIGl9jrI9Df0j6oxriCefm0uCFvccUDATj7idwtu5C0m7Qn3N/hRs0tj\nRdz1SCKVFC/t8wtuFa+SGlrHC/x3BCbdHpZ3XQITKF3WWwO3CJX56jWs/zMl\nGSyiyFOh6lIuEGgPtL/MnQPW9j1lQXUb9NS4KqnW57ZE+j1EW+qC41TyCC70\n3XyS3HKMRUEahd4Q2wiaQlmMjjMvmnz+3bvGx+SUFJuTbp1kFjh2TS6PETlQ\nBlg3\r\n=xHZb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"ad6831a93379aad3db2f9e154ac8824de70cf7b4","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.5.1_1616149611410_0.7991144367966616","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"openapi-to-postmanv2","version":"2.6.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.6.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"0aa12a6912da7fe44091a4742ba637b4b362bdf0","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.6.0.tgz","fileCount":161,"integrity":"sha512-pcLC8Apauiu35NOMrmeL7CFbDC/2p4bFVREwhyide7na7AoCEh6YKkYbeYVG8wBLoqmkDV0cpU854fVH/T1YyQ==","signatures":[{"sig":"MEYCIQDxPVwYTSHNFUPJNfQ5GV/yaqtYNEotOi6i8rAY3or6XwIhANdBmp0UfXSdSLwRHsPvWrxgNzBdUlExDBXEWZRJDwis","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3745590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgknpiCRA9TVsSAnZWagAAlG4QAJznI6ft9cfJr+1eZPvX\n4lvLzBrSGPOmaWTQD5DJQC5q2eiSEtFcZrJRZfPKo9YI/2gPKeeMlDKoyAQW\naSAEcwfJRSgT7wt2kELDr88HEQg8PbS3bEBFIAoe36c7lifnzdDvDKKlc6oi\nQSOcS5Cp3OXEhp89f3wxzkIXvCvkEYtrTIGXvGaWYrDOyRbIsKhfaQqfvbX7\n9K4u7J77uifHLiYIr6bY6ZSpk1UKWZKrwAqTBtRxFCW5AUos0Q9691SdCa2h\nCztkgiOVd6WGSMD1DypjvpZb1kxP6CHNg5liSnlY/Ja88BkNrH6sfvReJ+XK\nqAC6SNtIo4p/w7xaZra3+QqkdjmKq152phnorX1Ko49mTmd2sgoGbXXH7455\n1dqz8Qs99eazVI+4Wl8b5CTlqOhaHv5ebmWdT+o3yoMYs5ItzytpoiEd4TFb\nMfVIW+30ZtOcECvMbvfASEW0TTJrHrSfRcZSouxvF+TUHOupT7sfpH4ihbY5\n85LqQXg7y/pWsI9YtaMfMKlZR0XgaOj3rsZ8Upihd1yMb9BbPOwPz80gOLOM\nml3hC7N+LmJjgBuWdTAOVuexxDXTwDlidTPZa5h1UBDTrwjq+g98S0ff8pBi\n1liGPIamu/6H+i5vj4f+fhX5IpH0b/gmeoOTRdIfFXLm7UFpd60f0ypbGGic\nH8AB\r\n=Oztp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"77396f19214193e2b60bbc62c27a39f55f03ffcd","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.3","yaml":"1.8.3","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.13.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.6","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","mocha":"5.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.6.0_1620212321962_0.8786670497051168","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"openapi-to-postmanv2","version":"2.7.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.7.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"94078157e0fc21700874bec35217873630f6ea0d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.7.0.tgz","fileCount":162,"integrity":"sha512-s3c3CBD2QHvZX/IVh/ebJgpm2iYm8mcMywyBXdFJ3apyxrC8rmG4i0Fgjs8Kc1GihKVPzx5DTof9z4JOT5cu6Q==","signatures":[{"sig":"MEQCIGy7CESRIt1B2ReM/oZzdLFIRTfZwQU5EGMmOpkWEDt9AiArxyQsZo9jpj/NQ5vt95kjGV2sUzdhcsQWLftQx+3PUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3747767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnh9GCRA9TVsSAnZWagAATe4P/RjifhJQKCoBFzFBroTR\nZBf+PdUzw9O0C7+6KzE2xgZ5bJoa8DcBoSIzQAYHwM26352RfmhCnvv+embC\nJMDqcBm4gpgtJ3gr5g+PrrYWOe0L52C5QKTKxYPJp5W1AkGcYyT/HXxVm0JO\n3YzGDS7I3WxwviqZNKOs2hK++nUt6KXhTdM1X6FFwTaQgvgfR4a3i3l8In7T\nHujDdUmH9CElsKBF9TniB+jdcoYHgWQvMr/zvGyUoJUmf9vIQ45dMN2YorM/\n0q+jXeCdfN3SX8HD+iMzKuBFd8fcq0v+e09Cc8LZEPpDp6IWvp6m9yjOxUS8\npmIhwOGe9Sf/5cYZlFYU0TBLQG3mJZ6LiWgl1ZOrBWgXnTCiv5tNlQEN264B\nmc8IZeRQP7Pp4NV6L7sL9vBUS1kHmjwIDEZcv8F/CyyQZohIbTWrZrfxLCtl\ncsIYcefHBfVnK59iOgu1fUmBeM4zvxOVrOW69Mv5d4MOWI9RIDkbIAwWk1Zr\nmsBWcekpZyCtgmbaf0OoNiKSVW4Aqf0XXKbeZQgSXff8Xmfq9+nnKkWdFTJx\nx06KrlILZuPHOaZtpCJdvKstr+yBrZfijMvuurL0mufihLpwx6lxQA76/i8z\nmhAWUqIHVT6DmQGPrRH7yfWwcEGP/2/iLN6Gzcoh5aBwirloxF33OEZ+IN7K\nEuWf\r\n=5R/G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"db2259a86d4574632fafb84556ffe38bee638317","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.10","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.11","oas-resolver-browser":"2.5.1","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.7.0_1620975429580_0.6157694773271001","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"openapi-to-postmanv2","version":"2.8.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.8.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"8e6c67b827af8bd936820fcc1ee469a2295e86a2","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.8.0.tgz","fileCount":162,"integrity":"sha512-7B8DnoHFEBwOM/UOpduqD/G07KQUDViutMKAoY9kMjhBztXqGFRbnD0cirvn3RB85XHQI1pSbVi1TVTjFwwB/A==","signatures":[{"sig":"MEYCIQD0EGQa0e5Wyy1H4vebyxWbWWJ3BVy4LVymffbTzVEv6gIhAIqTSyWz8STM3a0DL+7LcBgtWDFnutk3ujB8VFI3YIUf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3749475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2qfMCRA9TVsSAnZWagAA3MQP/26MVsG+MXqyfO3LHg/o\nz0+yv4J3smuOxbGrFTgOydhiTGkTRbwUULwFpV6nzVlxtjrla9Jp8Y03fged\n7adoPrTB+duVEqYkArR4wEeAaJtOxR1ID941cQu7uLIv9LIZq/st5xVCA4E2\nOtzBTK/07s8RGZlHv/RV0aP6BR55znbrq403uJb5qqtjN5xK+iZ9BJZL1XAM\nhHwZ0NBCtH+rTBiaqj6wsdeynT+ABq2BUNt4ZPSQEzoDZI+LvuPv/vwOY0qL\n8eDhrZHuHsAyFLr1lWfSFG5BUnOf25e6UD+qIV95A4iVB4mklUJjPcHYqyw/\n8axTGsRcQDczQc9FRP2mHEuUwHtF01C5/ot3XeuVghPKJXIZb+ri5a18oYy5\nypwbqdldSzP79PLGnlmnhNEDAO3Ogvw8pAzOWe8Rp/SQ754+njJjwahiRJhB\ngfAsQCjlAbI3L4RrsYCX8Y7Dnfikbpmeb4hpSNWBNhoYU3oRn3OqUNtens8r\nMeQJHL/9x1ynip2IppxXY7OBOlLpi1iIE60QjX6jhGf8XCoXpDpAdVpE+PoR\nfZrhHisYiQa8R4/HAUr2nGD1RaSFEPHAfSUgvfcMAuTyNeSTBNyRsS8XX6ea\njEcxHlhR/YRMCNB0BtwRVhnTej2WeQO5PdiqKbZnLoN/0m2r3M6Jpo2+d3Kx\nRnCd\r\n=nR+I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"4994f3a73284823186d16a5263919834f880ad3a","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.0.0","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.11","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.8.0_1624942539520_0.7457715143152746","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"openapi-to-postmanv2","version":"2.9.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.9.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"3f6bc759a084d051c071a4bdab0d29f93e5fdc69","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.9.0.tgz","fileCount":164,"integrity":"sha512-E1SSZpT/Os90khDREI1Ab4LTlRzGyvtwUIFAf0Xk5VCp5ZYcBa5DfMO3MTy3hn/VVhCZ12FcF9kDFplC1kXZDw==","signatures":[{"sig":"MEYCIQDbaOpo2n52pML1+e9F4b/+p7si77XsoiprNRsdrLyd4gIhAPgHStP44YojYH/0+8N2V01V7W5y/1q/11w22JplKx6Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8UYRCRA9TVsSAnZWagAAtUgP+wcdf6OAoPRRFxwcH4Cx\nNMzwhphovrWRzaApA9lPxVi2uTMx2byE6hFCHgza4qUhmiDbNwIjG+ie1SDl\nNRD80SmEzXHYOyS593QScFPxfwDzsMeyC+6mgCKBiimDG1Lxgucp41UPu04q\nChw8P2O4RWx97McBAotufYz6P1nQ1OtG4WHPBBauECH3p0p3YyUnUye41CcU\n+oKqev4mXanoCMoDRbdsDfIthzGM5vqgqEOC5Z7ZQuUPhtkSQSNcOfGt1vAf\nty+tPwFI4Yzhhjz/cGatD/tZGpArpEljuBMOAtqXTj5eJJ8pO3aPg0/YytFM\nC4VGo8rmlNOvek0utE+RihuJmF5kP6ErYXScsfaGbJeGL87lR9/pYKig4EUy\ngSJVf7EEQbm+n3XbXHhqlRiU3GmpTD4XMJ0iFPVFn6t0JLMzlPS6fSKYVDva\nEfyNhqYEwLOUzQQ9zWvAN0jHLvwFzkIIF4BMtSU72AtTX9ViPrPFvNNMHF1k\nMrGfjUKBDWcxhlyREspuEJNpjz87ajJ0XuOWnzbTGNNg98NdPGiiCE8kC5M9\n9H+m8s8p6p6eouRCaNhIOcy9Ebb2fv6EXcPnLDmJ/fuZyZgyr9juzQlBpomP\n16BZnW+NdmYDDasMLNXe0dSu9YKGCvZquQTZ4UPbgkTf8S8h26CU/CACiWtz\nWZt5\r\n=V3Hy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"6bad8c7fa849a0bc5f49fcf30966b7f4d1a938f8","scripts":{"test":"./scripts/test.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.12","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"3.6.11","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.9.0_1626424849565_0.9755140028184073","host":"s3://npm-registry-packages"}},"2.10.0":{"name":"openapi-to-postmanv2","version":"2.10.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.10.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"95a7d6e8403cf813858735cd534de9aa2a9f19ea","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.10.0.tgz","fileCount":165,"integrity":"sha512-tHHsZrFObi9OBsskbjK6kk8chH4llFoIglG2DRxZjv4PHF8/0gIVZigWpeeC5dJEMu74UfQsHKKef1MpSuyMxg==","signatures":[{"sig":"MEUCIQCZDYSyo/sVmcsalR292SlemWU1OGzEMd2dJVU2+UleLAIgM+nmnM3tIQPHH9OeHL4fOD0BNNmBRBa0kj38Gb/BJqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3776123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDPp1CRA9TVsSAnZWagAA678P/0S3iZF1WypTd7FXUEEl\n1ALxXcZGgUNOm1xeLy2M1bGjf96qu2ZHfdFh4+lH0haOKuUZrkATL9Co3el/\njv3iIz7GBnnU2KO6dPmYMyl6eYvPSc69CLxCWS8ncLq5muxxs9LfhxRVcvgh\n3Zz8fu9vw9gtNh68pn87rr/zf4gC1M2VBbxwQMyM2HnhPLKEhiCCjBTdoKn7\n62sNOxFie3enMIG2Ct6XKx6UO4zzBuUG7qVv0mj9Jwdluue6GUjbipIwpT3B\nE2iguv73JFjkVzsVjafew/dItTADi/dcX0+IeZ44XfLrXF1XsCjDcDVGIcIy\nzuplr+ZG8xm059UxKs3UoEw3rMCB+KYvNNMXYM2fCOUC0kUmUwi0Xuq8x30k\nrjy8YqZtj5ir9ko6+1b1Q1R/z7MjafRYUBvWWjVFwh3/3yGfB20Xn5WWNg76\nSE2NZJ5hNBaX3jK9buxw9K7ETBroQaFbrUDq8cFZlhfvqDkf2Ih0TsTMdmMr\nqVqfQuHbBCKUDHsdkx9bV5nZ+PTEw4asNl67qR5ibO2/6YBJXypkIHPfIxrU\nfhLhh7yV/scGVOrJ9gugsDz1Zo+rL/qGjjzrYg1lblPZkdXr2AG4iGOyYLgf\nd2kMLD7YhVTiUfpC2olTOB4iSk875JX/wahnkAoKu1XcXr3EA9ScWPUoY4e+\nExnJ\r\n=nkwW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"67c8817a1def8b3d1c185b5c5df06ada7d6eadb3","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.12","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.10.0_1628240501331_0.5988878734211853","host":"s3://npm-registry-packages"}},"2.10.1":{"name":"openapi-to-postmanv2","version":"2.10.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.10.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"45f618430226ecbd66aff26af72c836763f11a37","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.10.1.tgz","fileCount":165,"integrity":"sha512-IZx8rsyr8L85+IwzWB4Npw3iXmBct1kdA3Z/TN+7sPz+SJ1fUZRNi/LCVz/kP/U+uxP0abpqohTTWkzzJqnEkQ==","signatures":[{"sig":"MEUCIQCNT3zQ3AM3pto3IYj3i2gpbA5qrspQ+xjRTbgMuGK8EQIgdWFwyNVgyAE+XyswcwVoXpjTAdxabN4OWtcD8dMkA2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3778497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHOvpCRA9TVsSAnZWagAAPxwP/2i0FPjUTCVN1MgT3TJl\nCjb24g4/mxwC9OCGI+ePYfgsrVniflcQkoFZcwnOizRc6iJjD3IfvoFuaayS\ncu2c5yx7lgxuWDLUIkAjDV4kenhzu4+nrAxhXDDlFanHH3PMfEiUiZ8/9WcH\nDtim1FBGDRs4Qe6oroI+36+ypCdE64O7TjJ2AnXtecRwfqc5cQTXcw2tKVql\ndc+GlZdl5a5FHnx8jF7E9QxwDQdSKYCgKofC5nQr/K6daXZHSInBdGyy2diN\n5tz+vBbBVcsFJibrRC4izdHpaXRmTPhdZhWyGFcKvyddueQoAGjjB+eZC1SK\nYkc2xZcJWveWGPxOJZvtZusZ0JhOujvkRaQbHxhmamtgNM537Y8yMjqa3Y7X\nFWSLIPkX/AZZF+uICR8Ztn+Ur5PaVl47onupt7BRjfdyicJ1VcuvnXXrpJni\nROpNGdOojjQlEfTNB6hpUF230SBa9Q0mJIk20lALdx94P/YiugAxBSoDr7JZ\ndDm94cDTbv/97Y3TuafvTnHGLZ5Z+0+I0aGUms085M+Iw8s8eCQdDdt39Uk7\nmwxjmiDjXu6nrqXyWglKPoXeex4IUG0b2lSa+9c6FARXhAkyaMsKtEgqbaQc\nHstl7+YBOqKuAPTgCHYnPKbOcUhmWdFOo1hYf7NNgGxuIcCG/kBCfodkpq6R\nIsLQ\r\n=BGc4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"bb713624b69b886ce0c0ba05f74c09555b9ba82b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.0","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.10.1_1629285352803_0.30288349762440236","host":"s3://npm-registry-packages"}},"2.11.0":{"name":"openapi-to-postmanv2","version":"2.11.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.11.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a147dabe18d0bdd449bdce61b030428fc19e7d08","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.11.0.tgz","fileCount":166,"integrity":"sha512-QDLMh75LKegRozA1YAHOFFP+nZHynXAEfekHZSbK0nohWz/a1IxbXezbJQVRfFuD0qC92qNcWaXI+B+mXOlBqg==","signatures":[{"sig":"MEQCICWKboKhgABF+i5VihzfSjnsA8MOERUtwia9IcxdfcPZAiAz4z2r7oMvWItznQNisgDfKtYIheyttI6nJR/hyXknXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3785262},"main":"index.js","engines":{"node":">=8"},"gitHead":"fe3e86c1d9d8d2b210871d79c840cec63e879a71","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.11.0_1632835095219_0.885466335109893","host":"s3://npm-registry-packages"}},"2.12.0":{"name":"openapi-to-postmanv2","version":"2.12.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.12.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"afd686ace584f41969799dada35f8ebbfaa80f3c","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.12.0.tgz","fileCount":166,"integrity":"sha512-OpCIN4G15YO9cvZ+gOhwfbI6tC+KGXAP9utxOHtpqY1m9LfJRQMiYXb9DqImKthZFpclCGyWNs6zn4071Cjr/g==","signatures":[{"sig":"MEQCIHCW8BZ75zeOcPfeKRfoF9sG+RksRCKzYOnS6t8Dunj6AiAahxw6K7qmgj88oDlYsOKEOQcRB6g7sHRNzhC5q9DFeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3804076},"main":"index.js","engines":{"node":">=8"},"gitHead":"f0dad5557ee7d41e47e3c3caa6fa13aa1af8d9bb","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.12.0_1634215705045_0.6820585032331048","host":"s3://npm-registry-packages"}},"2.13.0":{"name":"openapi-to-postmanv2","version":"2.13.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.13.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ea3da3ab1abdc09a6698a61f8334200f265fb6eb","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.13.0.tgz","fileCount":168,"integrity":"sha512-0Ht8uIGm272CYjFgcipJx1PBsipKY9B9VONQzY+DPPiULRm1IeqhuHo0/ikk4i9Hexi47987wWeYXaXG2NqtkQ==","signatures":[{"sig":"MEUCIERLzGmgeU+9Gug8MSnCg1Sr2Hnjsulf8yVIqT6u3kMxAiEAsJ3VQ5wj1fv1A1cJeuB97HBpgisi86GXDLK6Z8yLzs0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3821496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr7CxCRA9TVsSAnZWagAA164P/R81Rh6o1KihYnsjarMZ\nkqFwT66W88Tcybnnh1BHUWCXIncBnUbzewX0ftR3d+LhEgcUB3zKCOJhjMrb\nDJyNHb+thN2x1kAO/NgTQvaBq2T2JW1E7CDu/lYggfFJSquekHyJl1mEZ8xT\nD/CzVOSH17Yr8HHO++Tnvew3Eyqq8AST5jtEXfcDAnxtrN15LCuxl/tSQigh\nZi27vSzvLu6RaLXEpwqAOW3e4kW2h1U4G1BWS25KkRJQUlEWxc9R2AdPHgMl\nwMfuSn2shZCa6muTYiEK+wlxrg6XDfAsIvmpP2r7MGwtJTb9wz29i176kfPh\nGdRfrxAERbSvePVeE81CLIWMy6IlSFIGrDGyM0+4x3YsGG0XgTWclkT7xQvc\nEXmE/UVTxpIen8ItNfj41sAH6kXHI8HNkBmrzdyYFpeF42qbgeZ5bp9zqabx\nDxBUN6kj5HSBFEKbI8e1jbZFJr4Yzteeeo3qu09k63mSS0TPJhg+VI8XO3UQ\n0moplBSG8cfFFmewT6aOvPDYFyl80uzhFSjgjbNC0zs8nFygImbpdt5KH4W5\nL7Nru023jYRWSc5JK1M4an6hbIbVCkWWX+ZVk8rKPs5BwT7/HEe7UlSyMfBb\nKf8PBtP+LTXNCNu01FTgJmhHXaPFOfpFVoZ93c9chsUqgWFtKk9B0+MBClF+\nndgZ\r\n=KbM9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"ba5f19ef733c5b4fde133957c842f3a5a9106044","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.2","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.13.0_1638903985170_0.07214820523967513","host":"s3://npm-registry-packages"}},"3.0.0-beta.0":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"59f8a8c873dbb24aa076286af1143d16300e0447","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.0.tgz","fileCount":236,"integrity":"sha512-/Z8b8qiy5Tzwa2HnASCj3V526HKQDQ2/Qc2XIO0Ndm/sIL6o2Hr5XewisZe0KIWQH7gEBqoa4IVy/eIg6brIqQ==","signatures":[{"sig":"MEUCIA3ZqJU5WoTfa9+pMqci68YX/fEBQtyethZPO1WpGdRKAiEAqd7bmJXCRI7u6ai6dgnY1Fky8pSmLfQ+Ok4cwLww+qs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5174978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5llACRA9TVsSAnZWagAARMoP/3gVg2118MfDB5Wuazne\nC63SfFtRjT8gO43xgNVLXD+C90VG2Nf/cuXHQQ47lwYupu5bG98FOu6Abnu2\neX1oM+PBYj94YZJtICrU3bq6U9hknWZV/JdcCyY/Ny3jZ2XbWIL+CtMzxq03\n16Z1r6XVK2ySzxASZw7Ssi4PkU0t+JpR6FPXJTnKRS9nY1eNfVxe9qaObXHD\nwXFnPhoSCw3CHndZ6jZyoiAd12ZZ318V0O8GwQrasQI7FYHmLwog3pCVafG7\n4sX+yW7wkFFW2k1VhHxlQYbS1DSOBUtec5w8RIDShSarJlt6IRvOBdviPQOt\nbwEMQR6kF26YOMWsrNscuGYgxG0cwWe6AQ/3ofuIZztMAtzEfQf7ISFrcQ12\nk5NWExh38GbrcVSQIZ5TH3og648zkVGZACMXw/nrNYPrN3rXRBm44toZVRvx\nuv0JvxWlCqUbp5wmn+qCJ5QXK0GB/zR6KoNOJP3Pt6FPLwVL9uQzuLeEXiPT\n4diYehXvii7cju7HYUqL9dN2x8yDm1SdiA1M7gJ9VeTMOBm6TcaIX14rid0v\nhbcp/a6iWGmwsl7gqmh8tPXtPF4hxH2H2Uf90+81EVdx+IIr7DZuMJj7H34B\nduOt0cmcjgq0dQEN9HLQfvHVlVgaBeMq4FqOGkVegakQvSBO8pgO94pOWPKt\na6n0\r\n=woXK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"399338c96f9685867f81cdea73c4184199130435","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.0_1642486080528_0.043325235340225365","host":"s3://npm-registry-packages"}},"3.0.0-beta.1":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"35879d86a25e6fc64adb6b225d9fb2fa78a80cb7","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.1.tgz","fileCount":275,"integrity":"sha512-DcrSipdGaIGwUnXUiqOvByxIk27Xf8foc0odxCI4/Vj2jyfdqtY23vjgpQ/F9pmj2cRnYDaSw06sLQbox/QBEw==","signatures":[{"sig":"MEQCIFt1tglmFCc4NqHB/v8YRq91oOAWOd9xSTTyip1xNjM9AiBaivniGxa4ISg7fwatqETo6r/IaERME5mfVM51SU5B/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5311272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8qXvCRA9TVsSAnZWagAAqH8P/Arfr0PlQLA9rgqBZpct\n4FSprK08MJQBejVUilyVE+trMHBVvT70Jm8veFJ0r+5DbGt4kEe0YQfIi5RZ\nsisNDuxmbGzk5hhjrG4b1mCyMFq/qBK1J1cHmrbJAeutA3K/0BWVFEPu3jzh\n8/HrzIqDRPhScvGe8lSt8Dlz1v9ZUYlEYpVm0Dcc7E+clC0HwS2yf+mWbjeD\n5Se5/RMrm9k2S9izq2YB+GpqWrABt3UNyRV+MyH5C610Q99f4ofwk0gIRoID\nh0mnuko2jTBGQqeYrHbQv/QqhGIADnFkLw7xu12Mda6WLEAX7S2FmjWfpPfx\nP4a1nvqt/FBylfUo2K1B0SN0HQjHy1Y0r8JtUakbQzW4g6OWOWMVCrS8hWp+\nj07ii+N7V51iV82zHCohOywR8QkwYlV7Jnr1vQca26Xl6m/V84PDRyif82Ud\n2XaUOVNzLb96cMne/LaKr5kfJYEav13miRcTjkyFTjFrtizPgQsxFToJHSX0\n1zKVQjCTglEI0Ggw1OzgKt7sGZr1s+IP9oS0DbcryOM8Db/J+TH4e6GEV3iu\nklKQMoHH2Rtl0dCn3at5pbgdfR/3iK5c5vrxZ+6Mh0pqWseK0WYqSh4Swg37\nQrQ6gjFO3TpcBXMWOPax3pwFLO0VGv0DGISSRHv9Gr2kd0HnaHyJyJQKhFCQ\nKWrX\r\n=BMSZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"9593a5181770e745dccef762beaec3e6eb5b82c1","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.8","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.19.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.1_1643292143279_0.5147978562850375","host":"s3://npm-registry-packages"}},"3.0.0-beta.2":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"03c6b6c327fae6b0ed6e534bd90e9594f622c3db","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.2.tgz","fileCount":279,"integrity":"sha512-wanLJNIqGg9xCCrJZYgYf62jN5PHuWxKO/Zb9txREW8ATtx/DU+w8BnNAvfatRtRHs2Lgy35A8j8rABbixylEA==","signatures":[{"sig":"MEQCHzAKPeTgDIuEGr4MvXoxZGVYoqCqV1bJPgEAZWxB3agCIQCuBMFfYRB9+23Q+5vTE+2G0NrtkcPrBg4Fq/UWWOUIgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5547908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8448CRA9TVsSAnZWagAASsUP+gJJrODQ6jwkUVopXUw+\nX9/7O5ZUn1VZTIySgFOBAQWQnP666DwaM/MjrhfqaJ3jbQ2hROpmNxPA43oY\nGn8tKB9lfIBEoXfKFN8PK/dh3BTvSw+aEMbHHr3qdTHw9yu8q7RBXOZ1dwhJ\nqRi9BzKjLAYyaHQXXYH4bHNjdHNYOFoKeAc4CCN1bWZ1bgv3iS6bHFPLmm8S\n2VvQqSyyysMDkErk+R5+CFmTmUCt1oRMmcBqL0n9TNZr3M3p1e2kgMGoqLc+\nHUtCgs9aAy6TGWwio+Sa4R7TJP/h1M5jWZxL1mNT15aOhDs0TUR4baq+BSDU\nsx89Wz98c/hN4Jks4P2G3WHadMOgmtdDl+f6xl03E0NyH48SyQXGJw3Jj1Se\nZuLn7GeQPCe7VraTNYnTgzTHBd+JT0gVd81pHnLUCa8qSMrEICuhjY/JFnM8\nIcqN5BIt1NjAZmcgO8HiqysbgqGVJp+QuF1o5fSiA//1hvkbYvbDlnNq1M8O\n5a0ULxakEmVASWyJVpHYpXC8Lh4UtAaYfKkC2t6rA/1fw6ZFiAVa3xVHobGX\niyPl5+NdkT357HU6xmnlpyiIXr8Idl4QMGqxH/MGWG6vycdl3Mry4jt9kiLj\nGVMGTsp1m+Wt1r0vfQZepY0Y9RephLrx8hXE1fWTX9l+dxaZYXoKyMx6uD+j\nHcwK\r\n=v4bM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"9d1c8c2df777a15a124b07daf463bcf2b91adb22","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.8","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.19.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.2_1643351612741_0.8554255293043462","host":"s3://npm-registry-packages"}},"2.14.0":{"name":"openapi-to-postmanv2","version":"2.14.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.14.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"cc2acdc9d115e4fe0517c061695f77e9daa0a446","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.14.0.tgz","fileCount":168,"integrity":"sha512-C4GUB58EALjdQG3BsGNY+/kVV0B8QdxKY0KyiNbbLIbIGXCkukw3y5ccfzJANHZE68Bu104VH/CJr/Sw1a4Z5A==","signatures":[{"sig":"MEUCIG86VTyTDf9YaUTmi5zweiQQhwYW4tOtzNSaj0KuPrCiAiEA34wNOruxV9Ug/jbxrmOLCsptcctLRERid5GkMFajZv4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3833721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97vECRA9TVsSAnZWagAAZjQP/1HRWNcMiDQaB47SNv9R\n9+3d5oF3yBfCSr/Lt3pO5S8erc6xOSxey47F5DOlnl15qsQy804aUjbtSdTN\nx3XyysvbDc4HH1t/b8Uxe/8CME2uqnUVqrHs6SWVpk/Fd6Kj12U0IqBNH/4K\nLQUKpm2AmcnIL21ZsQatoN4XfWDti1LouXvDWwf1tSA/apcf7tizwb8ZIP1Z\nQqlsWp0T3AJBTzfNLBvIeaNNu3Uv+SB16P/NU9UZ3jC2hC9VB5p2M9NCOEZ5\nadnIECmNCP9nRvW3Xuj0C/wKeNq4qGAmrdRQqxpQKNa8NWgKPF1CCaddwAmT\nXHjhERKiuutivuRV9kHSehFh+DUOnMFWJAMLAHGk8oGa9rQ5KjL/AZbxipMV\n4kXOnp7t4cjnPIIO4TUMQEQfb5JP4mOY1f6zlh5cx7nhRPwZaQQnWPDA6VZg\n3wFUACHBYbTohC3iBTd5hd+XXvcYM1PgBEm/3W2Jo7bzVHL3sLkOoEnBX8YW\nuG5A4UfyC5kS8I/vxWya1GpvDYpcoxSCAFH9QaJuPCppbgktsBdZuwM/jaX1\nUwvl91GhjArU9x84h/hVKZYLuVG6zn7beZv8ktz9Irjtvp4deU8vuUFv/k1k\nKlE+DELMCTnQDekhArmyAEdRzFsZ++TuHaGyCor6N2D5m36fwczxrt6KcgMQ\nPV2/\r\n=hWh0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"37fab20c9a5fda1cc14224f0a46be3cfe68dff40","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.2","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.14.0_1643625412337_0.9317107312888699","host":"s3://npm-registry-packages"}},"3.0.0-beta.3":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.3","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"0cba6e8c6d7a4286b0023587aa0b14df8bee7189","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.3.tgz","fileCount":289,"integrity":"sha512-FlHaHib+UM0fEZTm0Pll/AM4CSDM0jW+r8fklJbhNWwHgHAoyZOZmWQ0V+VGXhJeOphs0tHMoumdZP9LOVICxw==","signatures":[{"sig":"MEQCIF4zGIRNzKmg3R9qv0g7DO7kcYoElnrylr+thNagiOpwAiBUmuUzIsfHQThSHLWmZnQD9S/Ict9Prj9eM/HICHWMAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6631215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+sIcCRA9TVsSAnZWagAA0MQQAIMpXXXAUV079EnWYIvQ\npEYDEyk/U2sI70ADP4HN2sZbvj4S+bbGA+d21Lq8Gwl5uEgFhDrkPPBCxFhD\nPXeTQgBdL4rL84WcoLyCq/REr9Xu7xVkgTOOguO27hcrA1JlwMMbWAqioDek\nmOyDczdniFmuvqzRy7PDlHMIWKHQE3TEvK/8ijJPvmGpMYFy5Qo2Y0+BoQGT\nWWFOIJCKWgnWBa4KHUCoCjl7ac39kQlx0l05+kOxHqZ6TopI5TX7d7MWLSZe\nyk+mFWozp+zPaKT4fAayMpS6wUXZodDWVCaI0TgB59MlJ+ZrbVduH+BPpV7N\nBbjlD9DWVmg7zi5eUuKUba7F2jjcXrSNXnMMwsaDgBpkclAjuEEjFwEli+VH\njfyOtoyXjScFKjfCl/3BqMc3Ww94whoU9nri3g+TpXT4Emyuj0qVTMFJRYJ7\nkKDhcSxHsrIa2W528AaGwjkeGe3cPbfMe6LO7NPYGlVeaPofUxfCwzG4WKb4\nuXHmHqUeYzybH5SKvE2U8CX4O5LOBxvcUSh09lxcKlaB3Mkiis/A3GImSGKy\nTdzg2mwljRX/Sq4E+YHJ1XihhIoo+3DXP8U2FL9iOHNz1ZC5ENXW/HVjO4ff\n/eDnBex1C55K+SZUynYvHsq+zSSz0w5fmUA3OS3V9Mp9lS8AuUnd3GQ/rRfU\npGh6\r\n=m97L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f4ae61cc952e13f351aebf27b256cb3321b31f90","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.15.3","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.3_1643823644617_0.26158705197882903","host":"s3://npm-registry-packages"}},"2.14.1":{"name":"openapi-to-postmanv2","version":"2.14.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@2.14.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"80f48e5e66cc5740f567f81e78672d92ba0c3576","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-2.14.1.tgz","fileCount":168,"integrity":"sha512-07OCit/vp0f4VWWpOPLK25btR71sZLyfoPxockF3G2z4IcDBCPNsEyyuQxlDtynq2jb74kfYsfGB93TiR3Lguw==","signatures":[{"sig":"MEUCIQDB7AUYxOFnN3nw2GCOZdDg58JD6+PgCoyk2zr9pWFcRAIgfB1FmQi+5UvSVX4EwJ3CgT6+cEiZe8fen00li6lT3r0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3835086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+sgzCRA9TVsSAnZWagAAVssP/1GbtKGU8KZOqM1FXVuz\nelh6ZgUMS2V/Qrs2qa9uVCpyUcuKAeqjxnR0zOECGrl7lUt4Rz6+xg4abnBa\n8i9/cCGHlVAFny93jTp/BanJwkpOZW+t9OVnp3TvgA4uftAvocWk6t6msOGE\nhN55ZEauM8dRgklMufHiiq/0DOd27HZv/4fJNN5tdVnKzTGwnk2xufW7tAuA\nxL+GubhUXh3/9QK4BcJMgkbVqbBy7DXTI30tV2xlAqbII8wNpu/LoSKwWzVV\ndr9TzTh/x5X4cdwaUwr5HMAZL81OhBR8IkzpKXygtb61V/mDz/kC7+p+pDYF\nbk0clhFyyNu252GqX4I1XRXfMhRm4zJRgbWf/oWg8FkCtPWCt7mjcvLLTId3\n59cJ8+ZGtBctIpa2dx0gdmO9P3qzxq4tgAfmBR0b85lsJGSQHhAL3fpj4spL\nSWs5pb8uWqM1AG2dQ2aIYfztm8QRXyo/vGbzyOfFYdjSJqdbkiXj5KY8P7+1\nTzHOG+HJwi/5MYTlON3NiWwW8PCKF8+k0HTY7FvvAAQ5sfs1Fp7jXH9xqN5M\nJg0EjtV4z2/UhGtK6uaqclFNe7QoL0FptBAqPoKCpcDhHfwu0TWnqjmfJCDU\n8S/9JmmFVQa18EblqZUSKVI0ywCu20/ekcNhvq1r7TStoMbrl66f1N152BZ5\nxmPU\r\n=IBx3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"7ae2c14051d782fc0bf352238bfcd344768f688e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"./scripts/test-unit.sh","test-system":"./scripts/test-system.sh"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"6.12.6","yaml":"1.10.2","async":"3.2.3","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_2.14.1_1643825203560_0.88050645217536","host":"s3://npm-registry-packages"}},"3.0.0-beta.4":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.4","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"2a528edffb7241897968326f1e2fb65922e6d41d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.4.tgz","fileCount":289,"integrity":"sha512-DNfpPlLNRXZ97f85t4Hsx7b271Er/WaUQE+lG0XlKa0AhBRYYQJ0Qgtokc2XpNmZpDxX3PQWDccuEL4roaPe1w==","signatures":[{"sig":"MEQCIDkArr5mYqJh/9V2o8GSIBixfmD+PKpGMz/5zssrdOnQAiAcRRxj5yzxY8legg68vZ2yovXEMrDiQZuGfyeO93F1gA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6631494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+2j8CRA9TVsSAnZWagAANqYP/iNiYO8kChH94JoOWpVn\nUdUtH4lNKXq9F+JgBN6sob1fZt7mbzLbUNbVFOZTllrQ+kiYwFyYDq3iogI8\nQLKz0itt/sMsi/7dXrQKd/ga35hMYueTlxMDzhmEFsb65zNIPD8Mn1eFGxSJ\nD0jGjDZu4YH3Qjzf2r+mDadZ9vk3SoruRE6aGlEDA6emo3Klu97GwWLTFR7N\nZAec6nvmMbL17zKDX9WJT0Ach2MQ7u5TNJS7xRVzkiY7kds+PWIPWBQU0n8t\nWKmXsOO5W3RmIb4CNX9jy+x0IASoSaqkyHLjFqf8ILEEuhuDn4FA/NnxoFNa\nBRUFXq+kzCgAC/UsSGsv266h8PDI2QcrGo9sIDZDi4rcwOlZX//CgcfdciE4\npA9G8e/prPtdRwWBbxG2t0J4v6gijOZlmnvtWy7h9IKqI/GDd7jTkgXRLUiE\nQTybMghrxFpXhXCUrPLocGrLPejhTbA1FVTC9WXjL1O8lSFphf369WLzysS8\ncv3iT8kLVg/uNlwvrgTelwoln0gLuML0B5U67VsLxxmvBjwPinl5kBtZUph/\nSqQqlZCKahdqofAbgOt5oMxMmr6TCyBIBJE9lENoOvYIcg5X8MsirFxdwQ3C\njtix9ThlS3VvPQSBaOvMbMiJB9H+/HbdrPOi6g63tiCI5jw+PO2oDtK6NkRl\nyLKJ\r\n=oWWs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"d7fae0b7b78d27bbb7be51d004b33c28f8e33867","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.4_1643866363996_0.3311427315965929","host":"s3://npm-registry-packages"}},"3.0.0-beta.5":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.5","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"a68cf368a0acd38ed1290357f67dcba923f4c7a3","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.5.tgz","fileCount":290,"integrity":"sha512-sd1S+fqsKfcSI/AN82Wmo84I8aWiiUmCdyzUA7dMJD3+pDdOeadDwpVyc6dlajDn9V/1kzVw5ZxwMSNwRoXjmA==","signatures":[{"sig":"MEUCIQDnz+7HWjXvXxQvT/FNAxWSljtVFkFDuiyib5xGnFOzDQIgBN3y+d1dHc0NcxxX6x34ndRu5EGpE7iK9yR8TJFb/+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6641385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAo7OCRA9TVsSAnZWagAAEfgQAJNxN7umdTyqOs5dBo4p\nkO1HqN3x3d+ouLVtFpwkOfy6wCO/OuqnKueo0lckIGYuUJIgqW7ISIH0rIRb\nnF5xnIr9yMpZHzRiObtSAw3pcsFbcawM4UmBwJQPE2+2tSjZ4vDQ73lPD4QD\ndT4jX9sriBpT2qxP/o1QkWiKozdgq3z4mG8JjKo1t/3bZMDcORfUuRHnORD7\ncI5q+a9KGzPs+Dmj5HuXquj1F4eTFtotewiY1FJ6HuQ8Cw+vCjdiYP1hCOVC\n8X4UK3/0KQaHbt+kS8Wgzvv4u3zBVM/lS/fuwcjTSYJ3D2WH6GC4p9RPZXLm\nKq98O7sDktDqGI7cIktgZitl7kx68okUKTj1x6OuZ7Bq0l/edtw11aOWKJPV\nt+bLMfBK2Deq9eLT/UY0cUwxmifO1A/ynuTb0xIkk9EySo8GR18I2SGLO8cW\nNuS5VjjjVcxQwq76EqenMe0MuNYd0jrJzcE7E0ICRX7/mNLMbLP5HhJ1f8DG\nrUdVtjaBujis550Aaq8r/ABT4YW6t4WKyBofR1xE3cx0cTK2AHPIoEkANh3Z\nC7ptptnZBRsu25Gzunh/czABFUDorFdG8EdFXTq1YU6TVTAT2s/OSHIIVCmh\nU2K5mWhW7pQOldI0sk47qzdIXIryoOBBcD1pt55Cm97RsGtD/IvzMrBw8Nyl\nzIVC\r\n=wpi9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"63f5172397184fa8d5218fd861011895fccc84f6","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","ajv-06":"npm:ajv@6.12.5","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.5_1644334798153_0.4518368981295098","host":"s3://npm-registry-packages"}},"3.0.0-beta.6":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.6","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.6","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"dfe935ab421a76ce6ce5519505473bec6196802f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.6.tgz","fileCount":290,"integrity":"sha512-vl+RWRbxzHn/48X6fL15O5kTGKmMHVPG6HYxeQOkUXyNivVh4EsY552wBB+MXbwRlmGtQscjJqQTkmVGUFW9Tg==","signatures":[{"sig":"MEUCIQCVnBPagtb72n75vWlPiGwNsiEJU+GPcAiQPjDJxKnpQQIgGSBg2+AToseqElVzoBLaAVAD45QkhJUBtSjUlPvohNw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6641385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiApIPCRA9TVsSAnZWagAAwMAP/0bHe16Cjqg32bjA84tF\nPDVz8Y8R+P3e7xY8mV/pBDgrv38X8J3fA+b776CkQ9IfBj92bs4Hfh+qAxBi\n/3d6pDAkD0ndlJB/IszhekrVzUPjyqom0+LnwllJDxitxfwelwf2hlg+Mn7R\nSC1zzXAtalpIhVUdSQvbvUs/gMJqman1vvEi2hA6IkLeKqVBRmo+JhwgLWIR\no7KUgDFQ7Gegvf5IG9a2/ag8Ttf1FhxJHj5obqStsb/MR+bwJr4PynLIT4ly\nxeiUY7Z9rHghEI2Toa3hahXg6REfGSmz4u6oR5lETJZiug9o7ruDrOtK+g65\nLVtUV/Ck73QylG6QC/JinkEYnRm0uddFu+OFQ4XvseymsC/TbCAgSnZeNhz3\nz14W8suTslf7k8/sVrMg5JZhAhjs8rD3Xjgh8/zRREGtfNWF8Yl0HWabCIWJ\n6SQ2FGAH31iWJfg4RjL7/REBJkb1+NeWz8xTi0p3EixuQCC7OazYVw23WUMM\nqmpM+Ch/udtS+JBaFz666Xbd6fS4k0hlUPSw5tO/bOtscbN1sIeYFXZM8K1o\ndgqMaKZOYouziyPS4EKOSbZfwBM7OzEOjLL3h7sEPt0YXXHuAypqHiAjY4Wh\nGMEpUhv9/WU6/gq/GAFYwFHOD/7/ORpJaa2LjPPb9rYvSiUEojlJFhVQfa46\nnHdL\r\n=Vadf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"3a00db6db57076a7df7bb8765f3f9a7e94d039bb","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","ajv-06":"npm:ajv@6.12.5","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.6_1644335631617_0.9737804717341632","host":"s3://npm-registry-packages"}},"3.0.0-beta.7":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.7","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.7","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"369575d9a1544a7bf714881ed873831a6f1f2d10","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.7.tgz","fileCount":292,"integrity":"sha512-Dr6Nw4zVXppnIi+sbIrUeifvsl7GY1CrauMKpYlqiumItRfAhAr/vus8GGuxczY3Eu/KU5BKI4FaaVcD+L1Wpw==","signatures":[{"sig":"MEUCIQDtrlcCTdr1foKLs/sEpG1oBJkaKIy4NMdEjqNE7ZPoVQIgTiz+sPkw7APilAfsRqcDZRp03aZAb5V+Q3dcnPjxSOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6948171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA1r1CRA9TVsSAnZWagAAelYQAKMEybuGv9ZEPBgwfLLp\n2OjLQnzzUavuIXvL4p5TJEhfSynLgq4KuAAQW5uuuu7u+GP4G5S+mlBMrVBB\ntUeT/dCqXfm/sMUOSQbQsKqVbIoFuMaEMTcjg2M+Gfq1mEVl5VxeDqkcipoP\nK41u1gjIO5elwZGmP5H4mtYTBW1IJ1xyd67tzWQk854Iiy1RSeyG7FwAVqj8\n4UtHMzltheVncxsLv3/lVC4lw0jCxl0WadHfDlfSPmKUoKnikWxOyxoR7+UW\npOEkC9jN0hX9MrZl/H0zBucpr1f8Jc8GNmkxPdMs39RyrLw/xbAap967dYUN\nAytf4v2xleqHtdFL7eSQW2UtJ3TQUrxaKEndU1cHJfGJgetra/ywoQkNcC/2\n33F1GKkZqSyo+Ma8MKYV39RJBoaRPdcY1HqQcWYof7ZUY/91V4K7SJszOpW/\nvNvj+csHAo6i6Gc0Sk9nsA5y0BPp+EQfbozLfyE7oEupZMtHGhGO2diZS203\npRZwU2cjILiJ253atn4jgeBCaak/rKTVCpXHF9sv4m9FJp90WfaydYe2EPEz\ncLqEqI7UhYGr5qZguNLDlROLQT9EgDkfIs/dlWaQv7TWdBImSj1rItrm3ckj\nqqcYDAiGrQTTi9y32ulb2vcLMFcQHt1+hQHi9jGKbDidYC1Xj+knZkHbr9qK\nTj2i\r\n=AX98\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"2427ee359ffc0f3a6f52b8cfddd12e47197b1f93","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.7_1644387061519_0.23433890716415862","host":"s3://npm-registry-packages"}},"3.0.0-beta.8":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.8","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"./bin/openapi2postmanv2.js"},"dist":{"shasum":"c7e8b426bf615e55316f92c5216a1faf54f51401","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.8.tgz","fileCount":292,"integrity":"sha512-/kMMLB2twr9YS6CmzrhiiQQofmKpE224M6MBmPuBiazrne0Hw1CsKiMKwm+Ikxsdjl67FcWbsMmu0LXRiKqtxA==","signatures":[{"sig":"MEYCIQDDihftzB8stuWhB8kva04xv61MvO9s+N1oOH15UYP8PQIhAP8Z4FQS+FF71ZpFtdimNnh1yDaBnf6IShLeFAss4XYM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6937766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA+9fCRA9TVsSAnZWagAAUWEP/A7CUDovTeV8JvCwvkqx\nXRpmy2tlO0+X1qJuxw/9YICNZM4UIiK6gFQqjderqjTHtpRiMcrJW6hl2lxt\n/+guZnKPHI5VOB4SK3GfCTh9P6rLDKUaGL0Q3ft/dW5/ZsUsapzMLdlEf2b7\n/rdxtWK7BjlES1vT1y29U3UGwpn0EiYTBYBL+ok0kqIBTSkSn6cEpNqCuNJd\nrX9ofTEBSQeZqWJN1PlOcsYxnwUHJpUZC6lmins1vMtpuRY7YZXTl6nMSi9z\nvK25optucgJiJFaNkHhhvY8HD4S6TypvbP4CazsgC/rEVzAxoyaDSs71FpEN\n/AyeoQ8AGhG/pnkVU5bezu4tpHCG9jncE92ePL76LJibLqKQvZCCdOo84G4y\n1pXm5PpSqAOw6+033lc8jrQjkOSUKGttFRBBzBHqR7HXQILQKHYCeLEreE/g\n9NBkGHx5fmwNjgxYwXrE+qhHxeaw5A+xiaV0Tejq4PYBblLfy1jmaMTl8jTh\nR43x5T3R3CMtZAsxeGfL3hjoc6l7pwlYWwBTylWmWxZpNN/xTEG+2BP3RDXK\ntMePHuJGevoV6u8cQciCKgLfJf0/x+EEuKx15cQeZTsZ7zdg6d1MUi8JTZ5w\nNu68GCWFOBKjzF1K9RsoJjnvDc9ekjj8CAhKZo7TCFDpPWlZiMl6sRC8KZxr\nb+2X\r\n=yv4M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"48958a761263ed6c1abedd1c96e40eb7fcf3dc69","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.4.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.8_1644425055448_0.7786637316348144","host":"s3://npm-registry-packages"}},"3.0.0-beta.9":{"name":"openapi-to-postmanv2","version":"3.0.0-beta.9","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.0.0-beta.9","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9ec9fb127dc963aa5afc4d2f8104a0e96d23797e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0-beta.9.tgz","fileCount":292,"integrity":"sha512-AOvEmccM9lH0M4yYCKDsLQdW4SkFoOKzBlG9yTHF7abpf8czL2RxTSSGZkbw18to4BkMv3tvrKmCAZPzzwimVQ==","signatures":[{"sig":"MEYCIQCtylAN+4MEWx/6Uj6gGC/W6Giu/JqdFTelzxtiLB+MMQIhAINl7KYQMHXZl/vLGTsZ82GCIZvZx46W49XYaFjxA0Hw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6939742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBKHsCRA9TVsSAnZWagAAhy8P/01oL8s7vW5JAk1524mG\nVflAe7P0yg+yypsX3xvAJCFKo7XnREFN6FSJfKnQJBPA03we5baf6g0KRPV6\nnxKcyZi7IUF6vDPzuzYeCrqbZKvKSvL/bgEOOWkGco8FmxLUu4+8kWpr33kA\nM9snLoOXXyAaWq6bDBzzDekSqpZrfMnPMOpOyqIgeKtD7aRQM7O9AeWpWW8w\n5oq4OksBhwBIfdeOQADnuCABKcgjI9we50TTtZ0VUdQNGtNtrTjmc5tLvbAG\nJrIyA6wepH4zqiZLcjMiDcGVJYTk/UkOg3DMbkvuQ2qt1Pw3i/VBV1h0cZbc\nJEpXepHarHK40xvtI6khqhbFri7HlLWNGIIZ61B9NHWwUMazsGp2MhdDtLM7\namQ2K73OlN4aX9ajeic/X/4oF4vdezFDNrfworMXUzl6Kn9qfDI5S0EVJY9g\ngJtsazZz7iuvzRTx5cODyEvf56bZ56uidl8K3sZrv1vnqWHCKn/w3CFSOZFd\nsK4WG/dTL44s+nMfr0ZWtOh86MwiPLol+WZS76uz/sTGhR8WZm6rbzWddL9n\n3ooYK5rktWYe4Ih/6Iii+PY769OqTeErs5Ft1hPzdrGVf7UPNyA70kI5Z6Sd\nCDJGo+q+by/JmkfYNgWxk92Jiy0wkai5sPbyHuZd7nPDmNhhgEyJJjUY5XIB\nB+Ip\r\n=uUej\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"e004055a083e7d802674e045bc72ebb1c1f4508d","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.8","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.19.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0-beta.9_1644470764414_0.9072679333737883","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"openapi-to-postmanv2","version":"3.0.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"005a215b9eacc319e4e461486490bdcbf2c9f905","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.0.0.tgz","fileCount":292,"integrity":"sha512-enq6EXuZemLVj2MV/ZiMFqNblg+lVozcVWSTfLiUUr1gZ7vJRDZpRNjSkzW/tSNWN/I4SfGs7mC2suuFCf6ATw==","signatures":[{"sig":"MEUCIHHwJijxDVYNWhHy1fwhTVGpWjCrWSLmqg3FHNsqolppAiEAjkL3SuXXtWZTMIaCfJ0d4cZ59kwWicKZD/GkTmupy3U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6939735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBQ0OCRA9TVsSAnZWagAA7OoP/0HfxWyxK2ZsmTm+JHEJ\nKbO7zI13XEb9hfyHs1MUM97odzhiNGxYEh447sXpnX7QA0I3PUDBFord+20F\nKV4ZnLZA+MoUsGxM9xGS2H8PkT3cynJXW613J6Cn02CvxUp9rLLaO8gkXjLf\nNAiIZdRF6GWRxVxovFpbqsqczu5yHTnyCDaAsIlkX6zOnNz1JST0yfmhicDN\neImhgRDkU1E+jQLQgJZM2WqsgJHwrfs7pISbEM5Q07RoGerRnLxBdXtRvkVh\nZailx020CZ3jhR3j9HW+iSVKfid0iolxuerhNtAVETPy+7/ZSc4QZlORD9ea\nsqaTilFvED4VB7kpeUzFqnstxO7Jujsvn/2BjmlLT/JTzGUfl9LJ3a3GbPSt\npx+r34Fg7rSGPs5RktwTMfQmcdp7SlWn0uTL/zm+3yso8If+92HCP7jho46y\n1r4O65yEZZ1dmb11bFgarNjq+9PsSMyQuXJvaLwvgsD4cdLn2ZP+KH2JHBec\nJoaoZTOKks03n/pTNqv7OrgPpgutLjpYldxdVaRh4A0ECuv6wVV3VdAl6zz2\nDwipVzjmnGl9D2idS2WJXvC7x3U68TQ68UDHGtAAVI0XB+XbAXxJD+Z/Bcvi\n/+upn9ZQGpL1/hFM3JtR3F81zlnHD9Ll3f+LPfKy1lUnCGsYiiz89rncQeeo\nD0zc\r\n=TqVZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"186efe06b1f0138d1c767f2e57217e55d2d588ba","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.11","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.0.0_1644498190377_0.4329139590237452","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"openapi-to-postmanv2","version":"3.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"8fca06f7e30160f7daf60d37455e0fbce17b19b7","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.1.0.tgz","fileCount":296,"integrity":"sha512-qZWzqInuIbbeN43or4puYogIMrd+XgnS/3GhCSY18/VQkZVdMUJVFLiW3dqjHQ/9akw9cTTO6rrNMTzunLI1Og==","signatures":[{"sig":"MEUCICkBKIBUfz3ksbUDVRxwCRQ/LWR/zXh7mUPyI4g/5nHsAiEA6VSPLxdyILDSrz9K3/r1HPAsa0ErVoodccd2+E2ZBGw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7147750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIdf6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCiA//VX07WfSUqIKm52uqvPj76w/Emi9pP4Ga8I1PbQJNG8Ew6C+/\r\ngGWiF87XC7srm3r5rLw+zHqvkHg+IrpopGpGDcrwTAyqytTx30lZKTLFMAKY\r\ngihrUdDT6U1Df8wJCKe9B/uiwjrggl822imBomEK2EG6ib4oUhpOgQ6ecVnU\r\n0x+IFLEKx8lMiwIDnRtu2+h2+iwAYaUGBNO87z268LS0n35GRLkSQqEoQ8VB\r\njqCymx8OJo3qrsQEvh2IJF/svuwU0XrsiMaKgQcL4GXqoiUAP9aRArAkVo2l\r\nDCzgF+tdHkye1FffwkSSFgs0VL5RQtQluNf5avZBHxl++TMmpwDycKo3A7gD\r\nuWuQrihDaAhfPuHZWgBnUmA/4buxuJPNdPHmLceRFzO2VWPrzcYo9NeyPFfN\r\naod/SzZFowpHoM7fofZXKEe7grQfwJj3n19nUwrsl5KEAGfvLFHzPWe+7X5V\r\nKe+p3ftJwODPRCzS2Sq/s8gmZNk4wnivZTfgrO8O3mghviGU2uc4OfvcJxdR\r\nayiyDLXrsYCpTU1dofa9xLnNSSuZP509m9PEDToHeTSGnAkOhN4V6GTTOJdb\r\ny1F72QxoRhVx67ehIXoqCR+9QHtOy6dYkwrCSNbm7977y+0iipqq+HSfKZdw\r\nHLOiycaiUck/o83FrZcDVk36l6l+bRyFlC0=\r\n=z0VI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"1777f813a865205275066a490b3d54518637cbb7","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.1.0_1646385146662_0.3028617457270799","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"openapi-to-postmanv2","version":"3.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a651438a69ecc6bd44ada79486bb7e509312f0ce","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.2.0.tgz","fileCount":304,"integrity":"sha512-/mByhu8FH0UaZ3ug4p0hqwNW99H9Ab5bDMQKVYzv9bGIoorWMUozmNZYYCQSJ4mHH0F6y0vx8mqdz8qPTSq6LA==","signatures":[{"sig":"MEUCIQDZ8t07lM5HALYO97DujoKDcJGmOsg8Em9EHNAO7zmExQIgTXEBYJMiqzvgD1rxnW0qwQmFjrCnggzU/Y4+tQFBhvM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7202147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJib794ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpbcw/+PCmLrdZkDIaeUMbMasSLgYsxw1uBX37A5ZmUKU2HMD+/IJ9C\r\n0dY2cn7au6vnmO1s0gXb0sM2RAyRqi9krNJQGMrtJM//UqcLIsglbZXRbDST\r\n/YflvyoF5MlJ9i4Z0oJHk1mqFA4hJPHwUOjYchmtC/BDcTOOK35rANVplDJN\r\n7JyL/PMdD4aZnP5gAvRBBV1z7Hlds3I7B1mhKYnXJAPvkSu8N9Y9G2/1zHTA\r\n6gUhwKJtjnOb3bchn1zzmKa60Rl+GKEbup7BH51BJGJE+vBMD8UDnW3Ry5ZF\r\nE2Dd85mrd069i2rfb/zXa/mggFd3K+c/113Ocby7+XsIpfBNL0RWa4mUNi+i\r\nabBX2517Fn4Ln8m0ZNOnTcDnTm9v9hrjMLSpRhOQqi3qQms1VLmHEGP5432M\r\n/T5GW2DI86waZHey3OomjS1Fm+tYWxHydo11CNgZ/1IvS2LRHrcSGfNXvBsM\r\n2+CuWzBhBiVa5vHmT1kfu2ryYQvNleZ7htsiaod/taoM0Tk7B7m5MA27+1IW\r\nuh9sqs9tzfl6M8cqO+EuatQxIsj9IFPLtX/Kz2xxeba9QE5K5KCwqFr7hJfo\r\nFl/TR82gjlGafR5BK/LKvCN9WQqdZ9Bsa1vnEYdaYDN0YcfQP8KIoRH7KuFI\r\n/6OGjJhiboUlrxoj/mFKmy9pof/byKeLk9g=\r\n=VguE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"6049afdf8b4ec2b3189363c94672fe8e3d1c397b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.3","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.2.0_1651490679782_0.7018127163365595","host":"s3://npm-registry-packages"}},"4.0.0-beta.0":{"name":"openapi-to-postmanv2","version":"4.0.0-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.0.0-beta.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"19d528367bb04773c9c5881a795a5e105aa0930c","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0-beta.0.tgz","fileCount":500,"integrity":"sha512-n86nuDAOcwPiw1x65wxK1s28HjKAEL/Ip5gJRXU+dym8HpRIbZjjZXyFkQFbZSNY4Xp0K/a5lBCKLiNT+DvS5A==","signatures":[{"sig":"MEQCIA7JtdxuS8u+xWhZVyedJBAs1HqOM/j50BJcCZ9toFh0AiAayJit9JncAdDYOn14W9GkjFStcvP5FT4+z5+W6WsdvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7782364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqE+TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTnw//TBIWGX44QXs/3LFn+hAz0JvPNyQqKqZxgq2hVPzxyGloeqNI\r\n9iAMtZhEhm1WSjgzuoENp4paKCrFwqRk2U6LIls6yM+Pklc8Tgn6ZCH3BT65\r\n7IYp/RwkRtGiZpf0s7Pf+kltEkZN3OgZMP1myWsRUM/Aai9o/dzsKRxiexWn\r\n2wCS+bziJvb1yfpC5usUxKf8kmxksZZiPKgL7siNtgRU2Ckcvik2pyqVu4wC\r\nG15cQbgrt+EsLp/mFMm8K0umsWFS3Ijr5kiWkZhokWwCxQlyC3HY6NyIG7FI\r\nPPL2NUoVnCa9rw32M1IlaqBl256cF2m8vX52fcOBhK9+HYwCp1bysrIesDsA\r\n+iKAgSxPbMgW/TwfgASX7Gge0z86Gv027I7Me+SmaWtM2HKdGbi5sqrF+TN3\r\nerG/Fdf1P+XQGtDvS3Qek7UPwDJXfoVxJczaV/bxe65QMNcv5YnjOgFtAxa9\r\n3xBWWkd7ZLV4kbuiwHCbFP7D7HVUmZhiBmB17QwgGvpRszmcQyleXioHtmFK\r\noOWlaETpD6EJFh2nzCaYwuVDrkuwmKe5oprzybk3SAf80mhOt5K0L79lHigV\r\nVJNTpSKpNrMRPscsrI0g4TlP25ssV1n1bo6uFiShC3StxgZrLQ5+1qg/S8CO\r\nUDgrOhH2UiNO9A8K6OnE8eaTDGezg0y8NyE=\r\n=XGJN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"138ee9cf91c11deb5d177e088b32e20a80954e15","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0-beta.0_1655197587524_0.7094211804767918","host":"s3://npm-registry-packages"}},"4.0.0-beta.1":{"name":"openapi-to-postmanv2","version":"4.0.0-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.0.0-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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"dbca99e4ff8dafbd3334eff76915b32710cb90ce","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0-beta.1.tgz","fileCount":524,"integrity":"sha512-/AUpaUMl4hAAtdA4xlhP4HtChhjsfd/9QoCxLLOA4HiSRgTETQsp0BKprtKemoCA27zvLRKw9SiVwERpkfh6lg==","signatures":[{"sig":"MEQCIHm7Zs4EgfyqN1FPaJkxMHr176EjFltX/Aw/jxCZPBJmAiBGNSE9APG1yNVpLJMNiBvRLYlQUFNPLRioyZ5HY0iHmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7813733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiscKzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyKg/9FH8itxdaCfS+8L66QIDrWImRfKWV82eD2OoBE2wzHJxugChx\r\nWueO75YFuVDhRDxRAdUSIEnNq0ztYlHP9X5aRRBO7Vg6Hvj4kKoX1fV2osJI\r\ng7hrXCNOFXmbEFDJZTZIlSMDao8UYFU+Pq0QQloBpn7odi289S6DCMczjsen\r\n+l/g2HD3Uwb4wEg0e8YJK4W4o5q+b2okdbU1wQImXnr9PxSeF6EoSatPFOEQ\r\n9rjGhA35E0NChmwAXrJizFcdOHjvpf6RGfEpH4g+YSI6ee858u5m3vBqgNE0\r\nBa9T8DiN+bftZYRxO6/VCLAzwfWNMfhTYEbLGH4cjQ799JLTSl42+5vDDfxJ\r\n3mBptl4wecHYc0EdfreyTZIoTsoczWunx1KOdFikI0uPLdne3+btYMnvb5Uk\r\nxxmq8fIQLtUTNX1/8NUDntryvGjfR6l1UUnaqS9yiBrJwyTpA9uUpvTxmTEK\r\neQ3S/YgFnudypmwI+jJ364ynEDaM1tQqdZkx8JRy2xvoewvSN0IZqDhpMJiD\r\nS+WCp4TVKs62saamZynLi52trd7P5ptQBOHR5cJMcoYQssqZDbwTaHgxW47G\r\nRueXq2KT9P4hhvnGWuyf4EuIXuisKZG3FLjF+3NUa9zkpS7bQf8TSUiAyHfu\r\ncmtwaf/bk1VKUjgOrG26oZysHwUQkzhIVSg=\r\n=xD06\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"45e22753f5b83dc389671972dfdb3b6f0fd0125b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0-beta.1_1655816882890_0.0845456830243112","host":"s3://npm-registry-packages"}},"4.0.0-beta.2":{"name":"openapi-to-postmanv2","version":"4.0.0-beta.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.0.0-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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"6f8e175768a5ad8bca093c02bafb6449cad712c2","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0-beta.2.tgz","fileCount":524,"integrity":"sha512-0syC7UGeGmcTnGjCIk0CK0xizH3myI0H8lLbw1gKuLQVnIn7yUlB4GmegIhXWnsSCy+wpEeDxj015UPjUBVcPA==","signatures":[{"sig":"MEQCIFnunnbkRz1N1cc51OI40aoCfYtrdfb3KiAKO3Ww+DLfAiA5cdKwDJD2SONjLDop7GrN1psJu8FTIvEQ7ysFbvBe4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7813733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiscQcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqB2w/+PaUS/7eCthTuJPGzs5QRMBRfw9GRNEGI/t4nTQuJql0XhNxd\r\nEm7K60wq9rATBwk5KbGHKZ6SuJ5wFReXWX/jcQjrPDyCCn8qjM+lpVU8I9YO\r\nWFJPEVeLRRwtr/rhIWB1fEYbTM7UGmyTUqX+e7UhhRXmZtYo/BE/SUHnM0sQ\r\nbrd4uOtW/58suwkLU+aUaXRMxr9l6y1iNqXv8EieUectK6OLvn8gUEfjhbYI\r\nBqwSJ6rNA/WA6Lsq0YzZyB4NLa2Gxox2wiJo2eERrLaI6MxyNsL9I6Qe53OR\r\nY+hDkinrgg0xiQDq7YqlD6W+aPtqMBwSfkj9aZI5n2BpCDdQe01+OtB7CzFT\r\nK9B/ZGTpy9iXdeaSoA/+jDF61P/BFw1I3pZjfFb/UXAAzct7Q5nyQAbizhee\r\nuSPmbF7VDkXGe4pJhsgY5t+7qiSwuuVVutE2GJZGySYL7mWTI7KTVhosOSP6\r\nkpTWXbTTuKaPIVM0yj+HuzCEGIH01XdirGcz2KBlJ0e4phClfbx4zqXHUCAY\r\nbO3BI6x68NrauUZlF01jsGkpzl1E6x1FkcTlWCVDrTdXj+UTer49pwEYmsYC\r\nm3kWqVu5T1YoMNROk0HtLu5StEBDEPjsr2INzkkMdjs6/5NTfa7GeAWKEBqH\r\nsK4Fa9Ry5jKtCJDCRFU27xS7MiHk57l2nBY=\r\n=yQ/Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"0f868f0537575e9080bf0e83683cdffc03093aa4","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0-beta.2_1655817244470_0.9015703139991478","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"openapi-to-postmanv2","version":"3.2.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@3.2.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"8c227709b97bbea707d95611d728cb02e6e63f7f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-3.2.1.tgz","fileCount":304,"integrity":"sha512-4gwGkx4IE+xVucN5j+gN85pIr51xF+XCWLNInXHSPs8YInn1+wEOsxa6uFtJFqnBLtqYbRjXwJLVe2mYv9n3og==","signatures":[{"sig":"MEUCIQDBHeG4G56eRdOzElhFLisQALA7l27sLIndXW80BAzR8QIgAwuBnytxKgP/1eyETI3DBakOiHYPz2ushbRnEvtBDUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7202147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiscRUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRGw/7B1GTW/MQffjWTyPjtaB3Ly+A0Pl/+RJBgxGZDVNGtj6jK07M\r\n1YfQtw8RBk/WyK4wAc7Pg3OeFY+JEzz1i/EWM5ljyB/URAttzEOwl4pUbTBI\r\nIPvrapNtnR5AXedLqMYu6ygEy4rnVzJTvE2Kk9AmX1CgdlzChoN5hjbkkJbJ\r\nu7ZJcKm1dJ55MCRVKlTiUIJD9KLMjzAvwEBWn6rfuDpJqkr16YkpDxR/Sqyt\r\nmalk1H/tGwFlTb+JtlzFIT73FjlvTnnXfL+o5pKihEE8rI9PQpEVwvC/uDfA\r\nOVN8pF6IQGjoJ6uhzk/d+la+aIYtjmhxyeREkOkoS7l01sx4w6NuO8ymy/1g\r\nDiYsKAasv0kuWZ659YlGk9E6uVEdHqo8fGOO4rDtA3hXGM5xwSgyNjmQlldD\r\nypSI5Z+gRHqXcVDbVdYaE/yQXR/bztKOYB4h5/maNu/yDCoubmJH6gFkIN1K\r\nVUtFr76mgJj5DAaLKw20vQSrLv6YiRYX59YIn7wfmUO4kMnmzoibzeB4eyFK\r\nfMvZgw7b+iJX1vPSe+JOfpbEUDQanJ/z7o4K3VnI1dJ3AG4jZvDPz1qsuaFg\r\ngdnEJohxL1Rv3UbibNgfzEH7wsH0WHJbMvoaFq4XRO0eAVvQXpYkEssBClTb\r\n7ixsWlA3BuJJhvh7pb2IuYfj4IFzZVYJPcM=\r\n=1yOk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f82b1638667a47e04877a40497208b8c64664671","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.3","lodash":"4.17.21","js-yaml":"3.14.1","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","postman-collection":"4.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_3.2.1_1655817299707_0.9445224060497546","host":"s3://npm-registry-packages"}},"4.0.0-beta.3":{"name":"openapi-to-postmanv2","version":"4.0.0-beta.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.0.0-beta.3","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"fd1dfdd5370181cd00f6a8ee8fba8750c96b8713","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0-beta.3.tgz","fileCount":644,"integrity":"sha512-EbUYECh0fTWmipKBiJa4wIrd1lS1l2ghtFQGG9023+B1P7/KJ/8kyR7wPs3sslACEBkgnsqcajQjhJ9rYK///A==","signatures":[{"sig":"MEYCIQD2X9CVgTHTmnWtH15dU2Zb4DoJuPWw6yA5UTd9vZrPjQIhAMRhm7LQfDoz8SJSrQletiBOxSSb4WXwuQjamXC6gqOS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7933446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWZ7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+LA/+OwJGFDAu9VcMQo/5NshqkdAcJRGZQ05UoY2qKUvxReR3Amyi\r\nwpee6HnJtoqFwqdMiUUt10eBCbdcrwGJ9KLMIsIViQ1ozIEX+x74nxZ/NgOX\r\nA9HX/k1VDk6WEpUduDMgdo06d8izmV2LJjtNJTMA0/m4dzfFu77r2uNc3BQh\r\nb5t9+C/SjIJGbFF6mcoDQKDnGdE/HdvFGopc8H80dsX3rQrIIhY3Z0wWBqD+\r\nqM+WlVlMqE6NeHtYNJ0G+cxt7FTs3GugTDInCdK9BuKtiZCuTZoak22RHReY\r\n5DyZT8wsGzlcgn/8fEABGnZLBZySEMBhs22jvkRNXbHr3st/2CSaLg/8pxey\r\nSdd0xM3T0BPAJe2lWQIEr9v3W1Bn9O52ddT7sEDZGENXT0KCXSWEvmGkCdgK\r\nFsQVm9gQIc6Qo/GF41JaqgnipN/4mN3f5X+x9aSbY46+IypQKa/ZizzKS6tG\r\nMAry+5h7mJC1jtDfnKGcXOPB+PG6AA/Mvw0atzI/nMHd6BSeAM4AwcQCVATD\r\n4VMpeBGDsWYVaCcVvVJ6Y14iSwSpWnLdzDA0xdv6uBSXQ0xersl1XLWk4hrB\r\n8hvohP8yxZX95gOr29LuiIAhjODPSEMkw5g4soDD53P4n4hgMJ2k8UkUBMru\r\nI7wtp7ypkbNQX8fPepR4f9I4OGjEyl09X7I=\r\n=O30K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"09186ef1c6bf202802b7af8d71393f73d795490a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0-beta.3_1656579707585_0.5008658414224902","host":"s3://npm-registry-packages"}},"4.0.0-beta.4":{"name":"openapi-to-postmanv2","version":"4.0.0-beta.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.0.0-beta.4","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"8d81770ef4df2faf4a0a3f644d2323d298cbe4ea","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0-beta.4.tgz","fileCount":571,"integrity":"sha512-/in+E+80cNn8kv4Dl0gMQH+mSn78XrBI0Wnun8zn0wG79QrXZpDRp6xu6O+EbGTee3ObFlShsSkdTBLvc5lSmg==","signatures":[{"sig":"MEUCIA8I1nZd4p0N68rveRRfxUrQmjCV3usRR8eKW7Lg2UPnAiEA9fFRxO/oH4juNfsmvgg4UAkyBtCblB1OUxEcadzdNtU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7898925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixB8FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/Ww/9H8TyapfTN4Oqwb8NnyPH2QCwpzntDfG+f1Ev7Fdf2MzVVV7v\r\n7pmBtXzp3HhI6zaUCBnGuzccm9oO3IoIBbEpBRxtnxfSr8v7KMBrq1Wu10EX\r\nbi5wTig2PQlMyBpNVg/2M7Kg+Hqj7hzkup4/bMKtdqGBMYJbcJO/IIkPRP7F\r\nuUNVGYAk4kGEOb0pHxL3kpePypH+TAtr+KfL4wbhsb0TyQERclTFrE++YwJ1\r\nxyPfbsWzLSslJ/sPWZSRyacSV8G8TuMADiUiEQ5UN4wL2gAtEHLEkylc+Xay\r\n4dtLs4DEFi10z5hdDIxa3Jct1RaukUJ+aCkZHtHD/IRSlgrW0RFv+csElZLR\r\nH6AUZjpX3OxJdDndbVgsVL3S1zJMKla0eqEay2uw2DEErIDd5SxRVKxyV5vf\r\nXV7w6RF5PESv8G6BMPQi5ScFgdghukgB39SkOxh+3p5MQTyceayl6MVU0Iqz\r\ns4Mk3hkeu2YzPr84YS9leXVmMohMQFYx+1eZ19GRHGm0B4ESFukt3+KOJQvo\r\nycxIbZ3H4TWQ5iLG6vyVWsaag4Z7UYST19HaTjKlOZeFpeERbZ85G+C7DeA5\r\nHGlt/XlV1jJmwMyBCThHS8ex0vogQ7qxDAPo9tHeZbS/0d+1eq2ffr6EvcAI\r\nQ+l4c2Nr9FHqUoiXaFDKKCBVCLD3LLSn42Y=\r\n=G7sS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"a643581db64b46212ada7baeca530b4f06a5810e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0-beta.4_1657020165004_0.050542625279582865","host":"s3://npm-registry-packages"}},"4.0.0-beta.5":{"name":"openapi-to-postmanv2","version":"4.0.0-beta.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.0.0-beta.5","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/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"cc7e55dd606cbb8406ba27addcd68c32ba87fd4b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0-beta.5.tgz","fileCount":585,"integrity":"sha512-uyXiF6zuznHz4/2Dses9jqSB5RDeqYkLn9EIvRDPS66aJhIlTUtv0ZtesvKDFQlFFRdDPIUwbdCFTCW3VGYaVQ==","signatures":[{"sig":"MEUCIEQjUkG5nyljaFUXToJ9F/1/47kYL3hED1LLcplUhz9IAiEA2bWctSzzQoCyQIdg83g6oDnCkYxYl5S1N7WPm/A48Vg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7942870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix/xKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX7hAAkfNiudLmxHt759XvB9K6//K6N4dR3v2/3spRogK40/WOKyZT\r\nF+T0iovmv4EropRp6QbdUQcQUi/JnwDIwPE1jfPDhP4vDEmBEsaz/12fLbdv\r\n/QERJ8DIy6hbX77wlkZ77EUMurj4xDWThQvjqTAgo21Xvh+OaK+pRwaHRv1i\r\nDznATiez5a6hc6XnFZXi7CIWKdB8ZauUqtiDwDHotEdNF2s+D5ciBAqIIxTC\r\nO5+chEvYLQ5lVrA0TY56avouWMht2f211Fyd+EkU3Ynpvy8dMK/a3fkOUhxh\r\nn67QduKtyEdcDZj/7Fy/RHTFO/zkdaWvl50NXf381ogVZzRL8KQUYOLHsHsP\r\nJgyrR2n5nIUKlyReYMNrA2HOnBWacSnhinc3tRCpvLjFTzhFmUqYvHfBlolh\r\nb2ByNi2BYlr+kp5AoX2fVFhfdiNuSJe48CtfDiiK0s2esP8VvV+ejU4jlcuK\r\nRKbi1YYq5bJQi/6YF8jfM2h2hDW5DYQYPgvvHBBV0M3ULjUIe2KYL90/vE7J\r\n42gKCOuFPCGvKYBkQaLox2EvOv0aaW14CGYEd3qaVKg4cgdE9Gzy35bgX10c\r\nQQREEotYTxjP5/NXdCRSMs7cJpCx/QNGhukpSMsy66woSfmE4UeTHFgbKCJ0\r\n+rnCiHNVhmi89oSpiJ36e9tPR+Ah+Vghfrc=\r\n=VcNw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"89268096742cb041e9fd697d9326f1c053ccc808","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0-beta.5_1657273418415_0.9899541922186179","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"openapi-to-postmanv2","version":"4.0.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2ea661b2a2b23a0c8a40928d758e4179001cc941","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.0.0.tgz","fileCount":702,"integrity":"sha512-J71aj+uaa8XrmsUK69ddlk01aAQkMgqyXzpRgpvT4CRJ09OF2+cYJto0GVG5gRwYclg/swP8k+UigGMsaKtCOw==","signatures":[{"sig":"MEYCIQDiereVwwctQkmxCy9m0v9DV2EzlJ57IBbcHYJ8hHKTlgIhAIdtu9QBlHhBF1ym18/seRaKuqRkkgSsY2QoUOBq+NZy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8047663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizVczACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo04w/9GO+vAnAeRad8Qjq2I3KgOswqKm/22Qyv6GUxVxNIF4t7UbSc\r\nb3yyBgQX2UixY3HxCWJ+8J0eknxmiG0Bo8rpIw9SOMdsPH4An40vrWH3LI/G\r\nWLrTtLmKTtVQM/5k29ErbWXveEbBH6XJU+DRFoJQ4u2+AB8cRI8ZQqJssYZ6\r\n4gzkXhJzeWPZaE1Pb0q4q+CX6cu7bgkt2oHltIqgTTS2p8WozZphYE5nj9V8\r\nT5EDAPUnI3RbMZbvjIeK8l1HxVS8J07ZnHrSXpeoc5a2wHEgV6c02EFjG49y\r\n+9JECF+ktvtmL/d+AGeEVcEVx4VatS9Pevhya4oy9E1D4IdEP+H2pOtX6hGR\r\nPF9wkndKpGBs1PV9RBDy+CmZp1MP+W5MlMEShwa+ypE8YKLLA7/SofUX2dDi\r\neUAO3D+/D96GEZuJ+1TuR7y0ksiSZuzgTvharZUHnOwXIWneWQ03onC8R6mq\r\ngIw1eSFwYE2KxL55TB52WPzl7Z+y3ej0qmf1yVUTVI4/sMROhpoNA6RNBzvc\r\nmXubLm62kJR3H2L4X/0pad5qrCxhQ8MRnlwmUJ+8hd+RRwDop5E9/dgMrQG/\r\nXj126QByXdAoqYwDf5AUCx3tpQHPAyZ+80tlc9wtRNpRdDlQR1Ejj3XRE7Vi\r\n8Kr2AFqDyDed5v9HbNECGOt9cEgt9xkh3xA=\r\n=Yd0Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"cc0243831400dbe309b61f8b33cc23c171f8e513","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.1","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.0.0","oas-resolver-browser":"2.5.2","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.4.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.0.0_1657624370811_0.6459936616172595","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"openapi-to-postmanv2","version":"4.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"dbc2d4134bfc547d6da1fe22f3b4a5ff6e2bed7e","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.1.0.tgz","fileCount":44,"integrity":"sha512-BCKH/w9Ymecx2n24vTcncgtu1odyIZjBtzUy1Ld5guq0ohlXWkKL/owLlYH8Ov68XD0KNZ9iRhT6y/No0n07Bw==","signatures":[{"sig":"MEQCIBa9ROymWNYSiUs8jqSNlJf3I/5hsiu7Ka5gUP49cumTAiAWN5rECIn52EfMyQUhCL0agka+ij4sMbwrdoVqGjpe6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1466549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi16D+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4Tw//ZHdqVr3sPKlGmNhHM82bOSRtdRYz0o7n3sPhXwvwX48qRvql\r\nnDXqVT5hjLD2FNmdWZp8fp2O4OWzg1bvBQb/mqRhLa5M6DrCD3l5/xkTiGlZ\r\nb4QbWcvjeWk9wegQMqijRplySh3vfDTQ243u0LGF8HyXRcNAG+SoFn849Zzw\r\nbXDOTHDtqivm/YCSHPE976bQtT4xISKRtulonStwilHNnMxkGkZjdEZEEttj\r\nlECWvUchTTAW4fSwkzyYCNdmexGV9RIt2jZ5O570ZGVmV6mDAIqFafHlOIox\r\nyuLltuqcYTC1LItzBrFHc22RZxXUdBLsYvJGgWEEet0FQDTp6blDr70fMM7r\r\nxsf090LK7tnpvjBylphYMDBmH/nxUUiWh6WBkR9kNjFiiH8svsrPQd7QN7gP\r\nb344WBxaEvNx1MKTfGgwXJgTiS0LpqcTS8ebujmDbXpLhCkHpGL5w4xjftKZ\r\nnEabimz+GyAJtnomFgGi0k/oLsRStKfR2PtcHenPcjgUopqEqNXo7lyc7JiU\r\nYnNL9P4TM+2oIECvgRvImd5rirPCRhtNa93tevbsHKGCoijRiA50YclcA96a\r\nR3k3MfhCeyqaZ/MNDltOjdJ5ZXCDKocoabeMg0kwacOLbyFmSzB/f1UajfW2\r\nRAafzxE7mwYqvsgPRSduTFxWXOkdnXJmIAA=\r\n=Lra9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"b0322151e6903d5b4a588bfa4005674cc27b4d78","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.1.0_1658298621827_0.38630432650765045","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"openapi-to-postmanv2","version":"4.1.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.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"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1c5202feb492cd176b59b0a156108ad75afe44a4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.1.1.tgz","fileCount":44,"integrity":"sha512-VlI+ofAnCGh/USMwAm6HXZPuL8NEMzYDB/8ZzDssxY5Zwctlas0n4enXN/I4JGCBrzq21vF8u2VaK726NyW6SA==","signatures":[{"sig":"MEUCIQDgo2J7FzWKoMq4KjU2gayjJ70EAza59mGgHibduZPPSAIgR4DopVDDR0Xf6O+mQlhTD3oCIhDnI5M18WqNYV6UpWo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1466663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi47vnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFfw/+Nihz75cJEyn+1bTy3IrD3Ptos/FEKMuk72gzOAqm4lUPdYUA\r\nRravoGwh0gOX4b/KrPu4PKlyZWh6PPa28RzVwgQ26h0kUog+4slO7ggbK9il\r\nzJMWc+Fb+BSBdcJD1L0pkAo9OiHbjVwnINfP7QFX/+5+2Zf1NHcMmKj8Qb0W\r\nmlaDy4kSotI08TvOSf/vN3li3PjF5YOBmOHT8pRRq//iKRrDD1ZRy1QFv7WI\r\nH+PqXEFMbiH12PW+muK/vMwzI3Hzlin/3fPo/Sj4TwjZ/uYwNUOFM8Kv2pkG\r\nRTeloOwFiEW9Uwqur/Tz2fIOkxApjBvdc7cbpuIZz0Y7rbPj6x/9HMJaglSV\r\n6mLsq/Aeja/iiwZOfoNFne9iC+lHFCVD+xKYQvzH0MrzD4BTXAe+3J+WtuAZ\r\nzJSZhOuaMluesELEr/IzttlFwedv7BFO/OXrnavdJU9ZnB/QWda1ctizIYQZ\r\n0mKZaLKqotlV0PPqR7S4KN8FJeJUHECsLF1SBVJ3ekd71tJXkcbp1ULU/KFh\r\nfcsVy1CLxvkAe+lOspMcCMaZZvEom8t+/EN8QeELaCy+KAKJqtZppp0JAJom\r\necQAp4Wb8Y3ejKKwTDeapSMUgNSnd4Q1MOCmUHDpy7ZYkdheWbZwUfZQe9vo\r\nQcbPneXX5jvYjoHzPwg6MzP7X28YJYkZAS0=\r\n=m+Js\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"9bd5034a0441f8bf45f815dacb2dcc60263e1e44","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.1.1_1659091942792_0.7566811120166683","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"openapi-to-postmanv2","version":"4.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"400dac0a6da68d9217f94d8f070ac2fa618edd02","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.2.0.tgz","fileCount":44,"integrity":"sha512-AFn7wmBJKu1dOIuGN3Gi01v7eDeAxjlDMva5532+x2SEb5f/lczyGe9N8RChN9LZ8rYsfvC0UuPCGWW6otEg4g==","signatures":[{"sig":"MEUCIAwQ/UvZnt133AXiskhY0U8EcjwFAL8LGQoHHjP1q6LHAiEA2KdEhQhpUIhlAmCWD9bHzy+Mb/fGlp5s46zzPv9U4jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1471170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi85gKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3ow//TJzqhNCXQS/1U5Tc8AyDk10WWYXTBKG6AkgxtErYFxN+iQEU\r\nqvH1HSSCSandU0nniuEOhmF0FBBpYexS3SnLRdpN3t4VUi7CZrzNoDlxfNwf\r\nlG9V0kSZFTAlXX+I379Ki1+1aDBXw7lXFwOEXXoRD7R3BmW9HwBVF3F8EsNi\r\nxAinX8DpDOofnDqVyQY9/WLGJbeP+AEfBGVWM0MfbMh7iFnQq/dPrQ4wLCDm\r\nWTiIdhTJXfc05Se5cQ6+mObqcXmHIWkDrGPPPmBqrIXEcprx3VnEw2/uipmL\r\nTAYnpcwuyoqLEaWDGUIOyho003yz7Wn4UuLYCIAZ060ytUYntrz7frz2fRkO\r\nw513o57fPKKq7W6BdSIh0qSLMetf0RVhpXgOey5Uqd0ZUxCbm6bhQV/5GezI\r\nr54S+56BsMR3vw9yzuRu30XMSte6A9uJiPyH++STgR29X+sNv+qatUhqX++8\r\nxj7+ufo+3O7vE3f4Ku1IrxwyCdhiVBJFXrH1oFwSMqau8BvM2gJcw7bWc31+\r\niosTkji0ycnElrx5Mc/dnNghARIJcHYurdJUbq0+Jw1z085XToaYmHmIImWQ\r\n8/DKeZIcIEb1j6/nJJ+Wn7k0hpTvFMjj+CJONWoohu/PifmyoO7zjfrO1m0P\r\nSNCdhYKLp0QrYR07Fz7NRPiHbOpsVcfDJEg=\r\n=umYh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"707e42e9305434a2e6da5681ada71b10a96baa52","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.8","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.2.0_1660131337805_0.7784442788893482","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"openapi-to-postmanv2","version":"4.3.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"e5dcbb53ad2c03d37b363c4d0de4904804ee61de","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.3.0.tgz","fileCount":44,"integrity":"sha512-8I9QCYQoEpFeVKBr+sDUx7qJsxugKUCiO5KWxC0ec37oUcI0QDDWHZUphv4WZVxgo/+sw/eZiO1IF5Gq1LKMpQ==","signatures":[{"sig":"MEUCIDVQKrZv8PiuHIE6XXZHSHpO/MW7fAmuo6a93P/OpQZGAiEAgJMOAQFGw8yB8d2bEZAZ/5RAA1TqmdguyJEiOIGuSLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1471913,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTVyIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4PQ//fJkrSaa/ay9bBjaeCTJs1C2oyR8Yy5efuBiMtxC6GlgN2f8q\r\nEsyQYOQ8cKLTfpGwK3KrcPnKp7twhC728zpOTkh8AfpaxRqkYJr9JxpVCpFs\r\nY6DKn8V67Hr3NQbFgmoMXSx3rTha/BzPJVRl7agQwR+gr6y0KUK+ziT+FsgO\r\nZXyB8X0kKZssQeiMVJxJ+1biOTx/kp1fye4FhUQ6uDoyTrmBb8IZ0OSuvhS8\r\n6z+Ts3hmAdNfJ4FnTR0aE7lWh055ZMOfZNH8zRA5HiUfKiRl7fcROgMeJnnr\r\nwZEnbLwpxksGx6qYU73KvPmJfzSmHDlTM6EOFr8/zwB706kHlscJXwvwJ8uo\r\nolelg0rI1GWy4LUILzBl21cnxOSSLgRIatwcZxPGohZiR/Kt3afmez0Cno/U\r\nrH+zo2VncJmsBCRc08glwtLjSv4CbHYa/Ocrwk0pphkAhX0b5q0SMN3mfnOr\r\nQTQNmkOQZ3kuWtFepTVkJPZr9RsSrHghb02h2PM7aWmRFgD3ctkMMUdFK5Ko\r\nGw9HBwhsJFHDtxzNafyAuQS9YGEMjlMetrj9/vu91ho0wPkU52MbVxiCSKdh\r\nC2Q4nxkCPFZwOLSIyOaWQyuPaSo2/Z93V5yGnunt+D/nWTqeervcs7cOB1j2\r\nn/g9SuUwl+xQtkgCFGvlz593ErXGe0hUxcg=\r\n=aS+Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"0d8b8c4f8c8c56eb8ac74148a006fd4cfb19f74b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.14","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.3.0_1666014343971_0.8347027161737957","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"openapi-to-postmanv2","version":"4.4.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.4.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"4ee88c1d4a455e891864eb71002bda785e5e13a4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.4.0.tgz","fileCount":44,"integrity":"sha512-831kuEAwrNfia+6NuSUm4tdGVo8yJ100x+Ka5Svaz+tDCxE1wtpcHoHxVPFJIQciG2OZ1ntDcjG3iTBqxh1jyw==","signatures":[{"sig":"MEUCIQCMOwZ2X1ZCWyRTOT5dxu22zV1WvBwZlC50yDmVyg6u2AIgWATeG2JTg8hYI6gcVm+c47B8FMaL0i68LHVMR3t6v0w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1472074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhfX1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHOA//YH+YA2M8dYsDV7r8LIgfR3Qb8/Na51CmbYUi0Heij6jtAxc6\r\nc1L98i3rRl6YfzXIOCgopU9m0DDAEDZiCYAeNl9xENV0Gz9WGArKDWfxplCt\r\nkWNnNbmJAox71SplcNJZP+eImUbZgcvaccztZY1p0DNlSNTi7WytOeCX20Rc\r\nho7x0li122JXQdgk1dAZUKwkepZnrghb5oZ8tIp5Go9Sxgekbfj5KihDMUva\r\nTKf1HARN/5qJ6vRQK9J3S7CTX+TGCs4y0/wC4t7kB/I8MVRpPrDkrccyrRNi\r\nGA+KYyj51Om6HagHYH6U6hSIe9Ga16nVzmVUQXI96dw0h4X8TReM8RpOy5Pl\r\neEtgld5CEptWN5l2ieAV7TWmSIP77l/+qi7kSlZ7XDyyS1NBPnvR8l+Zux89\r\nTM2iVgyMd9J1c9WDvpbPVawSUtIQJiu92cOatxQ+3RJs76cRTpCFDfjnq4+v\r\nZp8XgcY+sk9f6vF+Vl95YpLgmY1x8XEe2KCac+KzCY7HPamzPn3wERdKEFcB\r\n9gnjkRYKm48TZYExLXXQ+EmLPFUB2xublTybic6q7iub7VHvYvg59Dwc0J6I\r\n7z2WNj9jqW4grjs5K1lVtSBc7zaZqQ49D4623fhXrg2qdo4m4saeVewUoXHA\r\n61mwDsj4YDIRZ4iJvG2IYw+ThsNIu0e2qpk=\r\n=AQ5j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f2525b4ac92802ebeab01338d55709788ea735be","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.4.0_1669723636895_0.24918359743391494","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"openapi-to-postmanv2","version":"4.4.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.4.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"0e1e9340beca35fd1f1be9561bcfaf198de7d280","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.4.1.tgz","fileCount":44,"integrity":"sha512-d61QkXtH0qPJbZL153aaHlILFoUbSn1Qb4dmJrbV3hG4k/A4m5nrkaGJH2jF9wp2eZpT54+mfWngKSRrE+gplw==","signatures":[{"sig":"MEUCICUR1kofxHPeqG2YQ+a1Q91tVvrLFhecPY/agNsMMu3GAiEA6A3D2x8aemsmQ/Dm+Px3u2aLmguY6Z8UfyeL6QffWBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1472074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiLGMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrn4Q/9ENpkb6wYhqGHlJWnzBhqH+cPH0AfkZf1+y6HsFW/e8oX+UK2\r\n0gQU8EdF9Ma62c5RDNlHeWIsKVymhldP9M5W76yJreqoU2Ji8O/SiXfSeC2q\r\nac6992uxQkKURie7b2cuXSkf0Q2KwfN3KNou7dlxBHIYYPqL7pF5zeWdyMeI\r\nExyfo50pHTpD9Ze9BgxNYCBqT0Mju4rlwrBEIXmRq/Y3JEL8HFPEjWurn1Zq\r\nD+tBV2bHbHUTTGY7n8FGmxcBPrjD2XEMD/8L3KJR+oaDvdplBVIOKSLk+ppP\r\nuWoWdxaBccRjs7HLpkX/bJdbSZOk/1u9dj/AeUFVOtVayVEzb8Rt83uT8oXe\r\ndK6/kh9Vt3fn4HS9PB8w3fWpow4xgZ8SUZZoMcDJ7rinOmaZAEw6beR9kPj0\r\ndIfnLxFC3wyAIsAX4BMWK6wcts76RSNCnHXyemm5ffMDBlHxfl7wyyKTeBWw\r\nVCVpSNP0gZwZZka5HFCsQVKmNX1maPlVMUp9QMu0RpRRt/zka0p5MK1skhBD\r\nKG0PrTBoSFy70ua6yLHiRD0erPOsd57K3r2DNH8q/2lPiZaEq8u6CpxK1W1G\r\nBaGriP8iT5PIfSDmgOTrIh0AvEQW+ez5dRdvJ1PHIrZWOc9QcPQdeghBEFH8\r\neEwwgr26NWiMMJIRPN0trKC3njFrfwsIvm8=\r\n=5N2/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"a2e2d0eb542ec94be2578a67818830874c592f6a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.4.1_1669902731917_0.43980855239991423","host":"s3://npm-registry-packages"}},"4.4.2":{"name":"openapi-to-postmanv2","version":"4.4.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.4.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"7a7d3ba11dd3370121eeb38a6f84ff71dc5c0770","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.4.2.tgz","fileCount":44,"integrity":"sha512-Xv6ThCAy1bawkBvPHWjSSXf5VVIIa0tmu+fHyexBvhIufhjGszRzgXs2dQky798vIkvFtnKuzsq20QQqB1nBMQ==","signatures":[{"sig":"MEUCIQDVXTogIdcMJl2rferYo0W+ZKNABesUaQGBRyOczpdgjQIgE7+XJdb5TWZBkR1b/F8fWK3QYYoBMX0OwyzSqH9391Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1472070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkPA6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBag//USINZBXBMqIzR+ZqLVCCkA8x75e0EZIK7QxSmWdcrbhbSSyi\r\nZ/MmbkuBxg150go1q22jtscobfXbNYH3ohe1fcLZTxU2mhxxC29oEJjOKjqH\r\nnc+ANXgmss72djHM5DpEwGOVXS9xy+UozrH2J8ImKpm6ZeMKmHm3cTqTdyTV\r\nQRFW8j9NJGnzNXI/TOWTHd/ifvmyJh88nmZIlVoKsP+j4+n1V5qRF19Z7FRe\r\nFwSnJXW/k2pYi923QWFLLVIb0WTHBuHPbcKEGhasrH1AlJKsuteVBAn4gWN8\r\nPrXwP2C5Nypzp3bb5v5+N2m6rm6T/u2wf1TW4Am963TUlSi4dbZHoBWqqKJF\r\n/6OePaEUKcNuCAEMela2UNYm/1rPOhw/jOdkjZgWnyRjO7KlDMWIe/8uBooY\r\nRbXZa70GxV24NjiY+Ffo06j6mJ259vDTOYJt37WFoUMhSLdHoEROTh3oxrpY\r\n7ujaQQF6xArvTWkhYNCm9znlk+Mu8KGy1XVjmjbIrncyeHjCDdTz8RzOvVON\r\npl8nm+sF7XUVXiIt4haqXespRgVMQo/MDc0n0vWUhD00iZjatet1BuvIg39d\r\nfTvoCWkgpSej/mC1LCWAWcvcBEPNCcmy9IWsMuFOifH5R2J8V+1f7GieWhvs\r\n0mRYARLmZONGnVC9PXf/vhXhUcQPcU7FGwc=\r\n=b71R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"4cf7b1118c693943b61e9208bde72edfb6478ede","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.12","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"10.24.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.4","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.4.2_1670443066119_0.7109947233487555","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"openapi-to-postmanv2","version":"4.5.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.5.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"8f0a474af22fa240e89d5ca99de0145f87bfb441","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.5.0.tgz","fileCount":43,"integrity":"sha512-IrgTgcL+Knpb2A7qr4uDZF61ZsNJh/EfBGNVDwBoZvDDiobRWiD/xp1Xfv1nEamGV/j/CZlOzgCa13g13454tg==","signatures":[{"sig":"MEUCIBLtYawtXjtyHQsM+2nsQosdLIMfl92xjRRq07CVQC7+AiEAoDN0Vl07o4zPd3bL6Qzu19oIbfcMaKmv6EEnqAzNkyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpaO8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr68g//UX6j+/tUkDJDQiho0NA2Ds7bA27GUFcIFGZtzKO24Hcw3p2K\r\nHg87u2lbdXXWNEx3tWOfyEDcBPGl4Yxa0+W7Xz8YFJ7oclEtxTkbx+Z3J7vt\r\nb1m9RGpsdM+KOLPinbixi3bLECXUBZN2JgtVeuW7aCKwP99WSrccgHgkpm+A\r\nVIp+JrRbhGSNC/4slSsOHzefpMGgk6ancc1V91OVPDrNAqBL72WavkutS8L1\r\ncVaKPxfWgEl8VAp2uhHPY38kL0h8O50V2YkS2LD7qT5O7Vx9tlpYontg8csw\r\nFkq/8pcfo6GW2IlfHo2NTLg3RI0jUp7PaGKLYaL5FR8HqZwbUStekxVli3uk\r\n2c4bhxir0RdK11miSJCPhLklK732iFhy86Wwq8db4q1sXsWOQh9d6mOUwugo\r\nfjV9Bz0EEiBxzqThYmnDcpXQE1bNba/232QKP2KqmzfcVkPM9Uh92HAdvmrg\r\nhMjBjVLTFFEg3fuFhz+AWDACaty1yxIo2KeF//iUCnZq9RyN2019XX7+jija\r\nZqKFcOX+5/fwd1fkh4P/hfjeyjYnXTViniMzUgPY+xB4pbqtnF55IHcJxkvU\r\nC8CZ9nyk7njr1nZDEUxLSKq8dTKZQaxD2lRuyXLU2FR8S103jbdaJ983aoJe\r\nyG19qpIA2OaBFN14d+43Q3I1mNNkvCSaauM=\r\n=yiQA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"a23040fa0bb403fbc8ddc3438eaad543e6633dea","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.5.0_1671799740432_0.8750388260890147","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"openapi-to-postmanv2","version":"4.6.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.6.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"7a726a7c599feaa0cf17a9d97352942491d05529","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.6.0.tgz","fileCount":43,"integrity":"sha512-ctF32+bZAMqFgnjkgzH+UuhHR9EnBccqeyEutzV7g08F+n9tpWx8EbEmOMXHyk/8L+L2oM4e3PACHf00l3FDGA==","signatures":[{"sig":"MEUCID4yMS/Zs5U0c2Sadu2rktfHwY3Y3plyHNmMDyVuHzxRAiEA7vuP8P0sqBjAuGmIYLVhZ7akB4pdWhtVx5QFqrEjUSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1477500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrt6pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotZxAAoz/iUMVIdqTZ06/ghs0Lk4FU7c2FKP9TpUVHG3Yl0LWMQGYu\r\npsGuR0eKoBi/kM4ZP/VWuHD+jytMxvgHo0c9iMib7itesgusGb6JgJTSiZJd\r\nWHSgy8cButc3GnV19wiO+80PrtcueV44MKIyjwKyOmLxP21Psv5rVTciGABc\r\nFyCLJ5HvbHbNEDiKUVldQBecxvkI4u7jqr4+7fj8jQJFaok33W7cR+wY2T0j\r\nqP5y2bzsmxdtbPC7yN7c82S+r8qcPf9RxL1xpLyzzO40W0yYNZ2tMYd+aOue\r\n/9+Bgdvpg7TVPdkF6jIYxXtR75XVZIv0zHjOojsrdUBJE6/lKNeSmxDomD0A\r\n6Gj0Q6VGtu6zUTlfmwlXpKKw8zPkxSzftjGpNgzEgLJgxmdKAyZroyHh3yVT\r\nrRhO4mk8anvAeEddcRxN7UksQQhO921cLieyumPDirBjzthrEjqSJsmol2aa\r\nZT2FH21x2Bi331J/OEXZLUS3iNDRT8uppsGIhE1QKYPCjiL4limeR+8h3Wzk\r\n7YpKAoUmzLjoh6cwj3Ph138MitRqjDB7veYvU+pL0OSD4bWL/9tY1vqRKDHg\r\nzeU4gxIB2Klqkom+Hx4u0YZccqvkYiVi5152InfR1QoOD3tfjtGbN671urlk\r\nvXXhvLln8a+i4KEMTHJol/uJV31R4c2DnVA=\r\n=uxSD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"ed0b8f8ce044fda97b4f7bb89f35b4db8044864c","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.6.0_1672404649723_0.08567234177873351","host":"s3://npm-registry-packages"}},"4.6.0-beta.1":{"name":"openapi-to-postmanv2","version":"4.6.0-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.6.0-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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a75353990caf1601a65f2f70056051b28d693875","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.6.0-beta.1.tgz","fileCount":43,"integrity":"sha512-1WKV+ZQJ0J8Llj94H/maxtNSPkVCMYq6wcBve1WQy9+3fZPKhN/8OLTNHVAJUYf/VrK87ThB+ACaKAEuS+IYMA==","signatures":[{"sig":"MEUCIQCaIKs+jS4UTPeKQLtB+Xekz0oD7HJbzKLQdKi4wfiqEwIgaofYK5f3PhsiJ1Yj9tADeQetd7+acIH78kS3S/29Seg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1478461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjt7yPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmosbw//V9erywmFWt29tizT/4hOvp1b4Iv3CZuORJZPZiIl1zgD2+Fb\r\nPKVBKl3NMGP3SvQUJbWd41VfgNf0BPXKhULe8mAfmVg8rLi8m+I2zIafcfs/\r\n+1lsOw/XbEAcAMQt9FhesZ0jrEbQWl5Bi979vmj6FwJjk8gMlZZQHgovB81S\r\nY5y+U6216g5m+BnVb6q15G4hIPN5nSF5Jh07d/Hyo0HVjnAilsvP9E8AYCyC\r\n6RVw+eFhpW9BP5rp/mWtrL5aK4ipNwu9NrBjALSP2gQPxzVenmVkrN8Z4/K9\r\nj1JU35uo+Ifh9y1CLDE2syFmFS0xsboN4xhO+FuAE2WqxHm7fdViDfcmzuTi\r\n054l1GYNq08A55OvyECy83TjRFJUx0mFKpBCGkCsYQ7rHSl8IoOu42VHsUT1\r\nt1flMb2a4Fj9+KfRGf6fYBWWLpD3sQIndA/abqvuEswc5o+s0Mk/5JoXSXg9\r\nYj1ZORSJalR9ZrTwYbhsZcF5VCyJ4EP1YrWlIzWk+dnj1TM4GjQNjxtHRxo/\r\nganEfuxfibS2yVnZuM11O0Fr1EB+UPn7ikOT05SkgO82J1AlEGAjNlaoxXqR\r\nNCo7abtaEJj+llC8WZcKD8wq2v3v46QJSnHDQjuC13EJDFyisQnpob8EVUdY\r\nyFXvdeb5IdXSLi6scGqZmzx/edHlFQnSYCU=\r\n=qxED\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"0182ca5dc4fb6a4ca6ae48132b67f5215cbc2d3f","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.6.0-beta.1_1672985742949_0.2695575830476664","host":"s3://npm-registry-packages"}},"4.7.0-beta.0":{"name":"openapi-to-postmanv2","version":"4.7.0-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.7.0-beta.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"84dc16e54d8e27baf3936a95d7bc93f619b7e504","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.7.0-beta.0.tgz","fileCount":48,"integrity":"sha512-X7mBR8U8plzgogBGh+fSVqIBPoRXJSWG0JmFm6YmJ3KUh+/7DdiAui1x9K7h/GsCeLi8bYQrZo+lwjbT2ZNFJA==","signatures":[{"sig":"MEUCIQDoyOLZEQf+PHlhZpaDrn+JpPJB7dmtCxymsaCVeBMm7wIgcTGluvepe7wF/vQoo4YY5oWG1ibj6YtbaYbWHX7FUjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1619712,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwKKTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeXw//dBlkpGL6JzgtjHm7eg43aDN+yIgiiTh++lIwqwKYt5GTWbeB\r\nhzlMikWxbjm8803spYgizeevg1UqhoIaxj2DhESpTGu6yEZO9mwV+7Jv32Hm\r\nzIrgBfj5Moe4PDMB5H7d66BGxM1BhdOPpRDUldnBMNV2NcxiquM6ItDhIjbk\r\nRV3bqHdta/CspTvR3bfSETExf+qW8aaxP7gWR68kXUEcPg9c6ztRZekR/cnz\r\n74/iO6mTw+++oDO+p1jraBgOZ9FqHwNl/XBJG9vuawxT7ESdlTkMLft3zli6\r\nRVFX8+KhhjEtxAT6pqOyhkiYEr41NXdr8tb2HFuNAujmAocIU7jFA32cQ6+U\r\n/jZbOfXgEj6hAKLo0vKEc7ZTbixfw2a/O+P+wD4B8NkBzeoKG6ii7Lc41V+O\r\n6PsWA5B01LEpdDF4q/3JmClPEE1UQzOK12ywoOyCcQWA0UeQZK9hICu23or+\r\n3qLpXKcjM2ILdCdeV1u3KilPO0VhbCTnklloIQDHL05qK/U4RGDnw4YY/yNf\r\ndVP5sYIkUwV+Wiimi52SUg+t5mV0SGbmMhy7UptnBACcOeJCrrb10QQx25ji\r\nWly0f7ry362t0We506kWOKdhKYZKz6YSI3eF1cn10bEThKnBO9WwEsHMtMty\r\nL8bLjDx54dGEVLW9lAXOSKMRmWi7RSD8ClM=\r\n=9Y6D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"fc99dc9d8fb5a1dd520c3cb71c25755d14491937","scripts":{"test":"./scripts/test.sh","start":"node server.js","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.11","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.20.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.7.0-beta.0_1673568915101_0.18099684109902614","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"openapi-to-postmanv2","version":"4.7.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.7.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"6b6af4e638826981a9c5030ebbb289a0922b9f19","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.7.0.tgz","fileCount":43,"integrity":"sha512-5qtayeStabeFlvl26W2rc7BVyyMXrAl3FHvRVUs/mtw+apX446DxbhlsJswSyml2UIQTP8onc5e5pgOMl61Lrg==","signatures":[{"sig":"MEQCIFRLAssTSZrvhcGTwmsf9YroKZXDV3QJ8LCcZFamj6WoAiAOmEPxGbgL4ihFW90AARNTu1pkHDtNSF9HGpw5o02zZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1480065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxVFmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrD9Q/+OCEN0+qKYRUz4fZObJWHlP0SWS/0S6nM/BtmFk6Fc4djNvBQ\r\nyAr0B6YJtqoEeig5jSFoDUVHWqoewOTgn/KUomTaqk3ZIvQDfyP6QgqNewon\r\na41r140iKTFQStiCZi1DhUvp/Fk0e9gZsPyvJBr+gD/UCotbvuWEqpPWocJF\r\ndqDlUqGSaOt+s3kuES//hT1aP/QT5HXdWmzkpx1Yv1SptPBleL/3jZNqiQS1\r\nmJ9flgqrGkHa/zykLMtXCaULX7ucDQ03Q2Q0yUGwszt7Wj0p+XVfMWbN7U62\r\nvZUroSuBlLkgoP0+jBJ9KvHUQUFkzyZAHtiuAtR0M/3dDH80yU6y6Lt1EKs3\r\nZ4C2MYTpshafT2SUX0UK8bugv6DSEDMdY8/2NPLGcpKIN36egQzfU0sqwQ5i\r\nHqUePU0/iw3CulFOphoZ8Np8AjGp0oGXcvxCMvRaUmHPW5DPRxSB/bynaKXR\r\nkg1eANjYnXSkKopilir9kc3rTTjNC0EY1xO6rRlwDcqjZnBCrO6wWNqWbpo1\r\nz98Mi9PDSjNWs0+oh2B/G9BROQnpfefrwJptENDkYPWVGEhC7nT+5bhj/GQu\r\n9/3Xk8Xw4V3oluJ2k3xpI9/Y3MXAoSRgMlXiIUlHLuolfn/vfT2fDhmvJxId\r\nB/+Wwd2AZ/m2KNhJIMDM/c52Kb6RRWajoJk=\r\n=eYbx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"b9eeb64b6e428bf3c40df4c170ac9753c4db4cb2","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.7.0_1673875814041_0.6465508388024797","host":"s3://npm-registry-packages"}},"4.7.1":{"name":"openapi-to-postmanv2","version":"4.7.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.7.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1719d4a038c1f0885c6fc246c7b85db6882a0b68","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.7.1.tgz","fileCount":43,"integrity":"sha512-Rnp7alYtt74Bs7407o4OGj6kzpT3kByFPhLD9lzsVr6mPCwsHyQ/iVaSa3STpo1esYA3VIOjF0oQVPxON/nWVg==","signatures":[{"sig":"MEQCIH5U1f1ikpAH7Rz7CafGUmNLQNpSsP+ynkYidOQJWnXZAiAGrl4g4RswYjFc5BMRN9YlHR3jhO/RVR/vRHDRdf03Ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1480063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxqiXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaRQ/+NGnPbTleUy0coyXYDU4JDyv80ZMoYSP0bpj09JDVs4Qve+sV\r\nY2dil6i4tNHTiZYJqfPsDCmZbmInXZcc7J0L+MBf/EWFCm6ywu85rFRChNHz\r\nPIYn0hHyzkrdSiKAqsSf2G3ndZkw1YnY23F74KiH7jwyRttkmV5VEmgtFBP8\r\nfgKwtoDii/vi5WkBdZeMn1QdiovZ28vec6GZbaguxx6P8ve71Y714AyzxyLC\r\naq4SntkBNDZBId9MHUwSE30lBqrYu0wE4OQoWmCM43N8RcR6IBfXX6eV7d05\r\nAF8XpCu3r9VGUagBp0+NKQvw8MImhuIE2TCFGDugsIrdoRi94nG2Y9zcRAfF\r\nOKRxq74FlffntFWN8kP2OSy+4GKhKO+jK9yY9nAx8SCzFKA/Njjf8q4yddIZ\r\nVLzrVvgbxtanZHevuRwyDewXNmjJk/dy9KzunxE3Mrk9tWloBvqJV8J/uNRx\r\nXS05YkzMP1psx8BW3sCDY7y0at+TqHQ9onXeCg/8xI8yVPxLyMFJg6DeQGwl\r\nFoScMRMIsLtxgRW5TOQcVhBDUC5wNhKfi3YwcgHUBWahb50SRpyxwLgieQ5d\r\nzqo9gi5sTyjxRumo4SFKO7QWmaJTrWAl1V9qI4Jlawq/Q6UX0wcyX5RlHbxo\r\nTt4Naj1DeCUqDT+k9L/33wb8W+HiZAbIsAU=\r\n=TPsW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f4c26fe74f61c383de3d481d840541fa937705a3","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.7.1_1673963671512_0.2698043130905603","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"openapi-to-postmanv2","version":"4.8.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.8.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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f043ef7434f60292a14cb52ede55ab2fee3aa4b2","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.8.0.tgz","fileCount":43,"integrity":"sha512-bV4vZgu3bT/YDV810C1F7ZOK8GsRIkGmxeov8n5Mc2iz/ISX2hm+ClQhMhWm6FBEa7/eUXGAnHOaObwOOBthhQ==","signatures":[{"sig":"MEQCIAOTK46WeYzu5LhzWQmznuV+qa56ZctBS3abQEGZXColAiAwwlpT9vvWBAfZCXRzD6fwm493Nzf2ggu7AH26Cxxl7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1480379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz5svACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSKQ/+PA1I/+kSZgmALVF43/r35OMMiwwH4q/JuTKI4Sc/3+5QkWtM\r\n0ibvAhdyxQCKdGnC/OJsxuywPAN5w4yQSASiK9OdOfrFVtIxh4jlJgPGoPHM\r\nssBhx5cf9kpdpmiVCbvEnWlBQ7AnbObA4WQtUY+bgO7utNYbgBdVg+HCBLP+\r\nqz9mqgk7ZODkqlP+jWeGXx/GCGKuGPux5lR04wvbwTqhgOyFZSD2gx15Bv4r\r\nekz13f4pbPJdrXAqQPBrbMXe/SXHHBZhT0zQEv692A+/7PyuhP2mlseaG1Hd\r\nAJiFXpg90cu9RxOitX6OPtaK3lZh8L/Lb/m+xsDxP4x1y9t18824kbM6/brD\r\nzM3Ijnpd/+knaUes4X9nNHKbvIEv9J/Hqqo4GVMsRFJh5Wre9+bJpjqKpjn0\r\ngAVXp7bx1ZlpwO4azUg2rKF5xa+ZNLivXQjWTMk2umA4GllgH7lCUhZwMnQj\r\ndtulXmVHwhLh6CtRTU27FvRe6Ly3ftuYre42Dbk036irfgaDWRUP8tKvU4cq\r\n44vefMwSKANl7EKq6BCQwnfydnF2V7AWxpgRFjlXOZOZrzj2q/Gnnkbjj0mK\r\nHPcMg91OpZw9kDFL0QNhbi1dQF7uLEUDYGoLsadthrsToUH2c4rknS14CLee\r\nJ+LFoezDgJx2m44q5ILdhbYdW9BDAWTJmxQ=\r\n=siMw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"d4efdd8fe7727135c1aa08f00ca0b0d2d83ff655","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.3.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.13.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.8.0_1674550062960_0.3855419044435051","host":"s3://npm-registry-packages"}},"4.8.1-beta.1":{"name":"openapi-to-postmanv2","version":"4.8.1-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.8.1-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":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"deb82e365faabcd9fe50ae857a2d8aab3297fc8d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.8.1-beta.1.tgz","fileCount":43,"integrity":"sha512-XhUMMwglXIv7Ukdy90cjWtJT4eyysFMIU1qyFXEt8k1sVVYbhG/ZWZQ5szXiCn+UIv+HnJm7zyGpnAKcpi/yDA==","signatures":[{"sig":"MEUCIQCmNB2rpfXxXB+GvEPLFpLzaUTFo0btf8TJnM52i+G0BAIgd59VgwIBZjrk7FpBVNa4tE6H11N29M71xwDMOf03TLM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1481563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj11leACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3Pw//bPH59oKuF51O0EZGLUZeHGUTfWRtHMZOv2R+JoPOvls3cGiw\r\nX1NYQ+EMictSiTqRqzWu7lBZWJxfvsVpBUZzZoxAPvyA8ADQ4uUMyku181FV\r\nYZrz3u+dD7c7niBUgD1ub9E/pHY/NaZOAuLj1jDfP+IySDeFomsN2wNmTfPZ\r\n5Wyi1OvGVkHJOgRxo63izIW0se2AEldBPbJw+Tnu+pSPki/6GMPOZMWfLKWu\r\n57J/sFkDjJOZFFQR5v/E0ZaHnqN3C9FjBBNBm6NUQ9cmsX4e9/f6rdrcakG4\r\n+utp+aEYABHifgzgI6FJAWxgt5oIlWOuNofRtYin0SlfjJJA32FwhkNWLCiK\r\n1OQwADD6VJP/Q2kZf7kHVk6Ul8/4/KzsbExBKgL2mHPODIf4I3A6xv8qEJDw\r\nFqUI7JrNIZ8mBw7STQUPr0SeSNFX4Aoxd1EjJLjEn+lmKH240eXaQuegOlby\r\nbi80gm6Q3hfKpNNGH3D+EhydKppaiD+4EwTIsOFGC9dwylWEazuuoRpx5ks7\r\nlncZ+tvFVknu99xHzn6Vrex+2QBkgKgkfO0kbFbVc0bfmroBF/HlokmarsnS\r\nBy8IJFxDtez6Rui0HLVP50pKr8ITUt8rNWIUknHsGYpCM1rRF0zg5VuSSMpG\r\n8+WyOwEEzZ6PrnulCGRYvyr1kh6g2zCs/NA=\r\n=FI49\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"57c1e78cf6b7302d49d29caef42f1350fd5ccefc","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.8.1-beta.1_1675057501726_0.4481576777890579","host":"s3://npm-registry-packages"}},"4.9.0":{"name":"openapi-to-postmanv2","version":"4.9.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"58d78f581da6cc8604e699eb042904cbf8e39572","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0.tgz","fileCount":43,"integrity":"sha512-ObkkNMJryK8RsvLMmOGFViACQcvxxgmP0CNIdBHY9AX3AdtQeYDEeNTedoCO/ayWLl5Kdli65+Dhm4Nx87sBEw==","signatures":[{"sig":"MEUCIQDDW4Q73cjarxCGe9US4VeF1k2C5fIFz6RxYOmZMo3gQQIgJ2I25XG1yu/XLaCBuXNjDgmYbdaYjWDqL2ZkwVUuFMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1481081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4IunACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbJhAAjbcwmO153m3KAjCJ8vJJXW5kKu85XXpvA6qrKoHm/k14BUcP\r\nPZvqQm2HoAKhz1Et7ewwyI2c5aIx+YO8DxxQXGKuGVeQjy/10923BQ3N6D4q\r\nYpCnBBmRcvvaqJPpLhieTv9gKXJqGS28K7KiknTWUV8YC28ohHvmFyZDF0UL\r\nmUc7Le/TUYpSSVS9iaXU6E0dLuj1vWVDnmN7eyrCSPfqBGFLIw2FAbx3rNMl\r\nb1HjpZCdHQS66Qvc84AAveIOqoZ+SPcGRuEY/2jv0I/bMYf6eeoeeZ5J7+hM\r\nXhehRG9KerO4G58cu0uA6RpiSvHZNAFO5jYvB0oYk9b21gdJUth/qu5fIszL\r\nETtGAsrSYeB9zVHMY+i7DHylRZYObsguPm5W6iLky3tmR38EMNbKQdULcr6j\r\n9aYI+KrzFO5LvUHjfGPAkp/Dyv3AxuWVEfAJK+BZPWZXM31dHIRi5HTZQ2BK\r\neMZnq7UNGdTxXRAQY5qIBCdbNPD05aw+Zo4EyTtqLyxcCOqFcwnptCuV9j2u\r\nIR58sxbE9/tUZM+q/rN1DP1r57wtI/AqLBTJnZVq4F+LZwBAIupsoH+SuSk1\r\ns8mbMKG1Mf5hCnxCSRi9ahQ5+X9Zc/pZafiEEueCrDM1ZSRuVO3cif7EufEW\r\n1OWVmS/ol8lIC0ODAlvKYMj9ddx9czPZZHI=\r\n=+2Ug\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"aef587139c10810afeb2bb6188fdbb08224d2b49","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0_1675660199252_0.6857805090223681","host":"s3://npm-registry-packages"}},"4.9.0-beta.1":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"af84e265c709d2c24563840de29496fffb033847","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.1.tgz","fileCount":53,"integrity":"sha512-wSXOdTwbM/XtM6PEAVwko050TebBF5Ou9mNuk3gMAmyxeu7CO23l43RIq+0M0urWj/lt97ltaZdAzpDgsASooA==","signatures":[{"sig":"MEUCIHF6apz9T21WNfBcf+0vGrz7U5qjO2O/NuECJtkmDkZUAiEA8+2f2FSuRX1KTUG4CVNNjiH+0E1EpuaQY58kT8GVosE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8x9cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOsg//VB2byx+bR4mr4wanB88Qx7FYcB0pdtXpMqKA0uSLt1VZFya9\r\nuhWAp/jGANmgnhaT2JZuX0xMZR4IBKcrh0TLMNOEB+9bZDNIRGzPGF9eRwIM\r\nX8Vp8N3AkvDQwvQRGHh2j4DiXqQ9BzOOtW4BeAs8gXoWpGviK+ApL8Ei2nNS\r\nJ/s98HEAlR64HvxNM3Lunqj6VbyaqKXpZ1kneuMu+ryL2TlP98azG94t7MIE\r\nnGy1VB9E6ypk8OFE6KTbOrgBLPv/mkJkVg7NMMRFJHx+zVjtoekY9jjYwZ9W\r\nFsHgOT32SRf8RjpMDnGmj1H6E6ia46QiY8JXlvVbMRKCdcXMQwa7E+AdDq5R\r\nDexqTr51c1IOFnZiG292srVHjNNrH+p3ftJWg/erCRfbcRLTpTwUCuk08Ha4\r\nJH2tPh3ZWTN63LURS4fcE1MEC0wEnA7qX/rrDit1wXAMlgDtBETpEh9UsPaV\r\navZ7Gyp8rp0rpc4YpIFlPxT6F3QHK9ud3OgTSBbVnx0yWmBz0yfH1fNuAiBU\r\nIUHXsOmWNd2agij8RqTA2PJ+odMw0XbAV70Vmp/eTzeWwUmUTEBDhqpn4FXB\r\n0FyVBzh7AuLMfYk4GR8cMX77/N7p5xjij+xKjvRTkL76HZGL0gzCYC50YRXM\r\nFETpavKwNVC35f5kJnBGj4INZ1g5tNlSGO4=\r\n=EDn6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"193ca5c4ef5732df0c9d14013c98aa66e90ae431","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.1_1676877660411_0.979576360734939","host":"s3://npm-registry-packages"}},"4.9.0-beta.2":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"86ed23374c3541dbce8b1ca63ff41c5232b3b64f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.2.tgz","fileCount":53,"integrity":"sha512-quOOCvY4KW9+zMDTsF0Tt53kD/g5W8jVv9ve80JxKnmF+rVz8zyhg9JQ3oVGZvluD2Yq5vLqXlcqHABIbTAejw==","signatures":[{"sig":"MEYCIQDk7eHQzkmwDnL8nF3vX2BLiFCZgao2xLYt+0Gd5WYN3wIhAKy7dDDmGTwt962wQ2FCSVo7uhWZ8JunyTIDH86iRcFF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj80iBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeHg//dZvqmAJUUkaHetTCludiBnOb62C3mNxiVkg0J5shwCZEH4OQ\r\namcWLs/yVV7DdMKLsuBxGp+eTSv1VdFNCz/bC6AWJMmO+Vr5oNqaA4Qlzqbj\r\neFuTjaTWX++T9oGAu1GhNMmIS8MKcsPEiFEqtM4DtFEA/RsYdsJYuFONrBlX\r\noF6caom7WMSXrOqGPrYGcqiM77vQtEWe97XI1qIu6CoqYdOc8sgNqqMre4Tw\r\nEdS+x44uB62UjfnU3V1ioCerljclVdh3/sSJqoSuPkgwSYsudIiBLBQCZ/2d\r\ny/tAdDpiEFWYNplWfTDzaP8IgDtaQYII97RID2JWOHzR2XUx0FvTEC0ipZIv\r\nIHpNbdsEMvRghkFl7iGlU0yyK7gRknxxeSlcCSgCnE7KumyeuTjDY/ENA02t\r\n5jRTGEjahqeWC3RY9CLJA35bj3qVjIxPzcIuOs1uczwnxC7x9XApF0slgMmb\r\n4tFvN8Rq3Nk5KpgPgFScw98qcbfOjExlaBCX+dnrvC6C0mePdMFHNJhIZp0b\r\nrbAtE0fELVHhiTYiEv+wMQzja5FPVUBBjPPwnqFxck7Zsy9Xdmpq/+UfTIjP\r\nrcWNg0j2rqmcFDvj0FOMh+DxXQNpv4SDHwI4jo1jiVsQ+DK8xLXsWnCDrF3w\r\nS5O8bczWIr5fbqxTC304KuQQgib6gIvNo6M=\r\n=veYW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"baaf1e64d6a1df842fbf0572cc6f7bb6027c42bf","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.2_1676888193280_0.9727030436780715","host":"s3://npm-registry-packages"}},"4.9.0-beta.3":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.3","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2bc82fee84b6587481e0eea9746d9887ab6d24cd","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.3.tgz","fileCount":53,"integrity":"sha512-BKAzRp0DeHt8E/k/flniajX+F2FGwX0+F8mg00omsBqty+3zcJAtyMuccmqDL4l/oM3ZD2Xsq15j+uOlfMI2EQ==","signatures":[{"sig":"MEQCIF00uGD56zppQBkcR9CAiPThehprlAi+uf9VpEDMShCMAiBiDeBoXW3VVhB2tEmlaoeFNmzsyhBOa+uEBX2s73osag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1678719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj81arACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpY/Q/9Hl402EyrUzH+W69TbcIwRO+29U3Tzsd6PwPgx/fFbbE8bbTJ\r\nyt374hMBi1lzT1Na8Iqz3LTrRcdCaVZ8jV+KUiTkg79RAIHnnz7HETn97fi0\r\nFiyW4zd9xAjPCxnU8s8eG3hUrAk2IF3Hc+0ZwM/Oq3ZpG4Wyw/3b1vKQegmX\r\n/IsMV57DldtNHy2llHWKcY58VUzjW7U0jGRrx+UfBxJDLxen2XdmOkUM4jyG\r\nJ5NGiT2gyMEf8SU8hnRHoG8GgySAPujFkB+3bLUkJj9MYfKKLF+jVB1JSSPx\r\nwF9iwkKz/TpjFjgqSQw/jqk+hXLSYqZkWR4sA+C5nsVOxpilFMF4pSFg+B6t\r\nd6ZBNiQUaPAK1ONsG0PeqEgq3mJTP/C2PVUmxCHzL1tX0Mbqp27hlvi9hEQt\r\nZ+e0GPa2z8bBnU/w6cLEMHmqawCNIKGQCFY2iYeVa3jHLD6J6PAVjUDozK8m\r\nx4MqBdbUD2Fq75nrPVXWkupwWyzPjQ65a46X7ZwyOb2qdR4pa8WcqFBiRoYr\r\nWG+Zwl/Xy9Po+EIAX2+re8fpY5p1O3Q2jDe0Wa0w5FpDKsvQCYnK7HPzxuGA\r\n/2+tdNk6ph110UDDyl0PIhgjg0iRQLwG+0L8vyIrpDfCvA0Q8Cu5oBW0WXRG\r\nxt+GCQjfxNPoKUro6VFbmoveLUmCZjMhqXg=\r\n=EpJD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"cbc9ffba227fd6467a839b042546c6a6215f99bc","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.3_1676891819014_0.599917041077697","host":"s3://npm-registry-packages"}},"4.9.0-beta.4":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.4","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5e786732dd4c1936adbd25b97b130f85498db6cd","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.4.tgz","fileCount":53,"integrity":"sha512-tj/wGMXe8gUJ1EqXdYLsrXlnl+8tPxlWO+lnRnEtFkVZdrwhogXVueHpInBUr9MSqbOwsSdzCNbRqR7kT7GZJQ==","signatures":[{"sig":"MEUCIB0VUs/Xs/QDls3A7WsCLApjy6fsAiNNqtcnJXz0H3FPAiEA7zjsIkpSP2dL/6kHHdCd0f/NQS/entrNzNWDpA/I5fk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj893nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmry1A//bjNqpirje0NAlWHdyUYW0QkQPGEMWzimSS9vcRD0asMkojOY\r\n3C5oZFS5QwhGN7p+nSuvPv95qPuVIrQ6CxVoLbILPf7kTR3dciqcaSUw1j+/\r\n3QVHpKSkVro+Jq8KuqoBuR88+eIgZkGk+e8Qgqt/nM9bXx2myJecgv4I+Oj7\r\nNDVEgcJCIOSoi2vNqGmqODwVfTK/pwk+6H3cxDJlT9NWGZ4QbgS/KW7n8Xjl\r\neQgqZA7FFpFY9yUThcDYyFkxAUByZt0nIZS6dHRZBNYyWbEYgFYAmf2fzG6z\r\npehqBj9QhLT/p2bWCU9EVwxnD75eoO3fuhNuP0e8pkwEnODFDg6plsLieNcP\r\nakEcTQa/gqXFtc6LRIeGbiiAOYe0OGsxGqUZe1tR4c/F7F5pm1Wh5WTFzn5u\r\nVEagdxj5NrUPipWyRUr2hNr9zMlDIGcvSPYuC8CQ52CzB6fRuSqhYmQq34WR\r\naFXznB4BmD+D7bQ/uI0RQxI7zmWD/C11vVe7B1BL8O8f/YUT1KGZDLj/FSA+\r\n5piaSCcRm8NOUQsVhK9Q0LssKmz7wocaclSwYSjEKM32mFF9B5c3jk6Y4kvl\r\nzTe3uX+kBD8v9ysc4sbG0a0mFd0+2hFvnLKWGzNB2K8OBr4mF2QBqJ//QgJ0\r\n327QpUgJbgurr+6liC9PFWbIQpfIcKMbKOY=\r\n=L742\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"41ce38318f4f42b975ead21d098e777aad41536c","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.4_1676926439415_0.26136750035879186","host":"s3://npm-registry-packages"}},"4.9.0-beta.5":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.5","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"b0ad1acb1b390e6b3eca52851a195410183294a4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.5.tgz","fileCount":53,"integrity":"sha512-nm7qHqzH/AMC+O7GZP5jYuf8x6sr7dr6i9tmQkc61wmHvPWmDd6x+ShDzEfFX122E6D3+frcy9DPkTmMxCJslA==","signatures":[{"sig":"MEYCIQC4vsCxvGKylbLewTUZQx2KFmLl/0S5U1sN2LVcJ0jIqwIhAN/W6jjNXaer3+QQG2KZMNLugEY2uh//snXE5laUxO7M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9Le5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/aQ/+IzygUCGXBsqKSOF2i8tXwQZ2bT9TPTvOG26qRDzRstQLPUPT\r\nnmgUtX7CIKAfmuAtzXcBe688hLbAFcj9KtvgDLhVzIU87UuLct8eP/V7vIsI\r\nM22Llj5RjIV/f0ZQbkYM6wFVXLmfwpMoyCYAyfh1PaXTRbqFKlrI0oMuG6t4\r\nm5ySrafvBi2p5p7zlIEYcD1xFZrk1hYVX+EXBkpPvjzEZs9z7I/sIx9dHuvR\r\n9IQRjmU5kQbj6bQKja832mk4+QbmSGpr4FiVHsoLf2ec5/peUJs4+r4Osj31\r\n91lV7NZNgtHFvchN24JY6It2kE4vPm1fVi5KaYHPTjmv88aQqzA54rNKnyKr\r\nQ3TzOLDgnL6exl2kgvNhToIALj+0hV87JNJryTEq1PQcyWixUoy37lKsAqa9\r\niUT/RX7AI1cE1b3W7BISiIhxux/Vhk5g8rnamX4vt1JAsgrr4R76+k/8wYwM\r\n0Y++TavrvZMpM+6LRxhYwzIBzYqKDsVz7cyI2umCJHEd0bHIOGv95zGkVMx3\r\n5J5IwCAlbN3mCbfgyFroSExrYTEaFH4gSdWcVqG6tYKMglrJcjILzhcjJo1y\r\nzsr4/zTA2lsIxlwdNxWzK2rezYALVe0mXdKh8mVtjr+YQ+eBsyZno8vYpiO2\r\n92joh802BX9giOIrOMb/XaxYBHYVaGfPEzM=\r\n=3WRN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"72c159bbc16e700c51ba495a292a042708940fa3","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.3.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.5_1676982201305_0.47505771735337077","host":"s3://npm-registry-packages"}},"4.9.0-beta.6":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.6","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.6","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"dbd34df29d8832a1ce57ddab97c6c8dce827ccd1","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.6.tgz","fileCount":53,"integrity":"sha512-wT33KblzenLoYEuNivUr1whWP0dJN/8TmaJzQHayneN11jScoF3S22AhUzbTQaKx3zafQ4KZnv1oI4VYJS+Kzw==","signatures":[{"sig":"MEQCHx8RbJQWp71TUKsr74XfjkmMitkQCLm0T4/mpWYuLNYCIQC9uLPqW4Ayo0GYpkZoTCwaeTjB+H2AHzENA58rx+yuRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9NPNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuexAAl118+P62sVgUNHbXZ4zCSn/MF/j8sn3dNuvF6rJV0bbD3EgR\r\nLDfltZLpV1X/GZYi1HTUnb4IMgaN1l8EjZ/2q1Rg1CYlfCB8ukfMjoUOHCib\r\nUn7iZczHC/vgfO59UxkoWFT3sXMvVE1J979pQr2gO7UxBFbpe4FOuKzhTNh2\r\njHvwKJIVt0LJgE1NTfrOSTbXtE/zdZPVp5isXO4YIME1/gWDPR5zANdegdCx\r\nvzJhYVdBQDTN/7WnA59qHoaAfbN0UfPTmbNU7Y2oaAR6SDvZXfaXIF30Nr9M\r\njjS16+OuiHBCbohO+TyvI2inpUfu3E/nqAfJGKfzPpHOqpnWYVU7jDdlbrUJ\r\nnq3nfNK9ULmwBCypbVm6ioAgOSDVmJlwYaFqnXCliIfUqCdTH99vV89RCAAA\r\n7CJ2rhUHZF54+z8k4yH5XZsCkepVZI+GRHx3Vh9S/LOqIgfWcSqZGyq3Xufj\r\n6jl61GKzdqKPC98/48XdUAPiloumCM0A/jByDhl7fh+UILbS8uyUyrJoh/iy\r\nQ097osu6vvsZagMTZ6Evl316E/d5Ozx7+S3X1b9/uFpuhOfudfWwE1DmCKsD\r\nzCtT6eIqRBX15dFMBBrvYIIrHl3DmoqaEm/9FfUMI7RzcX1IAlD+KrgtzPOo\r\nm2zEckewnLyd/OvPOZdHszQA1QgaYDVVJJ4=\r\n=WstE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"34b499b3cad2fcca283ac5e071f0369ea5f4bdb3","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.3.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.6_1676989389518_0.3414982925272261","host":"s3://npm-registry-packages"}},"4.9.0-beta.7":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.7","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.7","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ea7cccf2ed5357b492fe43fe30ac7670debd4ba1","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.7.tgz","fileCount":53,"integrity":"sha512-+N/0K5M93UYjn0BLF1y5rFyMXeEbCi9UYQMcUsS5hAVqFnDgCkQIHQk1UPZukqDexKaWrPlBn1wlSCflD/diEw==","signatures":[{"sig":"MEQCIF70AUtkGN/IXTFDFjpeupS3aLP3idTnEQjD70Dj8fUPAiBnwv+Ak2IIBxkbUpcKAxFdm/0ONS1a7lFOmxd0TBWB8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9YeoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqn9w//WcgvfW3QCH83+CcOKWSU8zyOQXgg8RyO0mk3k/weB35337wT\r\nlBqyq7Mr6JWQXy/PbGqOLwG29EMviiIqsnBPH2dIRuPOkKAfn4kIwXbSgDvs\r\nBq4ctnq46Jtn7yxTgNo5Hp9x8x1QANI49uLXMlhIhiUJjf9h7YZfMHFHGQLp\r\n60K2oADpdHmGHPnjrB9p47TP1zZNcbXI1GDWChVu7LDVpWrOnfztkrmFqrGb\r\nsjOUfCGqNzkWmboQVnb8qmtJNvrXupTn0A4FICxvxCb5a33B8m3rWLBMmh6T\r\nFS5OEq/IKV6Olse6li20LNDd0Y3r7agiJLGJvWVIW7Ld+6TPJb+monOy1aaR\r\nhE8TNVQkGv4E4JgGguqoJiesl8ycwUYBYpPILyL3NRktXbenyq8chqrTawRg\r\nfPO5Pbc7YrON0oWbA4S/+iJJhHLb16ecagJp/9Qs/rnLxXLvw2KiWwZ/zTt/\r\ni7XIAXZBJCB3csTGT1+zOEgXYFIpR6mOnsONEoUaP8reI415wyV/oykj172U\r\n/3YtMSm34AfrNYnsGGencH3ZUaVboTpFupa8Il9zW4njY3aBfVt/pVi3SkaE\r\nsXeAEFHaSK57Ji2++lHdKa6xQhFhrerIWYOsbkTr7BHDgabhbealAfF2eAOi\r\ngkgoHa4ODdmB6GY2Z7ZIRaUS5XGKsy27mOY=\r\n=GuL0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"d9bafeb7c0782592be8d161b1c8e5e2f4c340b9e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.3.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.7_1677035432509_0.06825461127567656","host":"s3://npm-registry-packages"}},"4.9.0-beta.8":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.8","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.8","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"26464929e2ecaa6de5fed9d67e94a288cbcbe715","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.8.tgz","fileCount":53,"integrity":"sha512-MNw8ypxIBxQKcX6lHobO3cP8bUpd2CFVrL4rGw4Z5ByGlmohVJ/rpo9J4AcLNGulxBeHWQ6+AI3iXh/fsOnB3w==","signatures":[{"sig":"MEUCIQD6rgH2W2Fe5/yhZ1cuFNhEQsXMA/NJNuXQKvRcpZTgWgIgQDpPR6B6YAy9xj7WVgBlxAk1QoHud4fmrofKrngJp88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9aAZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8RQ/+Ik7oSJmkx04zKRssg06RT6HwxzgJhBv6xFOY93FTzYHLBe7H\r\n37nwm6Msu9wXz/eAvEVX+LR/ZNOCX6k/qCrHZIV1k4YPkesKNxzuOz6Wg4OE\r\nEHpA5k0ruyyZsavG6OqzDMve2oF5MQKMCioB55ZAFlcjuOahMTxPNPQujyxE\r\nQK4NyILGjBlxtUu26CJoFpd3v5znbBvXf5ZpFM5X8H89GM240F+UjZx04MdJ\r\ngbFb8DTajiKcRFtJ28fz49Ux6XWLiAiwMJZKMkFzAD20hreFYsRaeMzpH5U5\r\nK+jcKrv55h0osFfG+diY7htVZOKGLN5tVWgAApsXBUSGSA0ApQJ7wQ8pLwR0\r\n6GadPCor8TGqib/HFfRY5VlUZREJcIaEypUAX8Mv1m0jNe6rkFnZCoP+a/ry\r\nedDd0JvtfE86DYrmnMtSzXMuU06cBeSA3IcblkWtsCUobWLBo3srmARAt7C4\r\nZNrbFEQEM9E0Nm4M1UMCc3SoxV/m2E/8iv6x795gy2shIKakMCFvzr5cPeAz\r\nbZddqrN4X8IBatmHY4D0Ltr/kdrlJyM+TolCDO+COpNWv0NOXzHW/F0unnJQ\r\nIUB9YFVSWEBisArwAoXCHAa+BMCHw+K+7M/Y9GZQ4/KEC88x79vFvFCje2+j\r\nqdmgtR8maLQ12Me/i45AjtHxvpZtXYIIXOo=\r\n=cenX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"275a3d09a30b47a3935fcfed5833ed5c24877893","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.3.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.8_1677041689612_0.7262747885306748","host":"s3://npm-registry-packages"}},"4.9.0-beta.9":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.9","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.9","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9cb4f56c2882f026e439e5fa3a37bb52bac908ae","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.9.tgz","fileCount":53,"integrity":"sha512-SzWn1vfM6fUfxwpf8HuJAQwD5KbBwUHPW0ZfpP0SCzSlrypgRME+IAhrIIL+m/d2a3l0vjzSzDXWs0G1QZDpDQ==","signatures":[{"sig":"MEUCIQC9Hv2JYjpUwOftcBuuw+igL0lH0jleKicdkMiIEVP6uAIgD3zT42nAlIK4Ukcryh4mqZ35gekOEG/bMH5EWidjzSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1686014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9hETACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9LQ/7BHk1OWhRGKoEjd3/dZ2crjjD3ANXdhQriayspaCAEmPf84Dh\r\nxjjQtQIASS6+R2Xz0T9LQfVZlsuSdSms7wf5+R2qRBWJxYn0Ko5yE8JmImCC\r\n0oYk/pY7a0/PRKXt7l63Slk0L+ufjjsoLShqT0OmQbTyzkHrqdNmyw4aKibA\r\n6GUiOpt7e+2JLEW3T145G6QTmwqQyd3ogHA4Dx9/Izb+oIdriuCTE8XnBqIa\r\nxOYgqqlNKvipZtf0VTR3RsRnvmOoPFzLvHaMZnY85f7n+epF8sSrq+qQyXHv\r\n22Zd0mq5Eec7dNhFXttp/7J5cD4tmiZeBSh6SzoxGypB7wjwVBhW0auAZGLd\r\nHQyHKSuZLKXafYh+BSPdTq2aae4ac0ba+fSNvu9NvlPr2AiiJcammonp2c8F\r\nqPPSqcbOAqonOn6q5/yKpowJRf/trHd+U9T8rG780ev+A8LAtdHnbw+GZmSU\r\nSBtiRz953Kc8iCJvQ9xQ2UE3WApap8BXznodx/m9X3VX73a71WbjZFsAwp03\r\nM4rhlB7C/ZS6mAfMBE0Zl5V4fCgJVkmICKTeWjGekqc7tq1cTG95QP5DnyBp\r\n0fouc7sya4jFoYtCYvoolPIcnBJSkWXil5G8kKcnGRxYS0f+Bx5FYoPPsScQ\r\nlzpe9CV/qES8wFdtELd7znSKbrTif+5s+XU=\r\n=1G5+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"a0aedae461a2cce6fad57652381ac04fea2b643f","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.3.1","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.1","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.9_1677070610891_0.5006369870101122","host":"s3://npm-registry-packages"}},"4.9.0-beta.10":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.10","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.10","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"e6fdc52a9a9d6e14e8af60dd10cfe32044fbb48d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.10.tgz","fileCount":53,"integrity":"sha512-dvGw41wfMb+3Ftg5yEE2kyN9p1Am5WfuE7XHTzY9t3nNS2PHb9U5c4P9DsUS0U+O4UE5CnipKVNctzj3FtjNcg==","signatures":[{"sig":"MEUCIH3401XZwQaIXXDPMd/I1jDoYC0w3VQGwCfLRz+UJtCMAiEAnWsaC971Xky1NibGbLaadxBJHixbpfLG5X/XIkMAtZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1686650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9wWNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDyQ//QHxtsAafQhFNQ6SeTsfkJ1Sy1150GguhH2eJlb+VnXfBCg4l\r\nd/5FE5vueGP+vWFqiWPH9kMo843w67tvyJDulu+uye8GANaKyUOOJQwFjBOE\r\n/Wls9KBISrD46ScDpDu4p/9jVxsS1ubkUDM7PvKSy/Vl18RMOgnmRNtwYatN\r\nu4vbC5NeZ105fBRwrzmMw8RSBOkMtAPx9SkCSDKr8gBQM+BmjHThZH41CPj9\r\nuNcxCmHNveueJKK1cPg0jXpLiAtwMG6tDgh9mzqxnnWAb+rOpfZ/H52zDJFt\r\nrG3t2SzY1srkw8ma+3xPEv14m3uDwVIr0X8xJFu5BeVFTjau5NPqJ18K9z6i\r\nN1iLL/lxYA9cSMb/8tSAy6JYRz4FynkywM/LYJHaV0nBhzvOKAZ3eW1MNFbY\r\ngvy0lXEyOkzf5Zq0rM30HQqIHlnX3pSX44chkc9g40WA5Y7pYSTAQXCvf9w6\r\n8GxQZ1Mf9ddw0SihsmNRTLm5/JAy7ge80u4QQuYEWYXvH3nQmDlB77qlaMoJ\r\nWzIXabG365Au9NASKKyJwkT9sbSYInzwFzNNtW9iX6nPwmqU/y/baCZfy7aY\r\n4XzlXRQ7LC363RXXSQ1FP0pAEM5vIhOnI5+KkC/DLZM8wlMXYZZiO/1DPbnx\r\nxbMh5XSBb58Tl6vy32HG35SVYBnEXu1dwOQ=\r\n=qRIQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"c2baaf57e0f944b16003d2005b89824d32dd3743","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.10_1677133197550_0.7371818800382415","host":"s3://npm-registry-packages"}},"4.9.0-beta.11":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.11","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.11","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5690bb7eff99ff51f9ffb7f34add4121e8e3b46d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.11.tgz","fileCount":53,"integrity":"sha512-L794EE1/KYWK3OeERMLAWwlWcUZSSqHe9lzhI4SYCfg8evD0KL6AjJvws5X21DRbquTieEeppzt/lIRba6242A==","signatures":[{"sig":"MEYCIQCJKI7W0EvL+zqDMPY2I2P7JrZihO9ANThCo7ou+Ovp7gIhALg7EMpjE4TVqHenV3ddRXIlBZBn2dJuLELOkJ/V44YK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1689621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9yafACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe0xAAm4l47PJeeKzLX8S0Tm9ls3p3QFrYp56hQwGeR9tlrQi4G69G\r\n//Q0MwGFoiP6QoF4AxkdF6ghgsX5mAab04rp4MRF+iSDm70LzGBj92YYeGgB\r\nrH+tUOeaaRbaMhYB0E5G0dqOeiHbWhEpVTpyazoi4v/ZQUXHl6LlVeDke3uz\r\nRd7+0C6Jspc0Ga0utVUIjRUkibUp2BXKtHRGKDLgQYzEwgU4po5dMahlG4Cd\r\n8uQHw7zSK3HUgCw7EeZvEOBdH+N8y/XtshixSe9lVsrT2i3PuoF1jSXEXTMr\r\nKvn6w7vmxTKoaN3qUyuaSHWIOMUZNCenVWzOsGZtr1RQmgj+AEFdzaaTovpx\r\nkQ2H5ze8Utv1kWJEwDC19V0RSfiWBEpnJK9c5SYozNOvyrRCPP/7Kr3wDUSH\r\ncmUr5Cd1NeMnZt0vYLuE0iwBSQ6Ax08HRnr5wQA/0bQe7FnPLN1V3t7+YSDT\r\nPWNGBDHGG8ZseMHMuQqMX86NISsgxXKEsxR7hymNKU84tjaq8ldQi7YM3mkI\r\nUtfrLEwLIFFwTI8P87NW4IxDlMjEGjOZRvmsWMiUYfMQ2bO/95V1leYTbZSW\r\nODXSGqVVmO0tWydEJYj4ZfA6uWx6mVASisbZE5G1dRWSNnY9ZT/ZPfTOHbo0\r\nenZNwglPH9LZHp0fKhal0Qh6H2M16/inF08=\r\n=/bDi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"9008f1a156ab449c141753ec0adcd82c930fc5a9","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.11_1677141663630_0.9576849461677963","host":"s3://npm-registry-packages"}},"4.9.0-beta.12":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.12","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.12","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"abe0d55ebe939b2588eb6a3ee2496f9f62bab934","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.12.tgz","fileCount":53,"integrity":"sha512-wp9tt2+Kb8sJaDt0OzYEgTxTNeWyQ8JCddqkR3xxveS6m4fXro4F3d+ZNqP469xYFCaKrFQMuYw8QiT5eHSdHA==","signatures":[{"sig":"MEYCIQDBJYIhuU+8jyMzY3b3xrtVSVNii7ERoosm2YR0GraWNQIhAPKPwGHnE8W26BSTFsTnUXZUqcJGjX3eMxaQop3ChcLr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1690568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+HNvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdQxAAgqHI1pyD3pvzqu5wR/SEsV3xQIg5Xy0BOiqbNzRr7tPFu7Z+\r\n7TwU6tlTUuMRSxBcQqUC7YGXVWA8D337ZQPVNlsftJQi2FcXq+lnxcuayKQ1\r\nJptRUqDnY+XHyXd4N3LchMug5Z6lmveeHwQCPbnX7zwrPpbZuviT1ORiWgXi\r\nSxiF53y8cAWBcxVhXXuYW2kni2jjyYaxHCICMD086AEXKXJlkgKOohDUkj3+\r\npPT6e9T8hFldMqIsT/hmuwrWFQ7Dli/iqUFXB79IbxpYflsjLPOl6mTNeJ/a\r\n8VtVoIxsPAugWshNVbiOvYosUdftP1JIEO4OqgN6OHH3D+2z52CNgx7QPIAs\r\n1Ah5qEvssoOKwJWjKPNYw2RzVWUT/52YgT9bE28YrKRbuDQA3UtSiO6SU8Y+\r\nwA8bkLU4oJjy8h17DxYPTqVy621RDFCt1O00Mu4jbhPwTlLTOyKhwPlMfIBo\r\nRIs54ZJH2kellKAZpHgiJ+W4Lj59OQg1ZJrzfONXn4iteTm6hW2CHaMunCJm\r\n2d+LaGJXyah2EkjAllZSzWnqdlf0d3g+3dAS1DfAW+RSuESrOBrbfQchLMtC\r\n4fiJTrIK/Zztx5zSMkfR7LTUm6GmGDmEQKGo/RJR658sZwgZ+bdMTqymbsHh\r\nLqIJQNc4E8StJrQIJxHUdnOp2MRQDIs0Q6I=\r\n=KrKW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"71f0938c58f95ef3a6ea7512f36f837f98a7694b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.12_1677226863669_0.10255677954880738","host":"s3://npm-registry-packages"}},"4.9.0-beta.13":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.13","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.13","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a445c8deda255dbae844d5be2dd97f5f3d839f78","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.13.tgz","fileCount":53,"integrity":"sha512-tQnH0sG7i2pNtNB1vkvZ2XFogpk9DxiffmqfBSPzV41OSPuqK9fhCzWcJL1XZzQQmxfIAEpx1OJHGyGtR4ju4A==","signatures":[{"sig":"MEUCIBNe44QA39FW9SDLcUUNsQ49QVaouoqChKKpvFVSei/mAiEA5K5au1tbMGDokx3btU2bOx5s3ey1UrDtmIdW0XPHXtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+OgNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcvhAAkLl4boOTjB+pbPLqNMveP3SrlkjqpYeFCE+WG2VTU1ctLM87\r\nUV3jWZEQmS6FMvXVisoDxlN8WAcCIWqd0eMCN/y3q9W6t5UaAFCiAbDtfYMx\r\n7BWyqw9aN+I8HJQcGd+uIEY2snn/kVikKJycONXOK1CA5QOLNG6Yg8LpiABc\r\nsjzC2qP0KuQ72x8854Y4ibSVGW07HSWkG4Tjygpz2GbTEo/PFtZ50MCtFopH\r\ncgUgnRC+DDFiTRXX+sump11t1TqEHBo1hw43rKsHgON0iYNeUyeschtq5s+F\r\n8GYUlDZ+utW+VwuXMW9oBYPzWzEuaY3yKbOmZlftlUaA1tWLSHQdbLvuC1iz\r\nE8NOO84g86j20QkTHBXXqlcnWDyomLAvEK/a5oxU4fLg8Udgq4brzPoqvEv/\r\nl3EbqjRjL8OwfIudmM5Xz134UwSwEzGtO5ztMOGBWxDswx5Ft1B2GvAugjwA\r\nvSBf+7XRqr6rejKyPXeCzfYUFuyRoPq8cecAWRupXBl3NjJvv4sUB3MFEqil\r\nQe5usGMW6w8LpwOvn/+zIRJeCFA39o5a/AbvWe/UL0mP2l6WgAKA6+AdMoer\r\nKjI1eIbNrxnZgazE8LG9UFbBhnRrL3alxYBcr+MSwT1viZoCz2vAEPI5D/DJ\r\nDC9ihfNyEY/3b+6XlPqQlVK+RcCWTDRlj8Y=\r\n=ASzI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"b15d58cf8114e53ef6276e47dbe3d24edb9e2611","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.13_1677256717107_0.6440772539709794","host":"s3://npm-registry-packages"}},"4.9.0-beta.14":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.14","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.14","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1897febd4008f20a40e42f2ab4c4819e97fa8bfa","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.14.tgz","fileCount":53,"integrity":"sha512-aQxseSdZ1NwO4R7jZ0nlPvTOiMQo15iXeIGzIjoMW6WzV2N9g9xtLZKWAJSbLhT1CSXrMNmeJI+28up/ImW/EQ==","signatures":[{"sig":"MEUCIQD1PK7Kuc7Ox7nnnYIm6/UcsDivzSdg3kYo0on5oyU5bQIgSoUXDAmZrBEPkia1mUZXj3GBxfEQgLVcUOS1Jh+VCHI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+OlcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxGw/9FkgcdquTVGb2EvdxHYdFjzqCbGXpe5wyjMhKG6loHi5dn6gw\r\nh/VppRoiZYSM9FLocyTusG5qv5nZ3hnmung5MU0Tx1aejXvAPilHhcanvPHA\r\nZ/JSnYy7ftPfNQPKWzB/fpDTfxIIp1WaxEEvkUVatQRJagce57u/jAyw8xim\r\nFPzN6DKnIgpcG+oJA69lITakewpt047Jle7wczTvNgxuMPQrVVy2NNiNv2l/\r\nhGnsQ/q4mEFWB9cesMWqvIz/xrs+cVuOADVRS5Y5oa9jCwmnBVGqXwck3O3T\r\nSuP3L/gJJneHtjg6zYsJ2n/wjUWt4/rSrK68uzqe4p8rAsp0hcQAz4NACqiu\r\nTTokwY3JpQ27SemcstCbtXlM/C/dpsUSfqtptxyIW0xEicTyCy17LFJoawLA\r\n3zz+KdHWkPa59SvWhz7Fz7cbAOq7zbHypQwXOqhtanPcGvi9J4LGe/BRvmL8\r\n4pxtBio8ECZVkym29AuylGtxAHs3UyIUCPryjyn/XIiYpLhdPmcODtJQtxdn\r\nZ8n+5Po9JpuJADEcdSajoeY1OgK+qohPM6SkiX6WcN/LCklX8zE08fvEk+8t\r\nwHX4VxoMETpZ1HB7/yRU5a4gccWnF+b3BLVMS78enrn991P5vE9QEuApqDq2\r\nTDxYcFa5SzUBAhBbHm0fSiucQI0IIW6DMxg=\r\n=p/NK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"d30380cf9be356dc92f1bed15b6cb0df1cbaea08","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.14_1677257051821_0.4465083902594531","host":"s3://npm-registry-packages"}},"4.9.0-beta.15":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.15","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.15","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5d26a6e08f161d53e1893b97c33f548655531163","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.15.tgz","fileCount":53,"integrity":"sha512-iGrTB8tqI8uALF3T8Tm1mJDiPOAuR+wag5kla4PaBUenAfh+xaSk2XD+9Ao/uBrCGPvSdufuQy2HRJVgPSMrOw==","signatures":[{"sig":"MEQCIA4hXHiZlwebwGIyKdFG/20OuZJ7/f0gNOGLKSC1K3jHAiA+VPjgkX+LWMohZqPPPXW/xRtAa7S3WjtDcdZdcLs1sg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1694592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/hZ0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpf2RAAlCFr0C+NNj0x3Cq/dkAU8BAPIR8zOHCK/KpyDTTylpmrHRnR\r\nKWm+lXZFdMtaJbm+JsVkMBYH72Wd+CNwkPCFPnrO6BEElmW3deGtnSbyLM55\r\nfd9+GTLhHVRN5nIyTuL5pcowPEvVUkvzm5mZUcHEvCrf7eec4wDgbH/Xpyq7\r\nme68KzP+wz9F6vuS9xPyvOg/988kVWqDxkFuNZ4OQ2rpEfpOmIVdzjoyp/48\r\nOJiZ0ME6zhuHQPlvJQR538Jsnd35K3/lVeP5nvh9eM/kT4FBO9VsL8kM/uLf\r\nTHuc8PyVsfkGmrJ+K6mwLr5O7pa5ZVqbX2+qoUFVWj9HKM9KGMXkvVzOCitz\r\nRHqMLkF+YozbfnZGgtayhR4+gh8BnD/jmAeru9yjjP6k4IBt2wZuS97JSnQH\r\nWBqK/Pqh1nZ0KmqRO7TxiSh5yTnNMhvXTCxyUwmiecn/AZuCrV6lg+GVZkHr\r\nOzuPwD/KJRY/8PF6zxnfZAufopsKo6MTdPX89owGaowC8rBtTuI2d0ygporY\r\n3gV2iP9eJxW8xAJmCniq3qRuXPC7pSguIemzrtNUUfaB0DhK1nUgHmXnLEjl\r\nuDJoxObU/mBcs1Fkshn+psINnZqPWumHhAZLiIkiUyCUZ4j/4f+BxiNulwaJ\r\n7ohs0KZbQf2O5hFiRd65xcmBsHOmkd8sM5M=\r\n=dM7W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"8e02386f366c35c175a48852544bf5faa08eaacf","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.15_1677596276172_0.561428966215044","host":"s3://npm-registry-packages"}},"4.9.0-beta.16":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.16","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.16","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"93ee5d1b014aa49571773faffaef0077caf4365d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.16.tgz","fileCount":53,"integrity":"sha512-c7nODMw9wWzRkRtMpFQYTg+X716879gCAnteCOHrDXJO9HpoDJXsL8b6d5L9VrItuyEE6fF+4DnVSWXah3c+sA==","signatures":[{"sig":"MEUCIBa2cgwuPMGxy8Jr51y5GdHh+LEQwJMhLMUcmv8pSiKSAiEAw6ZBmrAm+MthMJMjZUDmnnFC8wm/cMRWOdEjNZr0hyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1694611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/iKcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQIg//Ryg+ZT3V8+m+pEMdigSDXfstBb0lCwe9pxzy50A29JZD0Bno\r\nVFlbREO8CEgYgQry+eSgaaHDe5QqLckCproY/6M3lrKwLm8Ww9Jwk2yYPcmH\r\nQeViNQPI+xDdjzFrZp/mDXhiu7k0BZ28lPOp88745GfODzZM7jI81ql4t9ta\r\nDn+doGRMwoLXPCzvcIglvKlbytZUzDLYIbTZQXS3vgT/VdHBQutH8Dznk5OS\r\nks+HPkMCISaAgvtyxLtU5hw5rL9Pekum6iaONqJl4XdOKl7k1yTAWllCxVxm\r\n9Oegq1aZaFdHV6s7qaSMwQ+kbCw+FNhKHdP9GKfqkDa2pjAAluN1+b1kSM8E\r\n2xu2voJ2fNuzsL9IvZUhXrQ11t9LgdO9Me70XC0azf2jC7yxtX37tKG9DQsf\r\nw0RITGcsbW0F9kgyeuuQcAtr++EU3y8tbQoUezaVBaxGDNz7NZ281b0Bjks6\r\njHyNpteqWpJ78THbziK1vH4eT7SOZRnlbXCHz25bWsu998KsXnKjW1/6wg93\r\ncyhaB9/9sMOcPNPdBL81AP/RnUlDzWpsmFW3EcDdyxr0FmDkVfpWQhwJSZNb\r\nALGGqHnywnvNAqVeKqh7oFQXnGDHSAEEKpMacoHWEpDO80QM1zJ39qNRPT36\r\nNxWvBqfygbXUjxgcHtB4Xz1bf2eYM3RTWdI=\r\n=wBEb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"fdf71d3a44e331217a96049fc8894ded865543fc","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.16_1677599388229_0.2529186228178353","host":"s3://npm-registry-packages"}},"4.9.0-beta.17":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.17","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.17","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"e663a592b96f3da2c5ea348f456aa51f17bdb5b0","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.17.tgz","fileCount":53,"integrity":"sha512-hAVUsfaVLozJdbYQr3SXVoaREVff5NtHEPo1rSDKP1HT/a6W7aS6XDO9HhzBJGB27RKa03dbTMMn55t1QSVlOQ==","signatures":[{"sig":"MEYCIQDmTxXkkOhSPlOMTIJnVRBsBrGo8as/pzRDO+TVmNBu/AIhAIGyaWxtgg3rKto/xQyGCNf8ZyQNaGpJmG1AJ6F0P7JJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1694554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/0hvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKaRAAjUdx+MaksXP9rO52U0AqPgqg/xmNx9oFZCCIGt55tTvTZjCv\r\nO716KJnzjCuW6tNU3ArAsrRVRS3N2nvGsPObrtevK3K6EJRIYZMr4g+/+MoG\r\nGQxDK30kiT1IB1H442RM35Sp1icr9TCiMO0ci2vBeca7uNP/o2giiVlF/Qo4\r\nQ44wV0ujGgKruzYHnJubSU6/uRq/QqjPcnVn2DP6Se/W1U+5DA6Y/gYL31Qh\r\nxDBRlNvrQn9eeT0E8s7Sm87d/KsSl6dVRZuVGHdi3SRYec1bBVa/6rw5DK8K\r\n8LTfFNGMbzvdubPtmlC0mhau1MxkxjV9FrUSd2dslgMO02LecdkUpaJ+Y4JI\r\nXf8UWaSfn3QvShv0L7KJ89/zvZO34922bODhB6G+FyFRPK65gAvlqf+8B6zY\r\nzXZnqANxkwTmh/eci+LI8fAITb+ucUlEzISTlYuaFN3QUW3eOB08/MkTMEV0\r\nOAdU8wmeRTYK+VAlUVqTkMXS+largu8lNF1KaTUfTCVBjIpKT0GKjZASZ1zo\r\nUHAIOpJHVF9P0DU7ydZkO27sOHx9n693NeeSUeSkzBP1fdUynKcqjSt+fc4Q\r\nQZHmn4TJW2MWd5aSilZInQab4wnEYUCcONU6sIGFFt4A8ILAlqAsZC/wPDgw\r\n+cBNSk/Md+Q8E2PATUz8vpjMVNsU0VUJ+ds=\r\n=XEu9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"012bcfc2e063afeb328df045ef972f776079c07e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.17_1677674606763_0.8526958757383669","host":"s3://npm-registry-packages"}},"4.9.0-beta.18":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.18","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.18","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"998fc704f11683e4650b78b60fe9d3cf3323acc7","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.18.tgz","fileCount":53,"integrity":"sha512-7rt99aFvMxYurGi8NTsSmkAbtwPZuh0HaXeQYiwrGniIN+LtVtMJ4AjUcvnYOLEduEuQbKrXzaNXUgI1PlwxBQ==","signatures":[{"sig":"MEUCIQCLx8+qUeBShj1x3s180aA9jGlb3RLxJecm5voVqlrCRQIgTqpBcWGER4d/W6XvEJqRkyD3waDWRZNwwCmCfK0IlyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1695906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAF0tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqa/w/+Jaedwdv6cFIzPl8opnuZfiU7QyEkrA2gwO1MLP2n5B+lwF6e\r\nfYzghWbiH26oWOapsdXSCK4vGqoOy1CZhFxem7xV1KthcpN3RbZZTGrv+V9k\r\nQ4gC59C1H+5F4lYh6EI49AB+QwHUTQIXhUdlU2tCHZQW3BU9f/gxGXpBw87Q\r\n7rLzeIGjMch+PIg2J99pcl0+LkbPgdXI+2EGW0f/H6aSVW7NkQk8mT0PKqiz\r\n7prvzYAecIe1a8lGXHw1p1ScCT83nIz+T9VA7U5dX6+PhvV9HOMB2RtgBkD5\r\nPV8UoAXAbw6a6mDFdCHCqKV8jhDe4qBHiV4UwVtit5XvKZASfJwO/xiukgut\r\nlOUh/zzyk9WrHOfzkLbiJaljUJzPMQVdcwNSKiD34pt+X4oQAfvCSs9tLBJ7\r\niUFqW4JpFakvhCujUpbWPGcL9eJKoXHdiSaXPLt9/oLLsrzgI2HWr/3MuibA\r\nPDG1u2aay87bkzelYw8iuo+C4rswXqOD4C8Oq8+McdSEWrlNApI/96+SEidi\r\nAw7H4I8SGpgh8grlVvrMV9wRmQ94KqNIELoZJEYM9A2D44lszMIhjWZNAG99\r\n65qkqwVtOAepkzYBgbRiuxwO7o+dDGweakg3X0F5EBcpoHenBQegK8VSLrDx\r\ngmHMlt1D9YlAmUaqRh+Zo77zcMJfql5N4GU=\r\n=TssF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"34de117759abd0380279070ec0ce892e0a146bce","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.18_1677745453531_0.6041581233528119","host":"s3://npm-registry-packages"}},"4.9.0-beta.19":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.19","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.19","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"c5c94184387f88e5092c1d0d678bfd20b0fe845f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.19.tgz","fileCount":56,"integrity":"sha512-AeJs0EB3RcEghHHt69dp8KjDhQ/W9A33xIgnMfLL9UP7l6qSmfw3LWfFdP8/jpFlhPrmLUVfEGCLBE0AR4Hp1g==","signatures":[{"sig":"MEYCIQD/Mb5kEjex7CEtq4ZvMd7LZjBf9rYI8TXNXm6/mTlNAAIhAOdwKA1gxDRx9wT2UAOkIabGQ8hs7Ka09A1MjVxseI1n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1705935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAICJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwFA/5AM4gIP4pQUiEwOry0Jm1YgyiriPrWr7NdSaZRDp4Eb0gcTa7\r\nGsjhsEh7ZsJw+03LTVjSghe7QcEK+74A6TbERIwUoUxOHd4pYLbpxJBQwx9s\r\nwG5o2TWYr52WjfjZm+bQdm1YXshM6+YXMWMquibiuOk8+b6qXMqbkf/1cVaI\r\ncTHGTf6nvSdYwdup0mawaHDi4KGaCkK0FDgXDvXi953Qpvu4wbfhq5L/3ENa\r\nItmbvR1RZNsyEyDzAZs0fIbg59tib2QDQlCgD54Fh52mLJP79uyMIZqVFPm9\r\nY5viRkQpc9CVxquUYqGxG5YBbKwYIoMd8MTJrFAEVfy2YfPAYnQmipmzyX9E\r\ngcOPD/kUu71UUeCXcl0wzGF1kl6YMTjVVnAgcXY21APhHSiwzEjpPhZFg6Z0\r\nCd56m5+kYduWMbk4/8yA1wbsbN3BLrg0yCBQcwKXf3rWFvpo9r5DjC8irP+b\r\nRui2JcpDjLCQeDZoRiiSQHuBCk/3vJwr8co0LUJcwwT+8TJwEBK20pdyufDJ\r\n+q9x4oB/TlUKV6Wh63lmgL5zlEetYGb/n/0w8dWKP6I7nsT2rWO/Aruen+H2\r\n8aKD1CNWtcHYGB4acgDIpwXDqz0D+cQbLay0y6vhJfu58AGRkMIeI1MmN/XK\r\nOg0SPHiNAq9Zm0afmrrLCcAUYYwrjmFgHZE=\r\n=lKgT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"06a4d2a6026ba8e06f930575f6e790a1a39a2a43","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.19_1677754505617_0.9120643364881698","host":"s3://npm-registry-packages"}},"4.9.0-beta.20":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.20","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.20","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1d3a4bf22dda8d7af6365da492ba95e2be6cd882","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.20.tgz","fileCount":53,"integrity":"sha512-TFISwPNWwJs/VG0U77wuaYcpXPlR/Son8DgEyQ8KsSBuJSw9r2sbg6g+2uzF3Ip7U5QuKpQeTukbqzawKN0DHA==","signatures":[{"sig":"MEUCIQCqhioDcb0SYcgudZcNJNeSkL18OREqXT/uL0mCz+9TLgIgR5nCscBx6szY0Yqssvc8A1JWhB2vWHlLSDB0tAOF1J4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1697628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAIPXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpERw//dTcvRQwSC7FBYNtnXqslc0PaCDGW7G5lNrfqFkmTunTjNglJ\r\ndqEqLKDVSbn930P4+Z7k7Kdi9UMDt8fahEL57pOOjmDcJI4pvgkirClj1qn4\r\nX9MlKVuUu64Qa89DErIyPY6zeMs8pGs0lyV9u9FwA6Nv9WI5413BOnmFbvG3\r\nx8VmrEMBUoRBKV4+UVZsGr47+80sr22xpn3X6naDMlox0j2uvQ7sW8R1uept\r\nyhBmefjSMVNAaGC6+v4lJ2kkuHS/2oeeoQ85ry9PdVLaL7qi/qAKyp+iyQKh\r\nhNmnRIMJHSngqXP2dMWtFsjASOppLZvZJPOqFiOzVrFC7fECQdZe3LsXouA3\r\njdcuZlt+/VGOw/RW4BdIP7D0hhyUUDCNarU3efhNJWIxWosfEATzQJd6U/l2\r\nW2zXrXfYoKO75ozqStA5L85eJHE1B4G4xOHFD9jf0jVgUQ53DMnkmEaiac18\r\ntUgIFO81NSj1gtEqmxaR5WCptjgXXF/WLeGYFGpGxRT+sYn6r9UW/4+Xf8V8\r\n1o/ze2mNSAN39XIpqdTiODueyTHLrBy1RV1zh0qCLCk2sPqgYWkqhfdjHTj/\r\nzprpMjcFBXiJdoyAIDDsgx2MbYRlodQB8s+fIwWZxbeflFxKJFPvVjsc9w93\r\nkqXdwvZ4MTOfMZ4QtZvUj3Uwg+gueGqBq/o=\r\n=/m4w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"192e07ad80884d2709d5cb01a09b7d12a957dcb3","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.20_1677755351617_0.7945658142676113","host":"s3://npm-registry-packages"}},"4.9.0-beta.21":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.21","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.21","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f73b6f3a72d3ba59c6f519a07c60d6be5d4fb630","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.21.tgz","fileCount":53,"integrity":"sha512-ju5f7bsFoBNqImo1ohqk7h9/Vc1HB0qqNvnPA9C6ysZ3kINpV4d6zjhpKujaD8z89l4t09ZJBAP13oQ7eX+6Ag==","signatures":[{"sig":"MEQCIHtiq1IjW4MJFmnEOz3R4GLrSUtJDl7lhSPfl7LrwKVmAiBpM2ygP+3oTxMNrKytVErvObw2eCxsWqNBR5ODGuf5rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1697737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAIb9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrmvg//bRKMR5APYNs4uvXeALBuS151C4zAhsRa/iqjFhY+8zA+tY0h\r\n+EM91uI4lGmGjPISsHg84PlhOT3ulKG7SbGw67Pb/74S/TQlM4+AmI1V+Y3Y\r\nDtaoNHC4I0y0mYG0Xc9R3hUxpx16Uzru/k4ib65M7F0IulDb4NQ8ZWyarsw0\r\nI7hph0uBIdH+4Wm+oQVvoHFEP7/YiL1C3o89zxaPidjI7pkMnS/ReN6nzwE1\r\nbgmV7eCJV7aM7NuwN7NZK4okWaQK+EQ8XgKcCubZQr+7CBIdVXD/x+f2MOxg\r\n6mx1/6gJpP4Bewd87gTol/K1wzbPS5Tv/3EIFkmWsdjup727qcteHLCeVRuL\r\nkUi7HtUtDe1k/Irzsph3leWvcilvxYn9Ho1tRtpu1GOsUCs+X7GrW/iytKaE\r\nu66MYHSQr2oG5HuLMaDgI6+9R6fxlahqxgPRoCRUVQRlEoDY5QRfEjS7Oy+f\r\nVr9dXgqhjmvcBQG98mVs0KPR2F1ujsUDtsHZyRDoxUaylf8RizFvR40qpbUo\r\nFTeJiGqMSHBekPWWQ3QQ0VkMhEapISxbJo3lCFS0mxB3nYSWcMazELV/nL4D\r\nt2Of/cWD1hdAm/jGuEsQUpzzHuIGH0adTb3bK+BymtHsoPAH1P1B2lg7leZ0\r\ngCVCSsS40Z/jrpWnQSLQStOrAd2tFr3Bn3w=\r\n=X5fJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"9545b9030898d16fcd95193f9a84a1f2b566d468","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.21_1677756157498_0.8976787533860291","host":"s3://npm-registry-packages"}},"4.9.0-beta.22":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.22","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.22","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d779c325a3df49f86d8b41a14ad3670bb02071ca","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.22.tgz","fileCount":53,"integrity":"sha512-hBj18rRpXR5oHtTZXXNeTkV+p0q3m6B6lrBDm6aw6Fc1xVZ8NNQx7tYIOmOK7nuOTkRoi3xEFBBRU9j7jfbqYg==","signatures":[{"sig":"MEUCIQDwx6OqeTt1iW1bsOVcmopqOh3CAdrXK7+FjTMDJcfE/AIgF90KpNCxpYLQKdBsSOYLAA1wbkb9l6/CFniy8cAGt6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1698244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAJrKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogSw//fbZLoEnLz6IH88XPRp1IqFwlewK+mkk5O0Tw7NazRY86TxOz\r\nYm33gLj1i76/OtMwC07+DW8V7wese1EeghwiOmLV9HsavTDsfpxQeMueo1SK\r\ndJP697CGi7rMFZKB2l6bf4zujOF1Tn41L+e2B3pgwKQmiWB1632zEoaKq/w+\r\nuuEZkHauyDEC6pcTgDhGFzwg+h/Q9joQJJbpumnabysB+70Uu79f/7Ny9Yhb\r\n2OZady1f3CJJjwmWK+y+oAZCGq1JcmPg/+cHdJLtHlNAurQQe2Ex8tsagu50\r\n9+0Xhc+CAflMlqr7EYJNXylY51K/ogXc9pbMRUyNvk01kewuhDyxN3k4n+i8\r\nDGsEfV3WJ1FeBHiv7UT6ErVWqlBtWdWZJQ4q4KODff8C9d3FLM5v8YN5H9O+\r\nWBlkmKkN3fSpVDdbVlBANfhD7bCh1GOgxpD+hOqxXtTe74ewr71jerfbZ/8v\r\nKlqgPG5SDP43bkQXmY8IrZPHi5+tgtGU6aRQJq+BJviM77shgymLaDQrkhDP\r\npbLr/LrpKP3pdjBXtjw+Z1CBozTrDLImzAO8oN9tNgUIehXubK410EcVt84J\r\nGG4NJq/+OOKKO2L2Md4sDu/k01kf2Icv/xWrxJd5pVXAD4ek4SlQeRtUKrHV\r\n3rH5y30yfHsN+TY5hNqLOcb4/Z/n0HinP4o=\r\n=a1Kt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"b50931c6e0d5ebcd757bc217b9670b8ef4657a4a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.22_1677761226621_0.4887783482554351","host":"s3://npm-registry-packages"}},"4.9.0-beta.23":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.23","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.23","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1cdbe6daf49f9aa9626a70557dfe2a17a11e61ea","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.23.tgz","fileCount":53,"integrity":"sha512-CK+iaQp0HrmvYRLSWnEBUska16viZOWGFVVxlL2w87flbwobkTYUxek9Nk+2oj0XUA6C07cok9OOn9aalPEQ4w==","signatures":[{"sig":"MEYCIQCqeKOBeeqs+s0IAeGoxYKM+XJ1bOMn57hWSZzqCEwTegIhALnp1a3q9KavLinI2zHM8hXdpnoEtlObCFHfrzUB+jzD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1698406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAKa6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeYg/+Lq4sG+TK0RBO2hmLOZ6u05WI3P69ETcikx4+F4pLMSd/xMcL\r\n5hrMtTLmKvlQRy0esdaRGqWFdld8T6FEuu0mNq5hrtvfMXS08IDkBct8SeP1\r\nBqVzeJ9lKiOLShnJb1WCmI7OI/4ekKA29nLs1akT7mexiVQDmKIxo6tLmMNt\r\nR6f3RUldFgMcevM6aNMTe0ULefmkWWJ9+/wg8sfS2xEarsm1JQ5ZPkmfii1b\r\nQylxJAgWIiOewODBMXShd6yiWh8oyLKwnPpWgPJuSRovHgCiuRyunK1+QB4u\r\nsgM6HSf/KtewWkCdwvuwGVBYAKSgKsCLZ2ZVi2K8MNM6rPmZ5XEH1RvFwOPP\r\n/vrteg9BL4TJryKtglse4zg5vwXyUPSNh9Za2UyJJeqqDrTHYbaiJf52cvV0\r\nssKYSi4tsxaIFe2cJ+L24Y1VMYOZQN5iyYlk1kas1l2Y0H5G8a1YOxR/wATx\r\nwZR+Oz2qs32bCbrBP2/JsH9c0Ne/yATgLTNAiFAj+X9AD6IBmSNL880uuGpq\r\nvfC7ilqGflkf1U6m55mBwC7+oM9LQJoTHNRS6jxY8urNxzSRaLaotA/IydvD\r\nknFoOkkiuXdT7fP4F4uxPrGWaZ5F/JlHpP3nOA2PRG6CXZVHjtEKwOlNY2/y\r\nOAwoTrQD5pMvtnw54+VBW2BEzIB5pFWBYqo=\r\n=GRt7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"5855e432caa9970e8cdd886be61b449051b8c50e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.23_1677764282191_0.032959501656748325","host":"s3://npm-registry-packages"}},"4.9.0-beta.24":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.24","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.24","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"60a1e77d5c1515a199ce4d2e23789da93cbed181","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.24.tgz","fileCount":53,"integrity":"sha512-rmqdEJnnR0InF9wrn0Lw3Qurth/btfGotgGZoOg3qqcG251Lm+7R9rmGSA39aK/1LBAKAtYzh/qJwnX3/FGvEg==","signatures":[{"sig":"MEUCIQCj5zLXhZRSCggvBnBQk2fRvbpFuPDlDXk5r2v5tsT4ywIgUXqevzUq8j8NsaszB+3Vuc/K1Lz4tGeLmABiOSnkg70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1698941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkALGBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpU9g/+P2Zojc93xnm0zY58d2FI9jso7+ZU89ZfUuJYFJd4/IJosRds\r\npb8xkAsxPiLdXaaTBr4TsdGgyH+o010vwYOqJVpUVufNJUDHBEX9r5m1eIdX\r\nvMS4Ik+1ZD3RhI44r5HpuNuMAdy6MtYUNZdzjOQsWbTNJuUHFd0PUedgiUMc\r\njrBmoUpsG161qnPKjngObrL82x0MLcqUye+yDGp9MSkYcNHD97b04bZqusnU\r\nDyJwLT1Q9iRSpwwtlA/m6fOb2p4Jn88FNA8Uyzy4zLMX5KG3Jgdp80QEfiji\r\nX5g4MUr9aOQmscEfV+dATzorXeK7SXO4AkXIMnJM+S2BdWlw3/nzLMpX7JBR\r\n5BOH5cceVxI32S84tNhI8IOLjMHalfi/jlP2/5AFlGwujWKrzZYKpEtvxfOk\r\nN1iGvz/VvLryDdcqhZqrLzjAHAOSnezhE6hwi8a7he/nZeaOJVBekLzKTbBN\r\nfysUntIp2XBYH3rUITGRZzZDt4LNUH8+drg0G94p3rU1yhSI8EoFZkaPnqTE\r\nQqK4WsvJZQfo5JFLUVm9T1sENN11uk7EtQm0biINutqbiSW6gpSuAU6BBlQJ\r\nqJtcJtdPmJIyfE3IHRkOEL49YIk9hpEmQ+iopezxLJwpaK56dA/clmstwnaj\r\nzlLVNbYZY9sqnQ3MPHK9qj5fGFTC0UbdlPU=\r\n=I3Cv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"14cb3fef8215f61a671b2ff3aeec8a69b164a84e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.24_1677767041628_0.7219952730670054","host":"s3://npm-registry-packages"}},"4.9.0-beta.25":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.25","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.25","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2e0da0def83d371d877a299fcf240026fd6c57bc","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.25.tgz","fileCount":53,"integrity":"sha512-V1CRvL5qnR5NSd5sT7yRrs2IUd6cLwEbS4YQPiHcU+Vs0kXLZHOEPVNENaYJz1UDJrmewlX6AsuAGVF9ZZvLtw==","signatures":[{"sig":"MEQCIDkS75iBb5PROv98TTz58VQMaMlV4yzr3f7ikEPGGG0xAiAHLIJuJ0ss70kpfEma0j0XT09Pm5lKO8yXmke85fdI0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1698370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkANiBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKBxAAlsCh/1Vw7N6yUuwY8HhNtxlytSu/N2l5/1bJO0E1v8ntKZ+P\r\naK2BEWwHJMo189lTqHNsn+kOjaYkISIv+FcXkfmkzuyjRUrrSAF0OSAs2s7D\r\n1iX3jnwJFNWD7zwN/x2PBG03TYUCNhZFFZUaPFa+xR9Ie/PwjBheF2fSllpA\r\nxgJ4sNIDD9YTQB15hKNbSMBCKARdF5TG5BWv13A81uHK1dAvyan7KrBTSUl5\r\nqsyZ1UMCncspwLooEMgTe99zRCIMa+/QvAICYpX2uqsEPjCtEzsMWEiGVKJm\r\nHQf3Mi3oXhoe4VAlg+zja7w3forw5NI+zJ1BTPC1q0oyOJSCY5ERxH8Z9Sid\r\nXcjFvXzcpGmdqCsMIeLuscxOiUdp67uPS24EvBqgUMJOlVC/Qn0Mh6jabU2S\r\nLip3nQXUlb3dPEjsNv5+MsDKFgRo2SI3LMuFdHUMQp6MkBGbkUecnfPFSCaO\r\nLw73QZi8/S2Ypxd9liHoeUFe2Fo6oLbOMOErJCb2AIPARLpT5oh2flOWqTlD\r\npLv3opIIgfEmITul7XERMhmp75pTPrW7MdJ1JkdxlGIZ/ndcTUpC0sQJGJGn\r\n3aqSaIhUYz40k/ulOQHNZeK8X7V1w5egPke3JkwuoznesRCZAeGQLvkOnWbB\r\nxHbz0HHjkPDzHhw59iC5FwBT1OC0UiNkNY4=\r\n=kTnZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"0ed98f0dddf8ebe21b7394a0e29337e11a71d7b1","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.25_1677777025199_0.9982015602607115","host":"s3://npm-registry-packages"}},"4.9.0-beta.26":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.26","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.26","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"492d82cb1286032c2f987dff0ea2e47a0f21e535","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.26.tgz","fileCount":53,"integrity":"sha512-SlbTWyuiYNUgjUJyN8sHn3vuWvQe57zqAuNDI9LllcKXZRksrZzqIFOMj6kln/kHPE/V7AlLSa2Tt5bG6JU7pQ==","signatures":[{"sig":"MEUCIQC7jv+WO9H93Itr9tqaRyEsuiAwJzRDgFyx72YqaP3L2wIgQcpMIchylgFaXkQepiP1hsi5sX79JJ0Nl2KGEeq+Qr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1698231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAONgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6qw//dQCNUQyuEYBUuN6YnsvXZiX2T0Cfc7MpoKCgEOw+VuY3b0MK\r\nExNHkHODxEwnCatYvGYVbdAD+ESjIpvROpmeSiWkAS14EBVoXwrdgwY7pSaC\r\nbmcQJ6ec2Ep10X27/IVZtaokkO6/qae+KVZ4HkESc3ekbv4axNN3jv3D6wYq\r\nOclWv51UCGNpslcJjd2+eAPO5Px1+CCrZ6oke8/sQZuebw4oL4ODj0988P4J\r\nRxeB3Gal3Z4isf68VllL/63Gt2sTunvBsnAkTPEqWWGfV0OD218l9IFaqa+r\r\nxeW2x+BkRhDnTLQnxy4y0s45t/FF8zukwaPlm/BIaoSv1vinqpinGvsGYAZe\r\njk55b4BNWk1+kRY8KuA/L/udGHNjjzkng8BIKsz3ql3BaVWPHMkB0Or1Gz06\r\ncErt0dYp5wQ+w9zCn6qK4h4smPD9FkLsJZCGZB7KSfzovHzcPLKItcicvkTY\r\nnjvg/cZT0uDdYpSAAu4JoEppPAGsoUEqD/VoOKIG0Bl90jgCFEEMBQE8q93Q\r\n815VBKWGtKbkWKO3mYb2bmQrmjRgu9ysj1H8hHzULJ+upUfZ+XPW0CuM2QII\r\noOZYePRey/AYyN9F9ISCFkl5RX6TnAdwRtgx9eA83f/cjg+O6yV1P2lB2kVl\r\nuwElZ9QzcEk72JtC3Jpm3Ha6npyFTPOViLY=\r\n=a5/d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"593dd2e809a163a27030b922c126788512975d17","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.26_1677779808081_0.1252560290626994","host":"s3://npm-registry-packages"}},"4.9.0-beta.27":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.27","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.27","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"459c38bfa9079de7686a9ead66b8451d768586f3","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.27.tgz","fileCount":56,"integrity":"sha512-IxcVBp80Zfw31aWzI8Lor7QvVlp/vOZAFEidiB50KYSoy/V8MfSIwUIuXT9duIyq1v3EcgNQV1xRJbGt+EqE9g==","signatures":[{"sig":"MEQCIHyE2p3p4cCgXgoxVvdK5DwhgcPwEsJyETTSyR2J9FsiAiANn+S2ixQzXyMNlYq1qu804RTEYeAGCcSgoHaT3Emymg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1715575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAbFCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8IBAAmpvZsadOCyumE/ZBnGdRPVBP9r8fr/xfTv46XncMHaOdYbSy\r\niZoOe3dQaIh1CiYOULcExQ7z0LqP4b/VSHbt5cN+a7aD582u5xOICwuf+m3S\r\nDWodj9qk5xSmIkUz5cMIBgDTpaH1i40yYFdUHc8lIyJ5O7ggOMI0ytbmvlOb\r\njFfSgEqGdcKhJcJyYDjz0nZ07p3iGTuJ9Hz1dIure59yi7GLZvCq2S17ZI5V\r\nFfZAzHYI3bR0IqvbYhScElJxRKz2S8Z4yRtOZN9khoC2f6g+bk/IVgDb/Mz6\r\nEIF3i2TmFkOeEXUH1OJyFuWRYAYI21eW133xYplArVdwo0uYVBhjCRrc30zV\r\n2u+pGNQXsyP8ey6nDh4fK12QHqiVTVF+Oo7KlsIsQKjlls+SpkCxJ0eNfmpR\r\nqnKkJYc5bCPj0O70Oba3iP/NeBM475pDnnr7C8Vt/EhnkrYX7ZrTVIFtbX1v\r\n1ieXDpK1WKb0UjEcVkdrStfS+eYQWgS6p9AdSJNSftX8qnl5hT1aJxVOXyIZ\r\n6eJWKQN3HprIEtOPDSHT4YjWrcDF+//6uKMwWUuvahv7E7HK78VTchn+HQo3\r\nGNQp6KBffT/zo4JzX+SBOkDazbE0oAo0GPffYJSPDnbgadwj3n3gfPeSBcRJ\r\nfwAW4mVWyozbRVznLgncjTFVbDnu0ErHH5Y=\r\n=NV1w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"6e59f4dafe46f7c1443d216cc5f7f3f6c6dad38a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.27_1677832514129_0.5570777895370844","host":"s3://npm-registry-packages"}},"4.9.0-beta.28":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.28","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.28","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d1c304ebe365119abad17ede29986d00ce3042e8","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.28.tgz","fileCount":56,"integrity":"sha512-sxJSdJNhOJ7nBxXcz24c8alZrcRxwS/p6UQ3wBZcFUlHScmhG+CH+mTqEqD2UiQM8QteYBjarfRg3J3LR8aF2Q==","signatures":[{"sig":"MEUCIBy0sj83aWs1iPMs7vpDuXCQdzdBglKjs/X65shdUzqNAiEAzKZvyWdyES2WiyMUgckWMCCUFQSCT1fLJ3ZxDL1jdyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1714381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAc+RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrV5BAApM5gpgSVNQgLSzQ1o1fTTDBr4oB9r5LQSS0CRrqmRDSzSVSp\r\nHmWqSx5dbcLw1kns4dEH68OKNXxbJgxnm/alvTUSlJ+6mUyh7VvoQA7XNDfv\r\nZb1HgE3YqadxbLcDNiRFFx0Y8TbYJslh5vwm6JvgcSRkrIWxumj2uqE0Dygx\r\nFVME/UqjYqe3j4YRaSauOKrFoUIJB89R48OklpNB1/QgIEB+b6d4l3B6z0RL\r\n1AxQKWx5YBezFpFghUiDQxTU+KGUh33lnwTz+asdGwhItQreKQHK1E9GcYAu\r\nMbS5J2UssRwPHBSqQv7J7CYDShNnMji9xNYBUIBn7RLDWFzoFrLSeIMQj5oO\r\nM9UyvFrOJWL77HKg010M72cHb/S82S31Kfg06GMQCWOLqqYBmRLRGRFpyI+U\r\nE2MyXRpL/0a7GbQDC2NeeqT8i2jvCk394ckG3z6etRJaTieYFJoKGuAPTggV\r\ncT+wJ1VVo2rqjRFSHgobqTkLGGB/2lij2PZnJ8hmr8mRBuYHumGbmttVdwnU\r\nLgXg+VNqb1YH1IcnvWUVNze2TrDmVo1mLoBX41VKvMnruZWAHhMSFyjc4uPO\r\nmdGRCL+a3SvXiwmkyKn1INouD0Desl5ra/7TSQYCQkkoiYzGm4vM6eGgq21F\r\nAwnxkoihD5VralCTlVHwrc45mIR5BCyPLfs=\r\n=zltQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"1d032a6a9caa09d7fa3332f30612a43a2eee4384","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.28_1677840273803_0.6902751472647315","host":"s3://npm-registry-packages"}},"4.9.0-beta.29":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.29","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.29","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"3bebce1cf77c69776a1377db84c300814573f7b4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.29.tgz","fileCount":56,"integrity":"sha512-ZZzPdkOoEhl5qo+8XlVoCdYTVQ08V7Qwz/bEAH4nhMuAsIRKmZ3fShOgjODhWVrjJt6/V1JcE4xVOmSYBrMIVg==","signatures":[{"sig":"MEYCIQDoP12ze/TyigzSywbFLkry9yovJsBYPg/ITk/Eau0qDgIhAMFGzGbadsIDdecz/WGGqvAgaBQS+TPH3/cfcL5AELcF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1716112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAey3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWJBAAiO40bRkEfTk9VQXQSILdiLC64QfwqmNkvhrveynmHVktgVny\r\nD+RwjXuiWTak4jY+Che3GXknsJgCGZVF8vPPhP+3QRUDZ7PTaFvb7wZlBXy9\r\nTR1ySIr5dGoD2Xcq1EDHVojaXwbzIdSR54+i8VthTG9dnXDXmxwJusxFNark\r\nWcZZO/dkRdH6E1/W6SUW6NLdN3wy29ZD/DD1ysGo5GStT8CmyV3rRc+ZlQ/T\r\ntMs0RBOfojTxqWx1e5GBWKp+hW2wCJ5ceNxZuqeTlyK8u75DN2Sb3SKVxU5E\r\n5AskdCc+/EOZq+f3uGYLXzXBVyDTfcgX8WhNLmQdz/WZYyVxF/AvFD/F77Bz\r\nEdqryGcZLEtsVgkYC1V5dhGGu1t78PNBxejWksRtztYgf6ftd/KoxUPXwP38\r\ncgOTUn+PnnIdl6CTLytSrFLDVgUOU388/bjSbcACI9rGwqyOXXtNfJtaNzUe\r\n5828MtTdK3USHpXpRjmdIieZseSRNuUHIWWQJtjNsnLQAW45TIoaSfI8N2q+\r\n4I4a7iQEYDs8N2to205cBB7eLhprDq/K8kiDJd9/aZjsPy6vlIWhFbUXasdV\r\nePTMitkql9KVT19bEFOsbb97T7cZf6zter6P+Qi71af/61tZ36L2GJ+wdu/W\r\ncVDZ5wi5ObiLFExySlJU5CPyBhTVsCOmlds=\r\n=FIVG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f4b79afd559ecc572f88d5e43d00a2e1ceab6aea","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.29_1677847734768_0.7675036748017725","host":"s3://npm-registry-packages"}},"4.9.0-beta.30":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.30","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.30","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2fd3b03fe82600999097c81fe91a02790ee2ee64","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.30.tgz","fileCount":56,"integrity":"sha512-LtDttPlmF4v75Tp6lJOHTkQ+bWNk/oKQrdAzGSvvjZmU5675dl7bV1dIUIImZLVwyyhhX81NumlF0OWZvFvocg==","signatures":[{"sig":"MEYCIQCaue+DbnuGl4zZKZiDaLovYjDr3KH+EutG1F+2WFbUfwIhAJHr8IP81CbZ+M/OKEJdhAcJGi0FpfifDNdTid8R5CTQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12413505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBgK5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoB7A/+KidmCC6bON7FZNAyoydQPQ0TO3Tt7FLt4DYoRZbKYUIgiSGP\r\nDn9NCmv8D/cQuBl1ALbufNur3biW9VT8yvhSekBs/N/YC1asl4p4JtOAgiSv\r\nzWPTmn6By0K7Sx7i5MTDOBc/BvNigoTYdoloGizDvC8i3GfRBGRvbM4BfVkG\r\n4KdN408k2LifYrIkhWPX6O+bjcCq2dWqq5WfpJT0mXLR8mDxkkuoh4awbc9W\r\nunooh6HsbQ2XTiopLx3TSd76xjo0+bK+pzgohPXluRx/BdTKB75fFLUI0Xjr\r\nac13eKFqn/V/B5btCdlz0r4bSLErNZWw0W6jLrpsjxtr+WD8PdcyZy7VdWYT\r\nqLLZn19WqJegMwMbw1sUXW6rkNL2bWNRHusy91LTkGnbrJgUGkVK04JH002c\r\nYs1qU1tBZRxzlpQx5DmtyyNNR4fOB8YuEV63Uh34tkd+YDr8tXGDVgbtyQus\r\n8j0l07ncMI0yCS9uKKtHdzw3w2MXfJbzq96WpaAwH7vk6XlI0kl6kwycvFBK\r\nNkDoyAoi8DSKWnuGu0H7ANo/ka3bnQvSp0hcPY2BrwWtRGkmbjK5yUjBoXSq\r\nTxx9OtBz/JuHEglp1mU88lcIlQ6OQdTKBSqLtLI6X+grDcW0wT0hkIunti0l\r\nOWxAqqqOnmQub8B14caw5AFRHiYLkrb7BVA=\r\n=E2eR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"1e7d7c163a11351cbd5ba22b4bbd38e30dd2f20a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.30_1678115513063_0.17865702262407734","host":"s3://npm-registry-packages"}},"4.9.0-beta.31":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.31","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.31","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"60e1cdd2aebecb2c61f6bc6d2eea4c614de641ed","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.31.tgz","fileCount":56,"integrity":"sha512-9ZsP6JL0Y+lmT1fN1zWpFvEi1tTdiHw9XfrN3KP2xlxGDM2BET41rTfDgTKgNcAF2fY/fS3PqIAlYgSGAeHnYw==","signatures":[{"sig":"MEUCIC5LTE8gjBl+IekwB0copUk+qz91gcuvx7nqpCcIym+jAiEAv6mCPZOtHFqnDXv3H4G9XOJ0dAMJ7e/5HsZc1zeAyE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15000923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBuoYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmro9w/9G5cLv0f8kUkgc+B0npDyPuf1lyYhxLfcejDco78k0MiqsgAX\r\nDqqx1Z9oGGIn/UKsc5JRhkRSwg3JVrdsvwenAs2ihHA/KuFlxOcX/eVrWbrK\r\n4/vEs1d6YM3zu0pqz2HRo1rz+WSCps+pDaf6ZMVJNQnpeMY+BwjALc1EpHpy\r\nYd+CM/WeMHcln7QNcN7FyQ65aLCOWsg2wHmn2d0n7e5KoO/3ul2EuKvWO48H\r\nIScPovDrybT7C8VmUFyckPIRF0zFFrQpeQwn5yZpG2C7JTUXXuloYlcyRPQ5\r\nz1n9fkZB/YE33rrEHpqpejTtb3syE7S6do8mPNWxwkWoIAJ62LrNIf24CQ7q\r\nFLd6ykil0VMbe/GZFwOVo6EysQDEeg8cmDNGJGaPccxLvnakXUqPutWK3Rtv\r\nAxzl9dVeAnn2/dVbQB38oMYGsYLi8pTnJGXzumML0e9loW6C/3NtllZOhehz\r\n1JHtjqEIM1AeYD7EmAJZ971vnkxS8j5eiUJxpnyHex5hx/SFnKIf5r7u5OHK\r\nMWo6LHPeRR1VDtKJzx5zy/p83aFahp22i8Jfk2y5Tjo37AK8MIv0fBs3Tlcp\r\nEb1jIYBLMry3EFzLD46hOhwpefcZ5ztKNm8xSs4i9ArVo7elztQWsB0PlDxZ\r\nERKp1EDdQTonZsHdjMqwErB8pyOEpBeXJ7U=\r\n=5fr6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"1c25860d473f244dd944f0f7062ef0c6fcb0af3d","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.31_1678174744403_0.26437989657891525","host":"s3://npm-registry-packages"}},"4.9.0-beta.32":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.32","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.32","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"fdff7086ba0d319a7c9cd5e7688dca02d7a5a501","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.32.tgz","fileCount":56,"integrity":"sha512-jraSYkPDFEQlZs1YAlMfsE2jqqCunxwki3/oThzmbcrwT+QC2gZTQjBXtjJZSj+2pBWxzWn81kqiIkWJHx2x2w==","signatures":[{"sig":"MEUCICiw/WQuhOEtqNkVJVRfqPfWhAaTn1zGFdkM+FLnuiTMAiEAjWyqdc8+EzncwJZ21BsiNv2VHSrZNJBs8vSOIoPYjvA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14995586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkByaEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+/xAAnQnxV65AzA+idwUCnYn1yfORqFkrRPWTzuJ/x0Iy9Cqgr1Os\r\ny44MGPV6Vg+Giw8KaAYwTQHhk2C3saupipUK3kxetEWlQ3FGgBWmqV3arEQn\r\nmC1p2upE7wEGpiwFMR3jCxgp3EPAVSLItyvFYd+u8JsDRcNN6BpK8UqMPSHB\r\nXAljm5JPZprWvZUJeffrRC0KGO5IlsqiVH/4pzxzQ5Azdb5fbWJAVlVly0qS\r\nrf5EZQs7WFUoX6tuPaBDvlZBbcZeqvrizx1/S6wNEB8OFJu2MO+sEtgOD9/b\r\ne4fc4BvySsNV/fFs4mjg06ElGsu1M//aAdcyeJpeAbfgMpoVtDbFECM3gJ16\r\nuqYK1SZXzjRgX5tbm3kE+002Wj7714mbwzz/lOLn/qmdtrk/YaWcihUsFTE+\r\n7yihjDRF3A+zk+nst/nOs4ZEo7eN6xCvPIcTAD0paEn+z6yVmlC0LIxO1NH0\r\nGweAQ4t729cBk2FUdTFqX/B5fepTI/jCG4/B6uFADiFO9Bkf9QhyuES5YQOO\r\nwT8PZNlV0DqdHA9O5yEaqmyZbJMr1MqMHXObGMbw8ORNPiJbd/uCDpsdXmzY\r\nkYNAfJNJV6ajWsRlexDKsNeb/T7gR1QtejWm39A4wtj7R7wnpNfqKSamVGGT\r\npc3Xqd1yNtRGG0gluiX/zAisfatJhU82c7Y=\r\n=P9df\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"c3e4e66dd0ebe2a4788eb33670ffda134a54aa00","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.32_1678190211791_0.775894395282726","host":"s3://npm-registry-packages"}},"4.9.0-beta.33":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.33","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.33","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"034291b54f52892f80e11087d5363b29cc08848b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.33.tgz","fileCount":56,"integrity":"sha512-ZzlcjZeL7YZlXO4fsr5jMqNJq9LFBaUoVx7ckGLNcPJPDvG7QZ5pvT4iRzSwz9hatmSH6pyQO7FeA19EYbZ4pw==","signatures":[{"sig":"MEUCIQDb1U9rV9b1F0RjRPzo3wf7mM6OqmiM2olZafc78IDoZwIgUqmFdC0LvIF8iMHP5nhtIwVGh/bON6V7eN9afj76W2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14216301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB1HNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaUw//d1OedjdOZJbIhexcJ5WQDtSsP5zTVxD/DiEW+BTgFXkJbM6Q\r\nRhgvsQ/YcEYv6J2v8JbYLq7u5AM7neInI7qe1S68im6TU+0oSRuFucHOnVIY\r\nP4WR7URNh6E7gOzjVofZJBN5lbwqxpAMe33qAxpKDvm2+Fd3NL9VmFztoAXL\r\nWTdPXJZH+vde5NAhGrYC6zPFYbDFxfLBvY0LSlkOV/hw95t2RGIBSuekUTb2\r\nSRz21OZLdadvDvQdBgS55hikH0vG0Vrn9g6VBogq+XOSBd90E4KEpvopmrIE\r\nnTGKv2ge9FDxHYsggeiq0WzpMzfUNetR0qQCXo8tOa3+YWHs/IkG29l9+WXi\r\nlDepbOyCI7YuibK4D6xgJ9tH8e+P6pkzDqKUImAMl4bpiURjQdmq3BKVipfw\r\n0IpKh1GsFlDOkwqWWLrW3Ksr0w/4iFStc2ItTYsyxua0fIVgtjC8b10xrtJb\r\nN3SWXeBeQZCXfgdibru0Dx/CiFvyRJMHqmTbn+mRlRj/eKTuUMMsrddJD2Pj\r\nr8g1tKWpuSNvgIcp4LxpLMGUrRWtGT2EzPbV+UGGpdwUh3S+w4yV2eeEOWaC\r\ntz5B9c2SbVxTzVhPCHG7z+VDEPaZ58NlD4kYga05tsnL+ckr2j93J8QkpP/g\r\nL9f8atqkStfSjtM3gcH7vwtmP7NSGDSBkII=\r\n=rrSQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"514c15908ff9128f950e9e622f5a9ea6a7c7975d","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.33_1678201292923_0.21779678146074888","host":"s3://npm-registry-packages"}},"4.9.0-beta.34":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.34","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.34","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a481a6710d1db5b9df1f55440274bb724e13fcac","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.34.tgz","fileCount":56,"integrity":"sha512-CREW0myqNnsHJMe5z8vlLoxotyefH5+IpQpNPjeoA8/OBTMNMrdokNAZdlUT/IZ82S1Ze8WVT5C2FQF30nJWsQ==","signatures":[{"sig":"MEYCIQCDet3UChsPfJLK3K8jPuAGrJIk49fckCTvO61oLuDw+QIhAKTOt3dmwhuHjAX6IhIHKZEFldEuTKom55cLVTtErn2r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14220061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB5FJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiTw//ee/bCifiS8suEV2tkJYw8DOb9mpA6mTSMzDV8U16P6bOLFyR\r\nGTKKLtXDR2vMdDi18O3aH46vQGwD9PxRcGXBE6bhrZnIoGRA+dLrYqm7bpey\r\nMFBjNfhY47QudxDNhNSziXfUuS9+1JDlZt2h1f2zqnNtGD/q7XxEA5A4nyE0\r\n32955c+Y0i7+0VqWtkx+CU/1OTLes81GdMhJXnCU5Hg4Rkg//w7n8oy7WHTd\r\nbGi2aKOKnypw9/pSOzQcZPoFHq3HQ6P+D4N5WocTlGcv3S4RfP7vwlrc1rjG\r\nbhnDYNiBobzX+WpfvfSslik6ovtsDLLCxxrklAm3cEgI7m2qIVnJKcT/6zrA\r\nn8LABnLR1p431mn2oDQ19kAHTctp9xxfQnu+t3VYd9W1w4+2BGln55yJ2b0w\r\nl+Xp8vWzI8T8FmRqMXnbTfWykIURLKrsyx1AYarhmlj3fItHYjTeMQ7l9gnO\r\ni/cuOUGUM7ed+OTlFXNZm5tJrIKGHf7Opwz0sQS2LvdA0mqMcj/bbpExqvBN\r\n88Qih94KpEmVEuepaJMG7RuC4Lh9vEsT016xxBFF6ot2Aq/NGM4WdwIUvLeL\r\nfCElVncxoRogRNMZbcMwV57nzihR5aLTnFdw7kGvM62eTnYQaTpz2FU548lG\r\n0EbYFCS+Euf18FR8Yk9xqRTHs40tvaP08L8=\r\n=lv38\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"389cde41655cf542ac73794445a6e9390b5df39c","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.34_1678217544939_0.41682738926834584","host":"s3://npm-registry-packages"}},"4.9.0-beta.35":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.35","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.35","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"78d76c4bf8009ca039706be0e773c85a4d24d87d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.35.tgz","fileCount":56,"integrity":"sha512-VNlkei7Idb9F4LlTpAU6yyMD4cOzI9S2/hSwG8AHqxg9SwPdMnm4hZ6BXhJAoA2KjmWeQH+TY66Pk+Ods3jscg==","signatures":[{"sig":"MEUCID+5HV7y2Ca5fXbucRpeUPTmAKrdU5ViBjryvun++21UAiEA4Dbgdq69SGoIcroNeKx+LtTDsDYgV+HJf9Z63fo7jSE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14220839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCCwUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDAA/+PbqonU7gN5ynlpCR3WSFQJMQSayBjLBUA8sbyNyiP388qAHp\r\nJwKCCYEGNia07u+XOXQHH1IZC/Kmi/n1K0CTzQuRKXD4cJrlO5cHarVz2Mpi\r\nErOLkDrdXPCVjfIfT7Zf4US/HFPKnrsmBeJTMf5hDK3rE23N7G60XofheL6d\r\npRbJVvV06zogrbRIXdYddWWL9uIoqmQ+jSRo8n9531D2USJO6ZkPw9tJkzIw\r\nRaNR1K0XHSvvgbpgrY69MbgFDo2HSf0JHAUS6oebJyhRayE7MV/EhPA17wVu\r\nMz6cryVlgjqYtKV/lMFeYtC3Sj+VyZb/QjYmoL2/LwGGh2xeUVmyprBA4f1g\r\ncn3hdCYa+pFlN36wOJ7BR7ySyo5U3SprpvQRMmLwUzUl2YPQ6Tb9BcfZ8kgo\r\nCmHMCMZKT2YTPMtzWODg3uEpHs9kQmkzMnWBNsdh9XR1bFFTOfSSyW3DVOTD\r\nCi5c0LGHOberO1y8oxvwtTvT1D2MRSi6WOv6KtOMLwgmrEa4sVpyVdNh17/D\r\nTDcdOCxUEZUeu6dJopTF/oTK4bq0SP7ab856jbYqM1NxLPgz9/9683trTrA0\r\n9eSc0al24NWp+CRVG6gVJ8+4GR8mYbmA2jxXj+WXTNo0Jz1wauIgK5ugs7Hn\r\nN2u9JQ7T7bTnuJibms5T2ZYQuiC8KW6gg0Y=\r\n=PAvy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"c19a6bd2c11f1ce056c480cf54e83fd788b2a43c","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.35_1678257171724_0.8399615519638586","host":"s3://npm-registry-packages"}},"4.9.0-beta.36":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.36","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.36","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"993fc2a1ab3186997b4706ce72091bd7c3ed139f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.36.tgz","fileCount":53,"integrity":"sha512-gORK1Ji3fSgwVlj6Cr9mz9lPrSaox4MDkdPt4gtQde1Rprj0WTS/4jjipWlCP8azNyKCvev6er4HhroEDKsrHg==","signatures":[{"sig":"MEUCIQDzBIQkofkeYfCQhkBQVxxbWGQ3yFG3lD1lqyrZnAcV0gIgan/4QUm33pyLC4ot43Rrbe9BXuQGDPCN+wjJAH0PXsU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1708356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCJQFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVSw//VEyHLbclimw7i0IEYLJjXhiV5SiKZNA24q+tuqbMVhX7QDff\r\n3dWCysoEKsIXkhcHwc7/I2+TatlgciHHQdxqAkAsBy571qZLXRwx4hBZ5P7l\r\nW0OTwIrjZBgi3MoBsU6G684m48SQRrpofNMzqetOkk9TTFsylLLPig+3dgva\r\nGzgSXBPzAL+KN3yKM2mx/Mb3qxl7JcNxDnnWIXb8ifFuOmo1LQAJduG7nP3M\r\nAcmCkZPHrnNrt20oO3juqCQLZbAJmaDkMSAgZvgqQEWgRMWoONyYtWLrVP+F\r\nvPkwLCzQqKYUBz5uEFekflkbvXcwLg6JvM7RcBkmW1Pi9VkA5XVJFvTh5Gta\r\npKfwxKtFGPlgB1c/GE/gMoOnKqGeyjsx5sOoa0SlAadjmgU/v/al10j8mA08\r\nOwiNAAfFDWgTthccqdW+M/QVI+Ak+1LC7pCD99vYvWcbUwYbl3iw4nkiVlRL\r\nPQk/MaxI+bcU1zTPH/fxD/PCNOILGPgSyPHJsnoIQTZwPhCmo3XsLzPd3AVk\r\nlhp84T6vFp99m9Py6esdi59FkrsNJyR0Q6hVj3HKZlW6BJd4ITNxQrN3OldF\r\nmYAa5YEGon9wJFsv+uNY/vefRsH+nRQOW9vq/JqpizM0bb4xbjlQZqRT1d//\r\nmXZjBvS0oUcplFVBCW3bIQxB1p3DgFjpqIQ=\r\n=rmqI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"75aeeedf3d70d59240c92580887afc8d22bc234e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.36_1678283781138_0.34767031541154503","host":"s3://npm-registry-packages"}},"4.10.0":{"name":"openapi-to-postmanv2","version":"4.10.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.10.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"537c72f66a91dcb5893cee2163ffb81d447e0517","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.10.0.tgz","fileCount":53,"integrity":"sha512-7yUj0wEGi+IIBoTKCTbUiq8LO5kOirTbRY6WQypqOlGZ9VjTDMen9UfQaCnT6rUcAK9I+ONMwhpYzMVh3wKjGg==","signatures":[{"sig":"MEYCIQCARs6vyXbaN8Em+p2EpFP6T/C9ivuwq307vNWR4xecxgIhALRmRCT7xVGyJfjKDo91jEMQi6oFQRnVL82lcTUhYlJR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1709360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCKu9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTxg/8DXSEBvAud5y9/WTF+bFIXgyeShsAmzHsScl1vqXknSTJjoxi\r\nUHjmwn/aWXZu9hx1R11/arJKaU7xqaOpm7Y98G5KoY7nWEBSoDnnd8gYdU42\r\nf0NckP+xanui4S/9PO1WU3h48p0x2zE2Xk6c5Ug45LRj+jDBTTqmat4L14cC\r\nIva6X0QK3pCp5+NXGzzqheYSVGBytgSbFxvPj4XVxB6C4IowiHNUhOmr2vlM\r\nbzG2LSOa51/iv6CRoK1MH8Btn0xXYOaZONedvb77ILs4Cwlxp7nmwBiM2oLz\r\nAvQWlSALmZQeWDyUX5K8dV2l9ZvPOF36BN29oISixKI0tfGfdSP/pWTz0VD1\r\nyzvcr8NqTwBb1h3f8RCCDTYdAjTD7xpVaJlH/nNCzEI/0fp+9Fl3Jqt1L+rq\r\ndZDHzv7qO3OUyxe9E9wpCtm/eA2PvNMcn8roEg3Upj8fpS79VujLn/U2ZmlL\r\nf0JT3t9Z0m6bnhZfxib8MuzkhBqPoaUuFsevF5Q6/rfAmgU6hhlSHe8HXlXQ\r\nzKqvyXR3rF1FVMFN1FAOYsKWCrpjUAnto5b2EUOqCneszxPXQv10asaVBN1Y\r\n2lmqlhdUC9oPdMOSHmrQzcQ1C9ZRNODEahky9wjOCe7C4Z2/q0yRZEn/SFJ9\r\nfdHgn5gWsPVdbqtTalDF9sAzs99BSmX2J7w=\r\n=e2YK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"14bc40b0b45b9e2aa121c8eebd1900872e59fefd","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.10.0_1678289853688_0.5790668647025456","host":"s3://npm-registry-packages"}},"4.9.0-beta.37":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.37","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.37","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ca300c47f90790ffe0c54188896cd85f7b6d5bce","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.37.tgz","fileCount":53,"integrity":"sha512-hUVNBFngHnORhqRCFIL095uNtHLiTtpWBNk62SA/IGArnpCJuHgvij4JyJ4q78K9WClVnioLDiNG7TWlBIeNPw==","signatures":[{"sig":"MEUCIBVEmro+XpUJUqNwMJvZvQZrRe3P4pHZIWoXn6tdDxGKAiEA9GHRFhntk0RjXOWsW+rc3pHPg+/T9uhzjTAHCALGlMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1709816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCbZQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruGxAAkaxQBYL3cOLdNc1jLr5hCTvrcn8v0pKwZZNEtEK01VDs/Pgu\r\nII4HN/msBWt742XW1TIMh8mcYRrf/o5XlT6crSTRLgYx6Gcy/WSCOy97eAyZ\r\nIFplmyL+cfGc0FZqUwHkymtfM1/KZsyo0EPgrSg0JwDe9/CfMKJhAzvCFE/t\r\noZhLNLp80l80CSNrlHFZ3iMX9ZzY/K9nftsrQnhNL7hNB/Drnj31dkIlktXW\r\nnz2YoUs7WQSB0TyCeGOuk1OdVoAyVZtnl+iRFR2STLykT576+hcdfEGgVBJM\r\nvk6Eltb69aI48vLOHHIhzY8se499oGk1r+GfG5GqcuXSE2uTAz7TuhTgHvEQ\r\n8+tJ9usBrvxu7nxJ+MHfRIiyQ6ovH8WDOBpS9PbV96F8+Yc78hgI7oKNj8qr\r\nRv3xHrtNdQuAMN6QGLjGTA+ucD4rIQ7/v2MT+UrVMhXBV1yVFvpA9rV3pn2W\r\nMlkASnOHXYO8PYOcR35A6hMp0l8zwdAVc/AqzzVYr+VxNkB7JoxPK92hmcr7\r\nxhP+mXGCELQXVMhUjXa4ROYhUDJes1eHa+NV812LwiF9gQbE35YTklF1FFLZ\r\nQuoHiIYZQgtxGBxl3RgaqA81M1nFb7n1/9/1hhqtgbG7uRmtvJBWeZv96Sy0\r\nMFjhZlqoTin8dCL0nz3UpuIgwsgmm1a7oXE=\r\n=YTdN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"1b06233b7ac1295f4a9e56ce10164ddb4658eca1","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.37_1678358096643_0.1924199889482967","host":"s3://npm-registry-packages"}},"4.9.0-beta.38":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.38","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.38","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"5451b247816b7880fd05225f7960d1a582e9f20b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.38.tgz","fileCount":56,"integrity":"sha512-vCDsl78d3ePQZtV39+Z+KDe2aSBaqzm8rf2gIoSYjSHj2QtUFIQGuUJ44G+32jkQipbp1gogneTTWn3uM1/oHQ==","signatures":[{"sig":"MEYCIQCUWxxHOZvTyUi72EUyyt60ITppex2nxp7TnJ/ZtVmJjAIhAIO1Y60IAYXoTqJjnwdHPXtairRFV86NdWDLvEkcUXgq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14221666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCcjEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUkw//W8ZsDrtO70sws1Z8aZZIWl3P+PuHcwLiYfsSBbhVWfl8JFcW\r\nhgw9VmQoCHwQ7iEqHL/TNzQmDPNNsPswAIseB+g2rDomV6GhwW88lcnrB6dG\r\na4Nx4vYZhBjOVWz38rWP8ZKdnTIIUtY+Zks0//22CwFh7kLaUzu4pvCVXkAK\r\nQe1jjal1B2aNokwk1D7EYnw8AIaq0ndTPEZXtfbQxNPpqvizuN0eBzfmQWmO\r\nBo6zsrQ0rphfGqCRtiW97p2IvS3uBMWZbkrYc4blBN5FXF+BuCiKCyDeTlac\r\ne1XG8KleWefBNZ1rMt8v9fdbnnDnOQ5V6Uod3KBnoT0Mg3sIVrSV5y3MbP5o\r\nSpaucaTPG5vZxoDcXQw9a4Q0lxu7MNTUrSj50yXPwBzpbwCUjwR53hzjicrc\r\nhJQ7ZGUY+acLlHhjIE1CQJt56VlFZOTxjnAUORr7UTVIPl1fhnJzzXYvyKwM\r\n3oduGXGfUsAFXtRFXywwg5gcHcH6wBs/ISuT+VGRjiKF/g2tEHdYt0H6C0ZV\r\noHVwn3vXbMc0Q2eiJgi2afubOgxs+Fk6XVMzuMHP/NXvaDwav49IbcP7njcu\r\nVvVCJmCrVrrX639xYJdYI7ZmtudxcBYC2aAr8bmXQX+1MZCCcNFI2L1mA8CM\r\nHapNDtCed3FQFcbzvc3gh7aGgiB9WP6cC+I=\r\n=MVgr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f3567603399ff0790cae422c0240c4817fb0caef","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.13","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.17.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.38_1678362819778_0.42632083947418176","host":"s3://npm-registry-packages"}},"4.9.0-beta.39":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.39","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.39","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1ea4866bb0d23358f2f921469be829a5f4030de8","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.39.tgz","fileCount":53,"integrity":"sha512-hjUp0tzMmeX0vqZEgnUnrDWrAM7PYMsEXprnQkmMyNRvsgjpp+XjnmxIPGBMRUbzbUTH2Sw0E0LUSdH1En1sPg==","signatures":[{"sig":"MEYCIQDF7Bhzrkln3k5MQuUiN9cCcxeuUo7CySompD4bMOO6aQIhAO0vxIn9sl2m4jNc/CsIRvfVNW5mJQd3fqpcxNFL9Mw0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1710125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCd/jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolVw/9HQsaBU23kf2RsPWuW9UiYY4vVET9GeBl7c0JVH6izsYOT53H\r\nK2FE88vN2/4DmtXX2jJwO6g5ghxuxPatUZKfsD37W2Trq7SO+h9ElM+aD4nP\r\ngZ9bT5gEL5Fh7jw1KSBUmICnD+bvG+TQvjMdISjvjX9zaM62ns9QpR4Oq3iM\r\neGpeaPYquWGFECnd2FhzibXdUIcHzAmzDrqonVKFFXJ1gdJmndGAdlScMo8C\r\nkIP92gv5HtJ9SAkunlsr7LiPpAM7skT0Wg9IyNfBndAjRigdV/oBQH8Lchtz\r\nH0W6C4Yt9pd4T1Y8jrjiroF/fmbIybuUb3R0OIEtVlrAvZ7q5jmP/geRa1C6\r\n4jRUQdyzJydK4lQgJhtHVNtj4Ka6fMJkZzx/9Feu44WCbQotW8ENsxAq5X3T\r\ntoUI3k683VKJgnOUSRs8P0/emb8mfTD9AxE4ehRRv2FSlK4IqEF44b+bJcZV\r\nrk0pGwAI5LisD7Gug9Pn/gnZPLlyHXYRnRRPw2RKolLxBVSXhOIpiynWzstY\r\nIo0+nnHndsS8e04mQxZBTmzMDxVFV51b1wy1lXAC/TxNDOVJwtywlUa1dQZz\r\nvevKGhyxHyqTh4JstXvj35XusYuXNh1E0B7UBMnK2nY5+eA7Ww2M3JEEFmcf\r\ny4otXccrUu+D53IgvupwQjuMe1HAbu3vF+M=\r\n=A29C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"1c13dadc404d8afc667ab6fe26b6d3235d4de0d2","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.39_1678368739386_0.8156410024214966","host":"s3://npm-registry-packages"}},"4.10.1":{"name":"openapi-to-postmanv2","version":"4.10.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.10.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f7a29745a8d991e7b030b95bf39a5ddc97bc7194","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.10.1.tgz","fileCount":53,"integrity":"sha512-LxvCY6h3j/9sNn9yaHr8Ok4BQFgeoRITCjSPlpmUl1zKhaejT2fXWfxNHwoZ6w7w6oaZ77WjoAPhQSmL4O4wtA==","signatures":[{"sig":"MEYCIQDGM69y5LOnp/J5A4lGaXxMCHFTYkBc3xrhoNo3gUdIbAIhANTcHkPixV9TcK83bYi7jYY2fWEt86E4FiCbczeNv1Eq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1710237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCgRjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcnQ//e36swIGlJ0QcN7SgPWKcC8LQw2Jf3tUhiwku8LuZNV81kQt9\r\nGeQkHOlP1dnjA5GmM0GrU21kx6iqR6t6pOvsTGLv23RJBDAaWvjLtJt7lSUx\r\nWcuW+dfj47/roZuqRQBl88SVfUNf9KjM2Oxvn1q214KcQBymHPO+Tm3gYbt5\r\nKrucL/20oOdhhOMZhUwQcKq+dJgBlq8Qec3HAovl/67NeoAhkrH1YpzDKDpd\r\nIBhZl56NNZQZp+V1O5WP1SN2KVPUUFA3U+TlddWVIxim4H1ntoFkPeiXF2Ze\r\nZ8NECxlR7cMyE/65QxzGdpdVzoWWbsfr/5bZJ5Baim3hrGHxpWozXiAcXMqM\r\nVf3upB/B+fBJVNPJWmtUdvgfsJ8tgn9HubTZVug1ENtgvIYZxpWeFJav2maE\r\n5JRaHWo1JfMsP8FvKv/UMFBV16pamshoTURPEHNQ5eO8MsibHBqyFzyXfkCi\r\nlKqhm2LvEv5nQ/WO/S+FKCr6asvzaUqG3isjiTnef2J+wgK+bWEdWV1WcuEV\r\nTTnHDdqaKXur9enzMQ8zXmzcWQXS0gaVGyrMpaiOWt0h2TdFSebYy9aB5sEx\r\nAMWhSPdLC+0XRf+QilIJPeH+975c+Lfw335mfxJ6XMOWYZnC5FxSDwDLOFiX\r\nUijefaabPj43ppsz0nBMTrE4y5aV6ldGMm4=\r\n=B12V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"9b0a3220702b362333f7bd1e65f660c240502095","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.10.1_1678378083076_0.5272163994672663","host":"s3://npm-registry-packages"}},"4.9.0-beta.40":{"name":"openapi-to-postmanv2","version":"4.9.0-beta.40","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.9.0-beta.40","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"512bbbc3c910b8be13edc93f4368b3ad1d4b5208","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.9.0-beta.40.tgz","fileCount":53,"integrity":"sha512-NhYZBkHoKVoXW0H/mu78iXZOZx2IKTAehHPEcFgk1RJJH/ASwV9qtUO9Qi1GdV/m+MXzxX67g7PCpfaTYnWNwg==","signatures":[{"sig":"MEUCIQDpBDS+Ncbo2AOJ4dWgMjxHFjafdYtHbyK02lYLqmVp9QIgJRRxWbjpxX3bGvGdX08xKWHzvXHoKgIdNNq0poIDKm4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1710962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDuuLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+2g/7BARqU2ignWc2jG8yoC5YIDdL1V2wYreWHg6HAGcWgwfrouaH\r\nxjDOqjbkuuaEXcC5afut2tomASIVg9ATdKdTgxdfRIvPJGYgz3eIzOF3GRvj\r\nqZ5paKacbWq7FsVaJhijwALKIaGVNVPvnM0ZmmO30DQhgmdQyI08XdLeER4m\r\n0LYdX9IpdkAuI07iYjlctSm846dL+ayzOUrfGUxAYatKb2x0dQfM9Xg+Hb/6\r\nC146BR+yurkB+vxoUfC1McBjtgqMrB5nY2Az4jkQCXGjcKuC5qyCUcMPguiB\r\n7UC4VSyn5AQH+z6Ce5PqSN1UnNXObirmEG/TGk7FMpO2ZszRQvRYPkHRsCg8\r\nR46dPAAd0EfcGaDQxAC5d92/EqpmpSKltHLyFC9IGc17VidITx9DHbMafSLF\r\nwUmoIVyXGYLJG+yrGqZVouGbAkqmHVenNNSTERxeNU6sZYk2TZlRz2z5jCQv\r\ngUg5jOo3SXJ0R9yAdJqO3R0J1zn+8ZqahreyI859iiJo8iNFJDwds3MozCvu\r\nwWyuv+raA/FMQhW4uqc3e39r4pSS2pIYmsi81asTEEBX09KDji3lCmvmFeNv\r\nHJ+XSU9m9AaJtjWT1XQMqS1wBSbn+Agk0wL6GZWCtKo0ZmOVRTuBlCZdD7/+\r\nZRVW0JoBuo2bbhJGUfeNArmbEkR1ZOr+JI4=\r\n=5unt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"a2a9b3d22c7554304b1f308bc16618a3a82fc575","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.18","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.9.0-beta.40_1678699403433_0.5750969972184172","host":"s3://npm-registry-packages"}},"4.10.2":{"name":"openapi-to-postmanv2","version":"4.10.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.10.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"b5f0e2ab7d50cc0c5693bfdad4c77823620f5b66","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.10.2.tgz","fileCount":53,"integrity":"sha512-q5lOS8CM4kOw8p80/bpxjv8LvHikld6ZLYHDeGOn2PqEvWY2arHLYSiL9PJLT98qHlsCl0t05mRgDzkvG1YV8w==","signatures":[{"sig":"MEUCIQCEtHcDYeigk+9yiL38yCXbiY18huMZXbl5foR55ZyeEgIgaKQf5afVWu6nYabIl2Aa5ULbBEBcIWxnBGQLWmbrdIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1711070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDyh1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8rA/9HRjt0nmlrg8hpbcgOVPRZKD8FVLaOI/PJPz+ligCOwNWm6S5\r\n4gnwkLUghHO1r6Vre27YjdqVLCwE3cCDcd8zdIxXYkhFKFnwzaW+WVCLDhOe\r\n5cBEdNjHazjKTRCDbcI5oRKRmPnDXzNPy5IIRksIa5bkJZ+w3v3vGhb8/qFZ\r\nzpx+VqlL+rbYK2J4d0jJkJcCn2ioZSKKdqeeQyUhKH/Wdq/mf+t2ZA3T9lLf\r\n0+CR86Xm1xD2RWOI4xWoTk7ncPTidyiEZNgXe9A/rDi33ZrjgPINwI2AhW0k\r\nPB9ZFmqRn2XCe3Eta98/GtxZhCpqE546Hp1brP2Ur3xCH3eGPY6VvW5akJqB\r\n2Gw4FmPuo2CVPUKw2b/S6HfgA9p8v63en3+W5N28H/rMyIlcI0nPhACWgfoj\r\nTRndn8cYIK4Nu7Ki7bBjM5Am+MCwgdtp9kRA5BE+OOX6b2EnIEKDUMytjxMt\r\njQPRu63BrBPPw5dEpyayvvLIVoR0f4ZXAGITWGRJsQGBeCezF5FvucXYsuDQ\r\nM+vmoD4bCpA5ws4fBQWXi2RH3PVFPpJ+jw8iOJlsfiwPyVSdfF5z81A3ogMc\r\n6TgBjIjypv0zTsfzsUH61LeambMoC640EbFfTa+LJrgEyOnFkndIYJK8wiIK\r\nBfVwHl4W3U+V2YRzdWZ3rdJNE6zbH0wwnMg=\r\n=Z8TO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"f94f06b1a84f2b330c812328f5d4b453c53aea89","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.18","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.10.2_1678714996877_0.07381227058302708","host":"s3://npm-registry-packages"}},"4.10.2-beta.1":{"name":"openapi-to-postmanv2","version":"4.10.2-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.10.2-beta.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f1ae42b76f4e530d0dc1148643dcdc4fbd5b795c","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.10.2-beta.1.tgz","fileCount":56,"integrity":"sha512-nz61v1Px3jdfCVDKQjthcuOqR6Pd5L+rXf/YsJl7ogfiXKyd9VfMh9wpyJ4QSRi+PjNJJlJQ4dBrr2XEuoGaZw==","signatures":[{"sig":"MEYCIQC7mLKHJQ5zZu/743utDBHlMjiP0GKFauR1IaRz5i42qgIhANbqDNQD1FqUO2vjBNP1OKY3QsC4zJPOqXFad6hGa0zN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2104908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkN+/3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGaA//RiNU3AVLN/ztpfuQICOyuPkfc1ZS0ZfZCosN1Y/mxK3IaA6+\r\nbMZT+zfP/JuAkKG1WJ4snjkeQCMxbV46aTy2Om5NitXc5GNPhAvK6ceblTxj\r\n/XB8f5RJXz5HxOgcjgSbydEaGG+ViZwHWuDvrcZPTQidUjJ+PsyoFX/n8pG0\r\nP2UBXs5/TcGYwQsUadEOwipNXDByFFL8cdFSQ6+XTSS586QRHcx+KKA4s0x1\r\n4uTDQHcqCnrzmIZg8ok+WSvnLIxxauHidBNYn7qAgZ39OuNk5eVg9UXtJF2j\r\ngrk4uvm6ufXvr0s1aFfvkD5u5n+6NNfzmeN1MFuInYqHmIY+qrBGW3mxKj2j\r\nAySoLgzwzVPA9BjemvNn4TjvN3Mg38YWZUoQXLtrWTdRnHKXCiEDBER3Z6ME\r\noWmYSD/b5pSBiV3AG5gdQJwL3RqkL3ZpBD7l28T62jwCN8bMtjHmXhAhqI10\r\nXzPgisdmvpJyPDdJha/y5izxhCKZY8PzL6q3vauaKPvxUtOWbJ9T3nvPUZPh\r\nZlaT5q7Lae7oB2sVNRI4GuV6soBkZj/PiUMG2MAY8ZFHthwTIOiQ4kwHRW39\r\nuiyHSTuCVxbYj/SuEwi+RhcgD50VQ42OOXHXApTIHJ+vJMIqoQQhTJLVWs3k\r\ndkF6k82WsoN4ZkOWOCaT4urBRlkqi4hfsqE=\r\n=ZS2V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"880ac0026783de08923cd09b19894bce87c7e216","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.10.2-beta.1_1681387511519_0.9287729264799678","host":"s3://npm-registry-packages"}},"4.11.0":{"name":"openapi-to-postmanv2","version":"4.11.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.11.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f1281accf010df746b0b92a6b77aa16ceaba42a3","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.11.0.tgz","fileCount":53,"integrity":"sha512-r7r81V5BGNx6jBT96Hfhfv7iRy735UsIUYDfBv1blJ5qfS0+tJ0lXBnTJlrBhb4Y9ztaFGCek7/LFdMnqjFVRQ==","signatures":[{"sig":"MEQCIBth3cIRyvjJWupBZm6Rd4BSXxM2Aqc64aLrJ6MyRxWhAiAaCVM1swJYV042kHMK7Nvxa4Q2vNmTaraSOI50NJMFnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1714327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOTOtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGWQ//anGrskZdk0FEyLuvCRHMwAjYrWROGfbqNHrk3YXVEUMA1KGf\r\nbOaKuqkDlT0sNAgRLkuCrVCWjb7m9S6yY5OD0HGzv+amJHbhYw+A9/yUDKma\r\nlwxV/soIhGDU5PSw4BhSIT6F82i+BQnUAEfgKrooIVktoaWz0L7WGHspuRah\r\nA+tycZlWPQ8nL9BcXbPY+lxP+GMjIo9imhWJNiR0x7zmfSVVZC1S4t7+u6Je\r\nrat2d0JMZcX+7d8Tn26VAEcaWWsHh2bFIO0HFmUpLSa9kb8oAnySEALcgWUo\r\n2OxL7IHHmWLZ43zPCG17ELeoz+3HyRPRuU4jed42ER/fZlU6wEuyXermmB52\r\nEZw0Tpy4mpP9u8T7VXeDYINtt9bwAiWLxxGkGwJYs5T1yyu8I734spkK1fFJ\r\nLFjyXl6tdajuF2Z64cEHozfU+l4Kl0zy7ifjh1YxXUijY80nQmzLSJETgqRK\r\nYXuoROdyllUKyHk+rHhmsbKuLKOCIPKkTFDe1wsRM5BmJFP292vYYIZdb2fQ\r\nyimkWd4nCuz2x1bXQaMPV/GirP8rSIsXOmGI9sYtfU8ux2KImzLcRUH1DIWw\r\nQffb4S+JPRUpP7JBe3xCWhqaB9GlIdlJ7gvT493rp2dPHMAXVlaMkD0bHG4A\r\n73a42nBbShvpWiRzslUY982bHoYDpboVe+M=\r\n=co98\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"0540979488de17262c0b10501103ff2054c3927b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.11.0_1681470381290_0.7256540974042223","host":"s3://npm-registry-packages"}},"4.12.0":{"name":"openapi-to-postmanv2","version":"4.12.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.12.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"bc6b2476e4d7ef0a9a945c423bafa68064418a22","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.12.0.tgz","fileCount":53,"integrity":"sha512-bItgckkDx+HDKMxz7LN/V97mor+GbZKui2YaDOWAmKjxeL/7LpvO3hrn7p/MvV8F8hW0lXOEPC256so7a2yk+w==","signatures":[{"sig":"MEQCID0j95mXMU/H+dIm0GRicwXVws3r9YS+a6BxOyGXtpKwAiAEHjp6pTyl+cWcIW1PbiSdvoNX4Y9fVVDSUSdV/7xOYg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1717467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkU5E4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJxhAAh7+7zy8ihwKfeLmYCLiGj2FhSI6Zzw1eUOBOXjL2Scccn68l\r\nWroE4oXeMRqLrFoat87YvQspD+q0Wy0ZGXQp7ItnkDd+m2xl49rfUcve/5WN\r\nsmeSQivD0k3ndrvkmRXLCP2JA6cddGal5zZ+JJavv8Tkc2uI2oz75QCUpomY\r\nugVPnGDymQ1GLObs50HBbczkX+ZrMretb7dwXn7hSuyEt9Vm3WOUELWXELaH\r\n7bgZbx7lSszacRNXJG4nORaq+9TVKXCX8fVzxMqeAGDPOvNP4a1DsaNcGI0m\r\nNxu2HSbBFr9FqQHJrctIQWNHODdZ7Lk5plkeoUav8pwGO5WtDxirHEi4Y5Ot\r\nn7LM/UxzgZ8G/vho/56jfSzpEgbsCgeDj6p9KTZEsW23PTuX1IxwebjanEcW\r\njQ9qfKTHVRtGy2vTgQ25nJDiVt0+4ITfica6thwOV7yZeTK97wYuHWw5VTq7\r\nJwW4W+J7nmBB/MrvUV6CN5O82hImk2US2puHNWs2GX5MEjOcEXZd3/w5KoyL\r\n5k0wiqCisr3UlQEW4PmEl5ZavwuKkglBN7RQuCJsr2aYaFd9t6EMHf5gVTXr\r\ngDG76RsAYA0Vc4dHgsUbauXts2TdWPayXKXAmrO6Xtx2AgTfx0Qzas1l8XQb\r\n7q5x1R0RiOAbN0ESlQ/w0sXq1r4ZI3Y6JPg=\r\n=2/md\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8"},"gitHead":"2d3d0bf0b70ae00afc6bf982eb18a2376e4a92d4","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.1.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.12.0_1683198263844_0.4699707552194201","host":"s3://npm-registry-packages"}},"4.13.0":{"name":"openapi-to-postmanv2","version":"4.13.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.13.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"38df189532a15e1aa060e8d97a62bb39ebfcaa68","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.13.0.tgz","fileCount":62,"integrity":"sha512-mJ5lCx6hQ7YjhGfO0mvKbnsT4c8Jc/+9KT+SmlIFVQdPQTa1rdCxSIYYmADejpCld8TGUiy0FmMTxE9A7o4T+g==","signatures":[{"sig":"MEUCICb1YyDNuSdK7utvoI2EDnfo/UUC+czFtH0EilmRvRD2AiEA/T/wsF+5IX7o4Zl0cvMCOS3cGV0Ts9W2xzr9Kf3dnQc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22762200},"main":"index.js","engines":{"node":">=8"},"gitHead":"856428a689567ecbf0eb1ea9f444345601b1616a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.14.2","dependencies":{"ajv":"8.5.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.13.0_1684911459004_0.8878406805257004","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"openapi-to-postmanv2","version":"4.14.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.14.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"12bd77a176b598081d2b8ea01f2ef66c207ad166","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.14.0.tgz","fileCount":58,"integrity":"sha512-sJQu8ET4djuJbWYn3Y9Wc+qBYaMv44CW8Ygn3Ed+6A4we3BOcJoVeqJ48a0mJigQo0VugNOdyIIZ+uZS6y4OQw==","signatures":[{"sig":"MEUCIQDgObhqQFGPXLfv0A7wGmflfQ4q/n/ljfO8pkUeX8TI/gIgQBjwG4ZpLiiYUrkowvEQmjlf9nr2aN8t/qNTBxwAvfg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1828916},"main":"index.js","engines":{"node":">=8"},"gitHead":"d3967c3ced54728673129d6d906b469a5ddc29da","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.5.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.14.0_1686114614103_0.5600827771518242","host":"s3://npm-registry-packages"}},"4.15.0":{"name":"openapi-to-postmanv2","version":"4.15.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.15.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"156224180d09db4ea3b1b8f235be895102e8dd17","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.15.0.tgz","fileCount":58,"integrity":"sha512-HRQwi5HCJrBOGucLN3BPApGMUo8ODPkLacW2IgkKog5jfTB4MLYfKxKTJ+B6x66XcCQ/7uXP4g1evhPbKdhswg==","signatures":[{"sig":"MEYCIQC0F0cOHCxHb5P8SqF9/7zM85culPOCEVbnFduP9+QpFgIhAN1sKlv3vRPRMYF8//dylXb/JsPBLRu3ANNaKxWLnau9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1831155},"main":"index.js","engines":{"node":">=8"},"gitHead":"d87615f96d3ac6ce0ae62dd97eef3489fc24534d","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.5.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.15.0_1687849349638_0.1315774116462971","host":"s3://npm-registry-packages"}},"4.15.0-beta.0":{"name":"openapi-to-postmanv2","version":"4.15.0-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.15.0-beta.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneet.bhatt@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1bbed8f84dcc387bbcb27ee446832a7f8cecd32f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.15.0-beta.0.tgz","fileCount":58,"integrity":"sha512-0bLdjJUCHl+G2HtaNbIT3Se523HiKoYfHFZAClJAJhRI0yD1WwWQyBPv68VKjtrh69vgYrAhXzIFqtn3a4Bdiw==","signatures":[{"sig":"MEQCIASPQoyMTq/yRPVFcOgtAHHzoQf/G/CYS87cx/mB2faNAiAg7krLw44bg8vNbWq0W/Uv5Ma3a0UGh4hmNi4fQdSVHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1831547},"main":"index.js","engines":{"node":">=8"},"gitHead":"3c2947cc23a7fa418723c390de87d585dff45bdc","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.5.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.15.0-beta.0_1688653807905_0.6942322369757705","host":"s3://npm-registry-packages"}},"4.16.0-beta.0":{"name":"openapi-to-postmanv2","version":"4.16.0-beta.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.16.0-beta.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"4d1b7d7fff7868f90ab4324d7a5d27e86c062cf0","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.16.0-beta.0.tgz","fileCount":60,"integrity":"sha512-8CDqWLuAM5f1nh6/UZLifn4SEItd9Wh7WOqNnM8ZCVULRtwuNnBaGknZ/iMmD6zcDQbrrdMMvn2Vgk70CXoT1w==","signatures":[{"sig":"MEUCIQCWxL67I94LHUYUiF0QBW1/jaB/Tw0Qq0W4PdYp7DXBGgIgJmiX2/9HUoXkj+Mq5EmSUqa67Y6L7Wl3NsFiZtaRUXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1833364},"main":"index.js","engines":{"node":">=8"},"gitHead":"3138e9a013b93da301ef336d786f1dedea9686ff","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.5.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.16.0-beta.0_1691072071339_0.13784399580942175","host":"s3://npm-registry-packages"}},"4.16.0-beta.1":{"name":"openapi-to-postmanv2","version":"4.16.0-beta.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.16.0-beta.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"01b623370a0adacc344a571c8e6f754f4dc69f61","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.16.0-beta.1.tgz","fileCount":58,"integrity":"sha512-l2h4/I31nLDI3zK8OM+2TBiliaH5svgb7GjQIX8JsIhGRPDHnvYO0F+ts71CHacaJG5MImB4HO/VRqXkz3ig8g==","signatures":[{"sig":"MEUCIDiiuUCfjoljvRcyoxdeIQHWjupRrKFtChJrkFAe/MB4AiEAt5RJG2xJwQAhz9r2gDtqEzrgteuVjYZqijRsTr20bE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1832894},"main":"index.js","engines":{"node":">=8"},"gitHead":"870767a99b76467f631a24f4f35bf96afb708f87","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"umeshp7","email":"umesh.pathak@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"6.14.16","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ajv":"8.5.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0","@stoplight/json-ref-resolver":"3.1.6"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.16.0-beta.1_1692277358615_0.5173121554821496","host":"s3://npm-registry-packages"}},"4.16.0":{"name":"openapi-to-postmanv2","version":"4.16.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.16.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"dhwaneetbhatt","email":"dhwaneetbhatt@gmail.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"a8cbf67a6fbe24edd13f208e19b4c7822a1fc1dd","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.16.0.tgz","fileCount":58,"integrity":"sha512-B7r4kI0ttFBT29BoDkl+DGO6mIMLNBB5t30bxiOZxNsPTCnhYoAwqqeRrd2/j//YVPH80urrl+hTTvOXVSYuBg==","signatures":[{"sig":"MEYCIQCriEAf5YKJRTBsuKmrDFIAnKpTmWWDMdddwIBOMC2ldwIhAKksFtNKTQ+GLmJiHmpJkjhTEVkvutubNenGL8AMMeuI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1840311},"main":"index.js","engines":{"node":">=8"},"gitHead":"206cd9af52607a1c7e637d5e355560d987d7741f","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.1.5","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.16.0_1692361931404_0.9282302534296558","host":"s3://npm-registry-packages"}},"4.17.0":{"name":"openapi-to-postmanv2","version":"4.17.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.17.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"7b8c6721c14d94c06af07be8a610d9aea1585c9f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.17.0.tgz","fileCount":58,"integrity":"sha512-A15vsve5MN63UT8h9pHY6EhaWcOBv3XyMJCH5g9sXha80L00OQm7NuUGTIU8UmR1KlP56Hw4U2aN5LMawsWcMw==","signatures":[{"sig":"MEUCIFyb9+/siGv2zWPn7A/pT61lc5WX7qszdwKdo5/Zejt3AiEAhPMtd2y3Gzonlwl2C0ZkCjwov58fY/9bOTBmL9pZQ+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1840426},"main":"index.js","engines":{"node":">=8"},"gitHead":"85bebdc1a8919ba2f4683ffc32e55128bd7c8b58","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"jatin-postman","email":"jatin.parekh@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.2.1","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.17.0_1694501730918_0.8758989074441383","host":"s3://npm-registry-packages"}},"4.18.0":{"name":"openapi-to-postmanv2","version":"4.18.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.18.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.choudhary@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"7afe56c0e896081104d1ac6fe553e79334b658ad","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.18.0.tgz","fileCount":58,"integrity":"sha512-Rma0lWF3mp9askAVYtuHXFC0ddUGkB6DfnrsxXr4SCP0JZkYIjUp6Aw3d3bfpdkPfUA8JloIBCAM2RrtBM9+Zg==","signatures":[{"sig":"MEUCIQDwUT4rQQs2+C4guSg2N0UeH3rsVp1TDHB9ByItODlP1AIgbV7hE2j/OLr3r3UsLr1QoNKoJFG3nP+jhSW1ZkpontA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1850817},"main":"index.js","engines":{"node":">=8"},"gitHead":"a6badaa44f17da9e2333dc64e41518492d4d5583","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"3.14.1","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.2.1","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.18.0_1695902168325_0.7563252591929901","host":"s3://npm-registry-packages"}},"4.19.0":{"name":"openapi-to-postmanv2","version":"4.19.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.19.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.codes.it@gmail.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1076a19c8527bdc8b18166bde4dc740ea61ef93f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.19.0.tgz","fileCount":58,"integrity":"sha512-2gTOaQuqWfCOJ5mffW2KTOR1T7uaDdofdyFow/bP2N6IDrem9SDD1MKMwCFPdD0WcTkR3khC8e2hVsDmELWkgw==","signatures":[{"sig":"MEUCIAZP/uTd/OqjMuL5yhrXeEzhrRX8Di9NNil+Na3c07oTAiEA5IuJ5o+pPOeuVt0OB+3fs7edRFTNeZdAIix1Dss5Alk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1851346},"main":"index.js","engines":{"node":">=8"},"gitHead":"59e0b701cb5408a3eb12f4468cc56c61a6bd889a","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.2.1","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.19.0_1705579516230_0.7311206386895899","host":"s3://npm-registry-packages"}},"4.20.0":{"name":"openapi-to-postmanv2","version":"4.20.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.20.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.codes.it@gmail.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"049783c070e81c7b6089cce290b991d86924b0bc","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.20.0.tgz","fileCount":58,"integrity":"sha512-b6hUW8HYK2h8xleR04dcBR8rLBUCJBLVbSLEYloTndfhbmPK57P2LYi4pL+599ub5rGOXcU2LZ/5mm47IjVmrg==","signatures":[{"sig":"MEUCIQC9gNP/fAVzcUh1dI033/9x1OkxcbQ8F8MIn4U9Eex5YAIgMbhP9fLQUwkLv1raSPKuIKbcW6jaDVYJ5pYejwshglE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1851780},"main":"index.js","engines":{"node":">=8"},"gitHead":"4f1c537f49225e0d789a1024e668604260a0aa77","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.2.1","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.20.0_1707972519368_0.38094878333407545","host":"s3://npm-registry-packages"}},"4.20.1":{"name":"openapi-to-postmanv2","version":"4.20.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.20.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"sahil.choudhary","email":"sahil.codes.it@gmail.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d9bf77ad6ba1efe214e399ad0725c4c20e06a940","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.20.1.tgz","fileCount":58,"integrity":"sha512-Cr8fWZVtBk6M+vzyogeJGUpSrGatugMkPmaBZsbdS3rXNir1xRxUG6KQ4RTL8LoaK1oVGlIfU9Jp9NsPmockfg==","signatures":[{"sig":"MEQCICJfnHZUc4k5aqENwGmNOEbnl8YpufHRr2cKjIIb48umAiBDDpJ41Jsl3Fxb/hcY2N0lXjmqrJDSYDB3q51/W+mRWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1852361},"main":"index.js","engines":{"node":">=8"},"gitHead":"d366111bbbcd76748171b67e6c4f88a387382fc0","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.2.1","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.20.1_1711544839973_0.6495124409363173","host":"s3://npm-registry-packages"}},"4.21.0":{"name":"openapi-to-postmanv2","version":"4.21.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.21.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"4bc5b19ccbd1514c2b3466268a7f5dd64b61f535","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.21.0.tgz","fileCount":58,"integrity":"sha512-UyHf2xOjDfl4bIaYrUP6w4UiR894gsiOt1HR93cWOxv33Ucw4rGG0B6ewQczSGBpvFMgri+KSSykNEVjsmB55w==","signatures":[{"sig":"MEUCIC1Zf8YZqFdgrZQtBtV/NYP06p2GzjnccjXNYj0kGHRLAiEAnyKADaDDbPUehut9NRIAePdsEoPttkrWqH3qiphmYfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1854322},"main":"index.js","engines":{"node":">=8"},"gitHead":"42f45b9b2c3641ff1b2abbad47d806e1698cfea1","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"4.2.1","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.21.0_1715953974442_0.33669807271610197","host":"s3://npm-registry-packages"}},"4.22.0":{"name":"openapi-to-postmanv2","version":"4.22.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.22.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d9f353600cc7e6941bab48909ca73bdb33ddc109","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.22.0.tgz","fileCount":58,"integrity":"sha512-FY1wFN45RillTtb/3v4d0T7zhiPe8W+MvAE3/pJKMc7G6GoO936XWd5UZhzabS1+2Ovotz8PxFs8Lj65BuMUAw==","signatures":[{"sig":"MEQCIALp+3Y+8SSjjBvdkVuQxUcT5UqhovHDCTggPBoGyF5dAiB5KtW+N/8RAz81kZ/wjDDw+vVBYbp/zUC7ywCv79miDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856900},"main":"index.js","engines":{"node":">=8"},"gitHead":"69a150966253a08dae2fb7f5e90de8392b325afd","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^4.4.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.22.0_1720620796875_0.4298491681938026","host":"s3://npm-registry-packages"}},"4.23.0":{"name":"openapi-to-postmanv2","version":"4.23.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.23.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"atchyut.pulavarthi","email":"atchyut.pulavarthi@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"bea787e3f62caacfa5b2934e413c4029b75b0697","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.23.0.tgz","fileCount":58,"integrity":"sha512-vXuryneYXMYOUGt7vSIFSlP6Ba92hlXHkYkan35YgEJCyosqD3OTFSauUcvCsHd8rb+P0ke5zH1PMN+9YZDo8Q==","signatures":[{"sig":"MEYCIQCC34D5vVopeGsT3z7sWh9dl24RG3LOo0zZ6XkOjnBOjQIhAIbS4JzuPgGuVOpcQJhaBkYaVTl8UY02ojtGFB+qDlhs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1860586},"main":"index.js","engines":{"node":">=8"},"gitHead":"896c4358f8e573c6667afe977eea6accabb241f1","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.14","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^4.4.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.23.0_1721642148311_0.23991531521305665","host":"s3://npm-registry-packages"}},"4.23.1":{"name":"openapi-to-postmanv2","version":"4.23.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.23.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"atchyut.pulavarthi","email":"atchyut.pulavarthi@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"6bed56da17cd571d791284f3ea824f68181de3aa","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.23.1.tgz","fileCount":58,"integrity":"sha512-vNGU95euiXriNw7sVJ82uZyCyV8rXxSkc5o8bcDQh2IonO6cwzVUbrfYPnnj6A18YTGHSWHhQpUy0otxDHFoCw==","signatures":[{"sig":"MEUCIQC2shmj4yx4cD0egK9tr46nq352a2pKtYWX/Z4XBY47GAIgf+Iak+4vMk2asO0uhxtC0fYIAuMVeRnoktYY/okgOBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1860460},"main":"index.js","engines":{"node":">=8"},"gitHead":"8debe4866d5462476256018b77e3765d87662ee4","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.7.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","traverse":"0.6.6","commander":"2.20.3","ajv-formats":"2.1.1","object-hash":"3.0.0","ajv-draft-04":"1.0.0","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^4.4.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.23.1_1721643673366_0.012400354790025991","host":"s3://npm-registry-packages"}},"4.24.0":{"name":"openapi-to-postmanv2","version":"4.24.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.24.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"sujayvenaik","email":"sujayvenaik@gmail.com"},{"name":"umeshp7","email":"umesh.pathak@postman.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"atchyut.pulavarthi","email":"atchyut.pulavarthi@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"90a86a6a7ae6a5bb1d90ae12751cfdcdad8da8f9","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.24.0.tgz","fileCount":58,"integrity":"sha512-SfWo8fftwTVmBs61ZY9SciNlQ7ddSBmPS7NTBdf+LyjHdzr2/TNuvFjyftGJ7Jnm48oghi+R9At2geq1NoBOLA==","signatures":[{"sig":"MEYCIQChnoFbfake1JKpThu+ZZD5ekFaMgCVQo+9AV/BtZYHmQIhAM/BLgq/A/APJJyImkqawRmI1EkWt/8t8SLtR/tm6yC4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1870390},"main":"index.js","engines":{"node":">=8"},"gitHead":"ba8a7a1b6b32f343958252245a979f4aea03e2d2","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"7.24.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"16.10.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^4.4.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.24.0_1723524321784_0.4911536264419494","host":"s3://npm-registry-packages"}},"4.25.0":{"name":"openapi-to-postmanv2","version":"4.25.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@4.25.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2ab1bf915ac873ab0ffc2bf79e463fbbc6a6cc20","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.25.0.tgz","fileCount":59,"integrity":"sha512-sIymbkQby0gzxt2Yez8YKB6hoISEel05XwGwNrAhr6+vxJWXNxkmssQc/8UEtVkuJ9ZfUXLkip9PYACIpfPDWg==","signatures":[{"sig":"MEQCIFsePBPaLXeC/2U1b55r8VoAuFCC3OTHbe4X33twLpcOAiA3jxU9t9Mgx4Tbq8yiP2kpX1w24ydkuAXeUK0lDbIegQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1881033},"main":"index.js","engines":{"node":">=8"},"gitHead":"8beb95cfaaedc7e43cd13481de43c1926c985538","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^4.4.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_4.25.0_1736932754285_0.30184165093017223","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"openapi-to-postmanv2","version":"5.0.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.0.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"3fc84eaa7edfd33064e9af2c71684a37f4292a55","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.0.0.tgz","fileCount":58,"integrity":"sha512-ousMf9rXKen9tscJQ0H8BE+hfgOvFRb2SspYwGnQTmnjzkPNejHUQpNmRUIK/gZ6ZwiNWAnQCKWNogaZXUlFew==","signatures":[{"sig":"MEUCIBk4wmvb9EP0IotWdKQnlJacvKO58qRk3oy5H5MjwzaLAiEAmRx9XzNj+6sMGFRni/+OhPPHY5stBngRfkx9ti9b9dI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880147},"main":"index.js","engines":{"node":">=18"},"gitHead":"55f2b0047271dca9b2aa24888cc2ddf59cf86b2b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.2.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.0.0_1741354468076_0.3348093325095287","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"openapi-to-postmanv2","version":"5.0.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.0.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"1a5fb5a4aab55ea299b3ba10d3c9c1e79809d375","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.0.1.tgz","fileCount":63,"integrity":"sha512-48P3PY/b0K/vptb/5uR+b8jL4dI69W8dVDSdBIJ4eShO0rH3ONzKys0LBFDru7wM3xEde4aay+OwBfuq7OxAAA==","signatures":[{"sig":"MEYCIQD/wMm6skPmprkMRhl5TeTSyFViRk5a7cNq7nvGBZue1QIhALiEz43hSGR5O9HUbt/z3Fgzul9VcYOCtiu8Pt6nwefg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1952502},"main":"index.js","engines":{"node":">=18"},"gitHead":"222e3c8c16a515ad89e8c5b09fb63a1ec3061b8b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.0.1_1753183515947_0.8238013795999457","host":"s3://npm-registry-packages-npm-production"}},"5.0.2":{"name":"openapi-to-postmanv2","version":"5.0.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.0.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"b50da7e3725d96892feb4437d28a91ff7d48bd9b","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.0.2.tgz","fileCount":58,"integrity":"sha512-qaXxucaqbFQ6xX4QF+Kbt3DaB5EiyycVF0n+ZUoPnumps9HtEJZAhm2l95OYL/dXCe8E5h826nKN0lsK+U8f2Q==","signatures":[{"sig":"MEUCIQCB5s1k2ud9WcvwT7u8iJl3wmG7Xu2HOveVU08A6PqwZAIgH2LCiIWNSCA/UELjpWWVWtSEML1uu697JYHlHwqK8yc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880645},"main":"index.js","engines":{"node":">=18"},"gitHead":"9571cfd9ab304585e2f14d6cd29bdbc074d80f18","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"jatin-postman","email":"jatin.parekh@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.2.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.0.2_1756115703936_0.5315800728241409","host":"s3://npm-registry-packages-npm-production"}},"5.1.0":{"name":"openapi-to-postmanv2","version":"5.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.1.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f72b660a45862122e51636fade8c229053dc3766","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.1.0.tgz","fileCount":61,"integrity":"sha512-Gd2SXzP+KEvrkYIOhZsavXmNEskGhgpP6QFlwh32iVGeH7cWje62csn5QcB72yq9hvtIU4CZ/yS+WM02Ni1dGg==","signatures":[{"sig":"MEUCIQC7JxUbYWRx7Hn1xqSJLeeIhC0kiH8IyA14oVUlMEBI6QIgcY7Wq15Hbc1EGQl2OtVRDZSA/A9bvp3b4kY2XdAMnjg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897354},"main":"index.js","engines":{"node":">=18"},"gitHead":"a4d0aa462bc8583cebc960a2ffd121a335f21442","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.1.0_1756723096491_0.46537114024584225","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"openapi-to-postmanv2","version":"5.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.2.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"b92ad50c71b14d41fe834d47d2e9cb1f785e9b7d","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.2.0.tgz","fileCount":59,"integrity":"sha512-oLPP2EmSHZrtUWe2FGp86SMNMCLiwJlNKa9tGmwRMPJEvGSEAG//atCYByglC3TL181FxbGEK3m93hWVrv7SQw==","signatures":[{"sig":"MEUCIQCYYh5u5Ld+LC1D/th2ia8Dp8/7Eu0fPGf4LFuJuiKXqwIgWArHBb55IynDufjMFpP4srKXa4k1MwyuLC5bLP3f77Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3487225},"main":"index.js","engines":{"node":">=18"},"gitHead":"077462fb662781557e862755fa655fa4a974dfb5","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.2.0_1758279023962_0.16075888083505752","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"openapi-to-postmanv2","version":"5.3.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"9b9da0985babce46143939d34cbc73f858a58c86","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.0.tgz","fileCount":59,"integrity":"sha512-ozJvm946pKaHvilgvDZGC95Hgl2UmNAA5FL6NE33VQORd6rmAaRyavHwyW7i5aEKm2XnTfgM51kSA+8LbMTlBQ==","signatures":[{"sig":"MEUCIQDu2dJAPxk9OMkWDUU+pkiLyKQ5MliKb25C9vxJ4u2h+wIgR0zrF0/aMnICt6BJM5RBIzww3nz1lcQX1o8c80BNFpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3059042},"main":"index.js","engines":{"node":">=18"},"gitHead":"0a3eaaa2f598f33f1992d64d2254f11e6cd50792","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"8.11.0","yaml":"1.10.2","async":"3.2.4","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.0_1758717978790_0.9809605218023563","host":"s3://npm-registry-packages-npm-production"}},"5.3.1":{"name":"openapi-to-postmanv2","version":"5.3.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2e374ec6f1305ed26854c6e54ddfde66a34629db","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.1.tgz","fileCount":61,"integrity":"sha512-ES6Vyz/bM/LYmArTiD/x4Dly/sBpPsu5euJqm2opbrexzwFIB/FNlC6cP8kRFRhfjqpen26+poSeY5uOZrqbQg==","signatures":[{"sig":"MEQCIAlrYmqTZC1XJ4h9tM8IK1+yj4ZEUgmaVoTD2CfHT1iKAiAolebjEu3sWxh56lNJBECM23SHAOVPlRG85CQdjW0vPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1899081},"main":"index.js","engines":{"node":">=18"},"gitHead":"7c243734b2a64cefc492ed37f4adab554d449c4c","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.1_1758865982512_0.18084384602423365","host":"s3://npm-registry-packages-npm-production"}},"5.3.2":{"name":"openapi-to-postmanv2","version":"5.3.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"614627108e491e06e8b934983b17d567f55525e4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.2.tgz","fileCount":59,"integrity":"sha512-8Hj2Tp6hNdFe4lVhAx6zuoW6EaP0t/ukMCWYmfEWOuUzG/3C+v821922AhTihLmWlhsfYYLBKfU/Eopnad4gdQ==","signatures":[{"sig":"MEYCIQDRpZe98JoVTBTt4+bj7CmWzoAFYhg2waAIijcKerg86QIhAKlh4kd31TR8xFk5wkS8i4KdQl3BRfLSy4PgBO868Bn4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886443},"main":"index.js","engines":{"node":">=18"},"gitHead":"d5f7e5d23ac0a6ec264a28d100019b5cd1c9df7b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.2_1759915557785_0.981882737347336","host":"s3://npm-registry-packages-npm-production"}},"5.3.3":{"name":"openapi-to-postmanv2","version":"5.3.3","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.3","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"4c9bed8daa1222bd5aa9a0bd330bb2117517d31f","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.3.tgz","fileCount":59,"integrity":"sha512-UHJXjofK0rbMc17ccmjFVjXTM5AFcjTnm8ksNRTYbDiSynF9pqXhQ/PSk9h9qQw7kW51ZTtv9fznkCHAli7pzQ==","signatures":[{"sig":"MEQCIESTbPkBlOjJHkLGOa6bucqDggCZuYLXIuzUPKOth+HJAiA0x7cIiaY5Tqi4io28q9W3oU/UFS8VlbON6hBqPvN8gA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1887206},"main":"index.js","engines":{"node":">=18"},"gitHead":"11b04ff3a3c10620992fc1ca548a1f319f9df819","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"jatin-postman","email":"jatin.parekh@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.2.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.3_1760450853382_0.6965847208306291","host":"s3://npm-registry-packages-npm-production"}},"5.3.3-beta01":{"name":"openapi-to-postmanv2","version":"5.3.3-beta01","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.3-beta01","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2866de1dc82a7c7ca46be3cf821b5654b224fb35","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.3-beta01.tgz","fileCount":59,"integrity":"sha512-Ayde4PlLOmwtE8Ipaeck+stXlEDRtfOCavVzwfYAdzxQ23iwdmKflTcu04cJVcUf1i3HzK5XgEYWdpW8Upcdsg==","signatures":[{"sig":"MEUCIQDwn1TjIYH1Wm0pt0L6CA5JKLECy7Jq74Q4rxuXAUXm/AIgefZp+aBbmmy9wnLQb8LtdT7py5ed9ezMId5kSMGdXvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1888835},"main":"index.js","engines":{"node":">=18"},"gitHead":"d5597458ee50c6a8945d3854a300cafb3ade003e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.2.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.3-beta01_1761731211976_0.05735388882099324","host":"s3://npm-registry-packages-npm-production"}},"5.3.4":{"name":"openapi-to-postmanv2","version":"5.3.4","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.4","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"3b0f6bf230755985b1751f4cde1967d05711b6d9","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.4.tgz","fileCount":61,"integrity":"sha512-P19oLat+eLDP5zT7OYoe9G3rarUc7zYHizYcjNTr2OZfqrqpBPP1uRD0XZbEaQnAvxdSv05LzqcKrH0OpKCMLA==","signatures":[{"sig":"MEQCICBDDYlDxDdRF0/XDPAnf/uzn0U3QV60qNk034+O8+mPAiA6Wemw799C56oVGUitOwtocQvDrRnUf4FcCc6VjupBBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1902020},"main":"index.js","engines":{"node":">=18"},"gitHead":"d72cea961c1e6ebb2e7166f8b885d5bcfdc31d86","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.4_1762428689459_0.9208195546693347","host":"s3://npm-registry-packages-npm-production"}},"5.3.5":{"name":"openapi-to-postmanv2","version":"5.3.5","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.3.5","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"89ef545f02814979ea7330f9546cbda6b2805020","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.5.tgz","fileCount":59,"integrity":"sha512-DpyB4n+rr0RT4U1eNyipqGv2ThqktiHvKQis+KcJh3IH6UgA++tiMlsnKNQXkHI9PaXb8SqCemLSS8y4gP9/MQ==","signatures":[{"sig":"MEUCIF7jBCEuquIL/uBhoezwV1424Rci6yO1Rl0k5Unw7M9dAiEAjMZ0JQC24PQ9fQVYAIRIU0ym/O31SDUltZ1XiLnCj/g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1888383},"main":"index.js","engines":{"node":">=18"},"gitHead":"e6b51b143cbef210f869ea012a69f85c1646746e","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.3.5_1762761867550_0.07867189496028137","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"openapi-to-postmanv2","version":"5.4.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.4.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"6819b8b26b099e81453e841d323d47616b8af090","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.4.0.tgz","fileCount":61,"integrity":"sha512-NTu+cNs7C3hw9zKp3Z+MiiRKKl6EC0yPzao4WisUe7pbqOdTCuy4rAGbAMjcIp/mk7iwxa0MsH5qiOMnsn+e6A==","signatures":[{"sig":"MEUCIQDCQT7Z6HBuKOd/HMKV76tn/CWlXVWmmAcbgcp1XxAOAgIgdQvzADSdzraB6D1mMRXiB3BHdZHcesl9w13AHdydL9M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897378},"main":"index.js","engines":{"node":">=18"},"gitHead":"3044fb834f4693d5e3be2a0075eb2ba609faf216","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"barshan23","email":"barshan23@gmail.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"9.5.0","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.4.0_1763013959288_0.23100864355788464","host":"s3://npm-registry-packages-npm-production"}},"5.4.1":{"name":"openapi-to-postmanv2","version":"5.4.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.4.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ce3804c889cd3f0bd5f442905173795c92b95397","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.4.1.tgz","fileCount":59,"integrity":"sha512-cuPnRZphMS6QsjKa+ktJ9wYXYvAHtl5WyTCodtraASOp4pe6wVcoA9mEs8VHDFZvzYeZ8t7wAQ2faYiw9PsWhQ==","signatures":[{"sig":"MEUCIQDQe7MoqO9F2qx9WzJPo8FwOjhM5YgZnVU2RxHJbyHfWQIgTQPtaO+zmSC0jLrzC2Ukk3qPQ4glLrbGCIFnKwB4kPw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1889060},"main":"index.js","engines":{"node":">=18"},"gitHead":"77bfe7e09a0a0ad5a759f296ca5939f14380e7eb","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.4.1_1763380265599_0.2572938845849393","host":"s3://npm-registry-packages-npm-production"}},"5.5.0":{"name":"openapi-to-postmanv2","version":"5.5.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.5.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"yash.gupta007","email":"yash.gupta@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"dd6cd03ab666e21f8f41acf191c9b4990250e734","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.5.0.tgz","fileCount":59,"integrity":"sha512-e5AM+ywlW+YttoEybInV3YQVPDe/j4QJEbBox+LNpyPOmUBf0hb0pvSzOb4qGsbB/Xz3TdYBopBTfAVtUEmRdg==","signatures":[{"sig":"MEUCIDBV5mB3o3H5pgrEeFWjxO/x6+rCY4IIQj6EfaRKn34uAiEA2i3PEbI/0iwTOWDy34NbY1wXCxg7DS4Xs8vtnmZh8p0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1889257},"main":"index.js","engines":{"node":">=18"},"gitHead":"26e73940850f87b78a7be7a54b23e7c2b391f6e0","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.5.0_1763731521635_0.8134228000796644","host":"s3://npm-registry-packages-npm-production"}},"5.6.0":{"name":"openapi-to-postmanv2","version":"5.6.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.6.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"55da3ef00b85ad4a9cb708e24eff30987f000941","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.6.0.tgz","fileCount":59,"integrity":"sha512-3J1vqmScB3Xgw9PYfpJrjzND0IOUJLemj7tYF9cC2X6xQ0boxaCZYgDljG2A7H43QNINHUAoHo+Y+Dnp4wr+Ew==","signatures":[{"sig":"MEUCIQD70Ui4Ouykt1DTY0dEYYPCZlt9vCAmQQ+MWIEIPefkTQIgfDXS4/7XLjJF19DP7fJorlylnflFCvLeOb2rv5PKe80=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890757},"main":"index.js","engines":{"node":">=18"},"gitHead":"bc0d0248b0e1be0072c71d37aac9bc70685f2c92","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.6.0_1764316728593_0.08010993797568977","host":"s3://npm-registry-packages-npm-production"}},"5.7.0":{"name":"openapi-to-postmanv2","version":"5.7.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.7.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"12ad440de451bbffe0ef55e0ab74b0a655275c1c","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.7.0.tgz","fileCount":60,"integrity":"sha512-fhwjpL+CF1kOKX5G1m5E/tnZWc9KuSXZA4oOGZv9c4NzKtC3ecUHxtp4KTvwzFh8/b+ssSZo+blC/3OK4/9ySA==","signatures":[{"sig":"MEUCIAo1OV8LjeyQQLsHrH7U1z1lJIw80T9zbtj2EDU41obXAiEAjha9E2rpQ75jcDGU/PcbF4pr3jKyYU4UDfZVSXR4Ubs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3750223},"main":"index.js","engines":{"node":">=18"},"gitHead":"6459f108095967e11fb2e3321b118fe7d70c28bb","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.7.0_1766490656149_0.8626967528009224","host":"s3://npm-registry-packages-npm-production"}},"5.8.0":{"name":"openapi-to-postmanv2","version":"5.8.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@5.8.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d4dd2d5aa25b34cf767fb02011431cdadfd18a34","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.8.0.tgz","fileCount":60,"integrity":"sha512-7f02ypBlAx4G9z3bP/uDk8pBwRbYt97Eoso8XJLyclfyRvCC+CvERLUl0MD0x+GoumpkJYnQ0VGdib/kwtUdUw==","signatures":[{"sig":"MEYCIQDF0i8AClHcjccnF4YRnxR7CY+TETvUBY+CBlOO5b0izAIhAKtce4rYSqCgaS21HoDTXP0q0OHGezReQMEUBuRWOILX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3751380},"main":"index.js","engines":{"node":">=18"},"gitHead":"4703603afc5f5033f7a3f566fc8ce5307d41a37b","scripts":{"test":"./scripts/test.sh","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"5.16.0","expect.js":"0.3.1","editorconfig":"0.15.3","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"5.3.0","eslint-plugin-security":"1.5.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_5.8.0_1767878729324_0.6567685200599997","host":"s3://npm-registry-packages-npm-production"}},"6.0.0":{"name":"openapi-to-postmanv2","version":"6.0.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.0.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"3bf4cc5cc9ea64e1136ea563b9c922bcdba468cc","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.0.0.tgz","fileCount":144,"integrity":"sha512-PU676AZh/7A1CFi7MOsIRTnasEauK1EQL1c4ktAOZIknoPh7OZ3yC1NoRHfogoTfS/9WFXV+uOP1mg+402fuoQ==","signatures":[{"sig":"MEUCIGrbvMYr4g0SGLdTdL8ugTRGxSe+2SUd0FUmcHIjw+W1AiEA8aks2DLiZWr1MLSvCiPDWy9qZEzKyyXxGu0sGy1CegE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2910323},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"3e1f4e823d160d263f12397e9a7271925ddfb4c2","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.0.0_1769606089064_0.5273858164350134","host":"s3://npm-registry-packages-npm-production"}},"6.0.1":{"name":"openapi-to-postmanv2","version":"6.0.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.0.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"ce14def40b16cd02f5656445cfe7d039f761a602","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.0.1.tgz","fileCount":144,"integrity":"sha512-zAjaTwXo07az6jjvZTw4d26QMQsFxZBxTqjj3LQQMDCCuO6+peATQc9bSmAq3QbzvikP+h2WEjTphMcIrcSurg==","signatures":[{"sig":"MEYCIQCgAj8SIr5ePrONDAn/4h6rfX/5Gx9r3NQEwIxnvXZ45wIhAO/S/QY/Bb7+GyXrKBoGh7SjDwAh2cRrnTGvLG6NRJts","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9698380},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"5eabe3b2ca96ce89a6eb12a86063afea75b87fdf","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.0.1_1776250908055_0.4527857980229133","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"openapi-to-postmanv2","version":"6.1.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.1.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"f20bbdd033b6c9afb0c0d1f12f328c8d9fc48fb0","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.1.0.tgz","fileCount":146,"integrity":"sha512-qJ/SYQT0+oNxuOgd492cocXTNPowIgXV2EhifOUzlLt5STKWW3LSoddDqZUhSK9JsMLmdU3D7xbX/xRFqtho2w==","signatures":[{"sig":"MEUCIQDApzDLgNqa23+Kl5obD/oChVvBqIH7StAWZxDQX1kE6AIgcmx6gEoBBcDvxcraOh/JTtENORJ5pmeesUb5+SXqdAI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2032097},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"f447553acb97c8fb4f806baa112ac12d8d31e492","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.2.4","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.1.0_1781002517768_0.4268853552722307","host":"s3://npm-registry-packages-npm-production"}},"6.2.0":{"name":"openapi-to-postmanv2","version":"6.2.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.2.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"2f618bdfa2670f67ae73674d5f28bfb66ee1ee20","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.2.0.tgz","fileCount":147,"integrity":"sha512-kKGHW5df7Fti9/tpFDNr9oX1ZGLJySuZane7YuehP/gzyVpp/q9tq86g4dRko+PyA7VBkyFN1prXcDoaWOiFNw==","signatures":[{"sig":"MEYCIQCnvObdsHg16Kzq+u2UGfXP6kZhaMBzTFo3aZ+G17/glwIhAIeRDcbCxS5XsXbizJpsnECf7a91TYNicp9woHhFLN61","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2866182},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"50ed1710eb41b6867236291095cdcbd90a095053","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.2.0_1782724579675_0.24873245708390757","host":"s3://npm-registry-packages-npm-production"}},"6.3.0":{"name":"openapi-to-postmanv2","version":"6.3.0","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.3.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"d6c827ab1f1bc81aa4bb1178bf47037eaeb132fc","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.0.tgz","fileCount":147,"integrity":"sha512-Gx047TkS+GlAVzNlUIz2Kfgk9GquxAvO2P2uQgF/qRPkaF0SGQZ9fVlev3xKaboweXZly1QSnhJOo+yNEFnM6A==","signatures":[{"sig":"MEUCIA39ctIwIufAUoUXaiaTJh2Bwp3F0vin1wl8ZHPLxlZdAiEA6fKes0GGiwNLu3pGZXOwZw18HJT89/JwQNOBmtqzdbY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2869579},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"a3e689ce87bbd3f736192a799abca27df29cd1cd","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.3.0_1783428501188_0.9896377426869871","host":"s3://npm-registry-packages-npm-production"}},"6.3.1":{"name":"openapi-to-postmanv2","version":"6.3.1","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.3.1","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"50599224641d6e471c576df1b135541a6341adf4","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.1.tgz","fileCount":147,"integrity":"sha512-WclrXDtQhdxWn3POP3wbsV1SP7A4zYcptwWHKATWSFjYPmQdZW+1RVKUZ++BrSSI8D8zDmIbeOKf/9YBLVX+5Q==","signatures":[{"sig":"MEYCIQD1qx8Hx848fpbq7qTuwxSnE773CAjmSvL98OTWauH+2QIhAMxLv6wNBVpFxesn5DAiV7wg5j/B+EdloNe0BHMmD8p6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2880993},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"b481d1189c993ad80b01d23516faa100a2cf3def","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"10.8.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"20.17.0","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.17.21","js-yaml":"4.1.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.3.1_1784801722990_0.7980599202340319","host":"s3://npm-registry-packages-npm-production"}},"6.3.2":{"name":"openapi-to-postmanv2","version":"6.3.2","keywords":["openapi","postman","api","schema","swagger","oas"],"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","_id":"openapi-to-postmanv2@6.3.2","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dist":{"shasum":"c0ad9aebb500c3e488b6a7afcf1bd11a6745f733","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.2.tgz","fileCount":146,"integrity":"sha512-5F8l6OIFlBvhpFwq7tqo2LAkY1t0kx34/I8foTVcmglmI3cd4065va/FTKjlJiRa+y80V79sCeCKdLdrXZ3e3g==","signatures":[{"sig":"MEUCIQC0AYU5aQTNgOct7cVv7XzkglaLCE8w/sfy/o4GoRjZLAIgTspaz59yM1Dl9OCGHd62gOV8E5gHSLYK+3FyvY1Yq+A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/openapi-to-postmanv2@6.3.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2049981},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"gitHead":"92ce7c713fd8bc018428f4fe1b2a1ceabbe71d6a","scripts":{"test":"./scripts/test.sh","build":"tsc","prepare":"npm run build","pretest":"npm run build","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prebuild":"rm -rf dist","test-lint":"./scripts/test-lint.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","build:watch":"tsc --watch","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","prepublishOnly":"npm run build","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:88c091af-724b-406e-b123-d7351a90c01c"}},"repository":{"url":"git://github.com/postmanlabs/openapi-to-postman.git","type":"git"},"_npmVersion":"12.0.2","description":"Convert a given OpenAPI specification to Postman Collection v2.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"ajv":"^8.11.0","yaml":"1.10.2","async":"3.2.6","lodash":"4.18.1","js-yaml":"4.3.0","graphlib":"2.1.8","commander":"2.20.3","ajv-formats":"2.1.1","neotraverse":"0.6.15","object-hash":"3.0.0","ajv-draft-04":"1.0.0","json-pointer":"0.6.2","openapi-types":"^12.1.3","path-browserify":"1.0.1","swagger2openapi":"7.0.8","postman-collection":"^5.0.0","oas-resolver-browser":"2.5.6","json-schema-merge-allof":"0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","mocha":"7.2.0","eslint":"8.57.0","expect.js":"0.3.1","typescript":"5.5.3","@types/node":"^20.0.0","editorconfig":"0.15.3","@types/lodash":"^4.17.0","parse-gitignore":"0.5.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","@types/postman-collection":"^3.5.10","@typescript-eslint/parser":"6.21.0","@total-typescript/ts-reset":"0.5.1","postman-collection-transformer":"4.1.7","@typescript-eslint/eslint-plugin":"6.21.0"},"com_postman_plugin":{"name":"OPENAPI 3.0","plugin_type":"importer","sample_input":{"data":{"info":{"title":"Swagger Petstore","license":{"name":"MIT"},"version":"1.0.0"},"paths":{"/pets":{"get":{"tags":["pets"],"summary":"List all pets","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}},"headers":{"x-next":{"schema":{"type":"string"},"description":"A link to the next page of responses"}},"description":"An paged array of pets"}},"parameters":[{"in":"query","name":"limit","schema":{"type":"integer","format":"int32"},"required":false,"description":"How many items to return at one time (max 100)"}],"operationId":"listPets"}}},"openapi":"3.0.0","servers":[{"url":"http://petstore.swagger.io/v1"}],"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}},"type":"json"},"source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0"},"_npmOperationalInternal":{"tmp":"tmp/openapi-to-postmanv2_6.3.2_1785491023255_0.8590286030600061","host":"s3://npm-registry-packages-npm-production"}},"6.3.3":{"name":"openapi-to-postmanv2","version":"6.3.3","description":"Convert a given OpenAPI specification to Postman Collection v2.0","homepage":"https://github.com/postmanlabs/openapi-to-postman","bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"repository":{"type":"git","url":"git://github.com/postmanlabs/openapi-to-postman.git"},"keywords":["openapi","postman","api","schema","swagger","oas"],"com_postman_plugin":{"plugin_type":"importer","name":"OPENAPI 3.0","source_format":"OPENAPI3.0","source_format_name":"OpenAPI 3.0","sample_input":{"type":"json","data":{"openapi":"3.0.0","info":{"version":"1.0.0","title":"Swagger Petstore","license":{"name":"MIT"}},"servers":[{"url":"http://petstore.swagger.io/v1"}],"paths":{"/pets":{"get":{"summary":"List all pets","operationId":"listPets","tags":["pets"],"parameters":[{"name":"limit","in":"query","description":"How many items to return at one time (max 100)","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"An paged array of pets","headers":{"x-next":{"description":"A link to the next page of responses","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Pets"}}}}}}}},"components":{"schemas":{"Pet":{"required":["id","name"],"properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"Pets":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}}}}}},"engines":{"node":">=18"},"main":"dist/index.js","types":"dist/index.d.ts","bin":{"openapi2postmanv2":"bin/openapi2postmanv2.js"},"dependencies":{"ajv":"^8.11.0","ajv-draft-04":"1.0.0","ajv-formats":"2.1.1","async":"3.2.6","commander":"2.20.3","graphlib":"2.1.8","js-yaml":"4.3.0","json-pointer":"0.6.2","json-schema-merge-allof":"0.8.1","lodash":"4.18.1","neotraverse":"0.6.15","oas-resolver-browser":"2.5.6","object-hash":"3.0.0","openapi-types":"^12.1.3","path-browserify":"1.0.1","postman-collection":"^5.0.0","swagger2openapi":"7.0.8","yaml":"1.10.2"},"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","devDependencies":{"@total-typescript/ts-reset":"0.5.1","@types/lodash":"^4.17.0","@types/node":"^20.0.0","@types/postman-collection":"^3.5.10","@typescript-eslint/eslint-plugin":"6.21.0","@typescript-eslint/parser":"6.21.0","chai":"4.3.6","editorconfig":"0.15.3","eslint":"8.57.0","eslint-plugin-import":"2.29.1","eslint-plugin-jsdoc":"3.8.0","eslint-plugin-mocha":"10.5.0","eslint-plugin-prettier":"5.1.3","eslint-plugin-security":"1.5.0","expect.js":"0.3.1","mocha":"7.2.0","nyc":"15.1.0","parse-gitignore":"0.5.1","postman-collection-transformer":"4.1.7","typescript":"5.5.3"},"scripts":{"build":"tsc","build:watch":"tsc --watch","prebuild":"rm -rf dist","prepare":"npm run build","pretest":"npm run build","test":"./scripts/test.sh","test-unit":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/assets/** -x **/test/** -x **/dist/** ./node_modules/mocha/bin/mocha --timeout 90000 \"test/unit/**/**.test.js\"","test-lint":"./scripts/test-lint.sh","test-system":"./node_modules/mocha/bin/mocha -x **/assets/** -x **/test/** \"test/system/**.test.js\"","test-regression":"nyc --reporter=text --reporter=json-summary  --report-dir=.coverage -x **/dist/** ./node_modules/mocha/bin/mocha test/integration/integration.test.js test/unit/sanity.test.js","release":"./scripts/release.sh","coverage":"nyc report --reporter=html --reporter=text mocha","prepublishOnly":"npm run build"},"gitHead":"92cd21ef45b67455ac07b7985f4df59ed958dff5","_id":"openapi-to-postmanv2@6.3.3","_nodeVersion":"20.17.0","_npmVersion":"11.18.0","dist":{"integrity":"sha512-o0u6qqMMRLt7eAyFBpL/lCresQ1VqQFGe6/iPMBvNkWDXrpgGo5jo+YnP1e0MwF3tdUKLfkHssufGWMdojpPLg==","shasum":"b249c923a3093f316bc0e191d92abf49bb3736b9","tarball":"https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.3.tgz","fileCount":147,"unpackedSize":2888236,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDb25AZ9yKQFGgoBv1UXpNQqbwtysVunD0+jlJVGfExmAIgKVkPLQ/Usvw8ufawynhTzUOWQHHdKekXqGLj8gB4ISc="}]},"_npmUser":{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},"directories":{},"maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/openapi-to-postmanv2_6.3.3_1786471586297_0.6667220791714563"},"_hasShrinkwrap":false}},"time":{"created":"2018-12-12T11:31:33.897Z","modified":"2026-08-11T18:06:26.833Z","0.0.8":"2018-12-12T11:31:34.167Z","0.0.9":"2018-12-17T09:19:55.898Z","0.0.10":"2019-01-31T12:21:34.245Z","0.0.12":"2019-04-17T17:12:55.883Z","0.0.13":"2019-05-29T05:39:40.907Z","0.0.14":"2019-06-04T12:31:09.522Z","0.0.15":"2019-06-05T11:55:19.718Z","0.0.16":"2019-07-22T13:06:37.569Z","0.0.17":"2019-09-03T12:31:21.882Z","0.0.18":"2019-09-03T13:20:12.938Z","0.1.0":"2019-10-01T13:06:13.786Z","0.2.0":"2019-11-22T06:41:44.564Z","0.2.1-memoryfix.1":"2019-11-27T09:31:10.869Z","0.2.1-memoryfix.2":"2019-12-01T08:41:59.033Z","1.0.0-beta.1":"2019-12-20T12:46:24.568Z","1.0.0-beta.2":"2019-12-20T14:41:34.780Z","1.0.0-beta.3":"2019-12-21T18:10:38.967Z","1.0.0-beta.4":"2019-12-30T14:30:25.004Z","1.0.0-beta.5":"2019-12-31T04:10:30.729Z","1.0.0":"2019-12-31T10:53:27.054Z","1.0.1":"2020-01-01T07:36:38.361Z","1.0.2":"2020-01-01T14:49:48.550Z","1.1.0":"2020-01-02T14:17:45.893Z","1.1.1":"2020-01-03T09:49:31.249Z","1.1.2":"2020-01-03T17:01:12.770Z","1.1.3":"2020-01-03T17:09:23.512Z","1.1.4":"2020-01-07T13:08:42.641Z","1.1.5":"2020-01-10T10:38:48.262Z","1.1.6":"2020-01-13T10:33:30.432Z","1.1.7":"2020-02-05T11:45:52.400Z","1.1.8":"2020-02-15T01:03:18.478Z","1.1.9":"2020-02-17T14:42:43.178Z","1.1.10":"2020-03-04T04:48:29.410Z","1.1.11":"2020-03-14T05:52:19.149Z","1.1.12":"2020-03-25T23:35:15.879Z","1.1.13":"2020-04-21T16:18:33.118Z","1.1.14":"2020-04-28T10:23:07.582Z","1.1.15":"2020-04-28T19:25:13.764Z","1.1.16":"2020-05-04T08:32:07.452Z","1.1.17":"2020-05-15T10:10:04.105Z","1.1.18":"2020-06-01T08:35:43.579Z","1.1.19":"2020-06-12T11:12:32.617Z","1.1.20":"2020-06-14T18:44:24.411Z","1.2.0":"2020-06-14T19:39:13.200Z","1.2.1-beta.0":"2020-06-16T15:09:10.782Z","1.2.1-beta.1":"2020-06-17T07:54:17.353Z","1.2.1":"2020-06-18T15:39:07.059Z","1.2.2":"2020-06-29T12:23:52.959Z","1.2.3-beta.0":"2020-07-08T12:06:04.713Z","1.2.3":"2020-07-14T09:55:19.785Z","1.2.4":"2020-07-15T07:07:00.798Z","1.2.5":"2020-07-28T08:25:09.731Z","1.2.6":"2020-08-10T08:27:31.553Z","1.2.7":"2020-09-09T09:46:25.000Z","2.0.0":"2020-10-15T08:03:18.539Z","2.1.0":"2021-01-27T18:09:09.285Z","2.2.0":"2021-01-28T14:26:30.265Z","2.3.0":"2021-02-19T07:27:29.156Z","2.4.0":"2021-03-08T10:55:22.126Z","2.5.0":"2021-03-18T11:54:13.149Z","2.5.1":"2021-03-19T10:26:51.604Z","2.6.0":"2021-05-05T10:58:42.129Z","2.7.0":"2021-05-14T06:57:09.824Z","2.8.0":"2021-06-29T04:55:39.744Z","2.9.0":"2021-07-16T08:40:49.737Z","2.10.0":"2021-08-06T09:01:41.537Z","2.10.1":"2021-08-18T11:15:53.020Z","2.11.0":"2021-09-28T13:18:15.432Z","2.12.0":"2021-10-14T12:48:25.209Z","2.13.0":"2021-12-07T19:06:25.402Z","3.0.0-beta.0":"2022-01-18T06:08:00.762Z","3.0.0-beta.1":"2022-01-27T14:02:23.503Z","3.0.0-beta.2":"2022-01-28T06:33:32.983Z","2.14.0":"2022-01-31T10:36:52.530Z","3.0.0-beta.3":"2022-02-02T17:40:44.912Z","2.14.1":"2022-02-02T18:06:43.756Z","3.0.0-beta.4":"2022-02-03T05:32:44.226Z","3.0.0-beta.5":"2022-02-08T15:39:58.372Z","3.0.0-beta.6":"2022-02-08T15:53:51.903Z","3.0.0-beta.7":"2022-02-09T06:11:01.749Z","3.0.0-beta.8":"2022-02-09T16:44:15.578Z","3.0.0-beta.9":"2022-02-10T05:26:04.678Z","3.0.0":"2022-02-10T13:03:10.575Z","3.1.0":"2022-03-04T09:12:26.824Z","3.2.0":"2022-05-02T11:24:39.977Z","4.0.0-beta.0":"2022-06-14T09:06:27.770Z","4.0.0-beta.1":"2022-06-21T13:08:03.153Z","4.0.0-beta.2":"2022-06-21T13:14:04.737Z","3.2.1":"2022-06-21T13:14:59.996Z","4.0.0-beta.3":"2022-06-30T09:01:47.891Z","4.0.0-beta.4":"2022-07-05T11:22:45.357Z","4.0.0-beta.5":"2022-07-08T09:43:38.757Z","4.0.0":"2022-07-12T11:12:51.105Z","4.1.0":"2022-07-20T06:30:22.095Z","4.1.1":"2022-07-29T10:52:23.097Z","4.2.0":"2022-08-10T11:35:38.075Z","4.3.0":"2022-10-17T13:45:44.152Z","4.4.0":"2022-11-29T12:07:17.179Z","4.4.1":"2022-12-01T13:52:12.138Z","4.4.2":"2022-12-07T19:57:46.412Z","4.5.0":"2022-12-23T12:49:00.714Z","4.6.0":"2022-12-30T12:50:49.942Z","4.6.0-beta.1":"2023-01-06T06:15:43.227Z","4.7.0-beta.0":"2023-01-13T00:15:15.373Z","4.7.0":"2023-01-16T13:30:14.271Z","4.7.1":"2023-01-17T13:54:31.707Z","4.8.0":"2023-01-24T08:47:43.248Z","4.8.1-beta.1":"2023-01-30T05:45:01.967Z","4.9.0":"2023-02-06T05:09:59.509Z","4.9.0-beta.1":"2023-02-20T07:21:00.718Z","4.9.0-beta.2":"2023-02-20T10:16:33.470Z","4.9.0-beta.3":"2023-02-20T11:16:59.197Z","4.9.0-beta.4":"2023-02-20T20:53:59.585Z","4.9.0-beta.5":"2023-02-21T12:23:21.547Z","4.9.0-beta.6":"2023-02-21T14:23:09.759Z","4.9.0-beta.7":"2023-02-22T03:10:32.785Z","4.9.0-beta.8":"2023-02-22T04:54:49.823Z","4.9.0-beta.9":"2023-02-22T12:56:51.179Z","4.9.0-beta.10":"2023-02-23T06:19:57.817Z","4.9.0-beta.11":"2023-02-23T08:41:03.882Z","4.9.0-beta.12":"2023-02-24T08:21:03.876Z","4.9.0-beta.13":"2023-02-24T16:38:37.350Z","4.9.0-beta.14":"2023-02-24T16:44:12.072Z","4.9.0-beta.15":"2023-02-28T14:57:56.354Z","4.9.0-beta.16":"2023-02-28T15:49:48.441Z","4.9.0-beta.17":"2023-03-01T12:43:26.963Z","4.9.0-beta.18":"2023-03-02T08:24:13.900Z","4.9.0-beta.19":"2023-03-02T10:55:05.816Z","4.9.0-beta.20":"2023-03-02T11:09:11.846Z","4.9.0-beta.21":"2023-03-02T11:22:37.701Z","4.9.0-beta.22":"2023-03-02T12:47:06.851Z","4.9.0-beta.23":"2023-03-02T13:38:02.444Z","4.9.0-beta.24":"2023-03-02T14:24:01.944Z","4.9.0-beta.25":"2023-03-02T17:10:25.467Z","4.9.0-beta.26":"2023-03-02T17:56:48.302Z","4.9.0-beta.27":"2023-03-03T08:35:14.305Z","4.9.0-beta.28":"2023-03-03T10:44:33.949Z","4.9.0-beta.29":"2023-03-03T12:48:55.050Z","4.9.0-beta.30":"2023-03-06T15:11:53.327Z","4.9.0-beta.31":"2023-03-07T07:39:04.681Z","4.9.0-beta.32":"2023-03-07T11:56:51.990Z","4.9.0-beta.33":"2023-03-07T15:01:33.186Z","4.9.0-beta.34":"2023-03-07T19:32:25.239Z","4.9.0-beta.35":"2023-03-08T06:32:52.114Z","4.9.0-beta.36":"2023-03-08T13:56:21.298Z","4.10.0":"2023-03-08T15:37:33.896Z","4.9.0-beta.37":"2023-03-09T10:34:56.870Z","4.9.0-beta.38":"2023-03-09T11:53:40.049Z","4.9.0-beta.39":"2023-03-09T13:32:19.752Z","4.10.1":"2023-03-09T16:08:03.272Z","4.9.0-beta.40":"2023-03-13T09:23:23.613Z","4.10.2":"2023-03-13T13:43:17.153Z","4.10.2-beta.1":"2023-04-13T12:05:11.761Z","4.11.0":"2023-04-14T11:06:21.563Z","4.12.0":"2023-05-04T11:04:24.044Z","4.13.0":"2023-05-24T06:57:39.215Z","4.14.0":"2023-06-07T05:10:14.311Z","4.15.0":"2023-06-27T07:02:29.893Z","4.15.0-beta.0":"2023-07-06T14:30:08.146Z","4.16.0-beta.0":"2023-08-03T14:14:31.607Z","4.16.0-beta.1":"2023-08-17T13:02:38.852Z","4.16.0":"2023-08-18T12:32:11.642Z","4.17.0":"2023-09-12T06:55:31.221Z","4.18.0":"2023-09-28T11:56:08.589Z","4.19.0":"2024-01-18T12:05:16.498Z","4.20.0":"2024-02-15T04:48:39.667Z","4.20.1":"2024-03-27T13:07:20.181Z","4.21.0":"2024-05-17T13:52:54.616Z","4.22.0":"2024-07-10T14:13:17.148Z","4.23.0":"2024-07-22T09:55:48.496Z","4.23.1":"2024-07-22T10:21:13.620Z","4.24.0":"2024-08-13T04:45:21.975Z","4.25.0":"2025-01-15T09:19:14.535Z","5.0.0":"2025-03-07T13:34:28.330Z","5.0.1":"2025-07-22T11:25:16.152Z","5.0.2":"2025-08-25T09:55:04.150Z","5.1.0":"2025-09-01T10:38:16.702Z","5.2.0":"2025-09-19T10:50:24.189Z","5.3.0":"2025-09-24T12:46:19.014Z","5.3.1":"2025-09-26T05:53:02.820Z","5.3.2":"2025-10-08T09:25:58.022Z","5.3.3":"2025-10-14T14:07:33.594Z","5.3.3-beta01":"2025-10-29T09:46:52.257Z","5.3.4":"2025-11-06T11:31:29.743Z","5.3.5":"2025-11-10T08:04:27.815Z","5.4.0":"2025-11-13T06:05:59.511Z","5.4.1":"2025-11-17T11:51:05.797Z","5.5.0":"2025-11-21T13:25:21.902Z","5.6.0":"2025-11-28T07:58:48.799Z","5.7.0":"2025-12-23T11:50:56.325Z","5.8.0":"2026-01-08T13:25:29.521Z","6.0.0":"2026-01-28T13:14:49.263Z","6.0.1":"2026-04-15T11:01:48.398Z","6.1.0":"2026-06-09T10:55:17.955Z","6.2.0":"2026-06-29T09:16:19.834Z","6.3.0":"2026-07-07T12:48:21.502Z","6.3.1":"2026-07-23T10:15:23.173Z","6.3.2":"2026-07-31T09:43:43.445Z","6.3.3":"2026-08-11T18:06:26.495Z"},"bugs":{"url":"https://github.com/postmanlabs/openapi-to-postman/issues"},"author":{"name":"Postman Labs","email":"help@getpostman.com"},"license":"Apache-2.0","homepage":"https://github.com/postmanlabs/openapi-to-postman","keywords":["openapi","postman","api","schema","swagger","oas"],"repository":{"type":"git","url":"git://github.com/postmanlabs/openapi-to-postman.git"},"description":"Convert a given OpenAPI specification to Postman Collection v2.0","maintainers":[{"name":"abhijitkane","email":"abhijitkane@gmail.com"},{"name":"barshan23","email":"barshan23@gmail.com"},{"name":"shreyshah","email":"shrey.shah@postman.com"},{"name":"vshingala","email":"vishalkumar.shingala@postman.com"},{"name":"nishat.sayyed","email":"nishat.sayyed@postman.com"},{"name":"tilak-patel-postman","email":"tilak.patel@postman.com"},{"name":"jatin-postman","email":"jatin.parekh@postman.com"},{"name":"animesh.jajoo","email":"animesh.jajoo@postman.com"},{"name":"ayush.shrivastav","email":"ayush.shrivastav@postman.com"},{"name":"kdevakumaran","email":"kayalvizhi.devakumaran@postman.com"}],"readme":"\n<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# OpenAPI 3.0, 3.1 and Swagger 2.0 to Postman Collection\n\n![Build Status](https://github.com/postmanlabs/openapi-to-postman/actions/workflows/integration.yml/badge.svg)\n\n<a href=\"https://www.npmjs.com/package/openapi-to-postmanv2\" alt=\"Latest Stable Version\">![npm](https://img.shields.io/npm/v/openapi-to-postmanv2.svg)</a>\n<a href=\"https://www.npmjs.com/package/openapi-to-postmanv2\" alt=\"Total Downloads\">![npm](https://img.shields.io/npm/dw/openapi-to-postmanv2.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)\n    3. [Syncing Collections](#syncing-collections)\n3. [Using the converter as a NodeJS module](#using-the-converter-as-a-nodejs-module)\n    1. [Convert Function](#convert)\n    2. [Sync Collection Function](#sync-collection)\n    3. [Options](#options)\n    4. [ConversionResult](#conversionresult)\n    5. [Sample usage](#sample-usage)\n    6. [Validate function](#validate-function)\n4. [Conversion Schema](#conversion-schema)\n\n---\n\n---\n\n### 🚀 We now also support OpenAPI 3.1 and Swagger 2.0 along with OpenAPI 3.0.\n---\n---\n\n<h2 id=\"getting-started\">💭 Getting Started</h2>\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 openapi-to-postmanv2\n```\n\nIf you want to use the converter in the CLI, install it globally with NPM:\n\n```terminal\n$ npm i -g openapi-to-postmanv2\n```\n\n\n<h2 id=\"command-line-interface\">📖 Command Line Interface</h2>\n\nThe converter can be used as a CLI tool as well. The following [command line options](#options) are available.\n\n`openapi2postmanv2 [options]`\n\n### Options\n\n- `-s <source>`, `--spec <source>`\n  Used to specify the OpenAPI 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- `--sync <collectionFile>`\n  Sync spec changes with an existing Postman Collection file\n\n- `--sync-options <syncOptions>`\n  Comma-separated list of sync options (e.g., `syncExamples=true`)\n\n- `--sync-options-config <syncOptionsConfig>`\n  JSON file containing sync options\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$ openapi2postmanv2 -s spec.yaml -o collection.json -p -O folderStrategy=Tags,includeAuthInfoInExample=false\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$ openapi2postmanv2 -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 (Also avoids any `\"<Error: Too many levels of nesting to fake this schema>\"` kind of errors present in converted collection)\n```terminal\n$ openapi2postmanv2 -s spec.yaml -o collection.json -p -O folderStrategy=Tags,requestParametersResolution=Example,optimizeConversion=false,stackLimit=50\n```\n\n- Testing the converter\n```terminal\n$ openapi2postmanv2 --test\n```\n\n### Syncing Collections\n\nThe sync functionality allows you to update an existing Postman collection with changes from your OpenAPI specification.\n\n#### Basic Sync\n\n```terminal\n$ openapi2postmanv2 -s spec.yaml --sync collection.json -o synced-collection.json\n```\n\n#### Sync with Options\n\n```terminal\n$ openapi2postmanv2 -s spec.yaml --sync collection.json --sync-options syncExamples=true -o synced-collection.json\n```\n\n#### Sync with Config File\n\n```terminal\n$ openapi2postmanv2 -s spec.yaml --sync collection.json --sync-options-config sync-options.json -o synced-collection.json\n```\n\n**sync-options.json:**\n```json\n{\n  \"syncExamples\": true,\n  \"deleteOrphanedRequests\": false\n}\n```\n\n#### Available Sync Options\n\n| id | type | default | description |\n|---|---|---|---|\n| `syncExamples` | boolean | `false` | Whether to sync response examples from the OpenAPI specification to the collection. When enabled, response examples in the spec are synced with existing collection responses. |\n| `deleteOrphanedRequests` | boolean | `false` | Whether to delete requests and folders that exist in the collection but no longer exist in the OpenAPI specification. When disabled (default), such orphans are preserved to avoid unintentional data loss. |\n\nFor a complete list of sync options and their usage, see [SYNC_OPTIONS.md](/SYNC_OPTIONS.md)\n\n\n<h2 id=\"using-the-converter-as-a-nodejs-module\">🛠 Using the converter as a NodeJS module</h2>\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('openapi-to-postmanv2')\n```\n\nThe converter provides the following functions:\n\n### Convert\n\nThe convert function takes in your OpenAPI 3.0, 3.1 and Swagger 2.0 specification (YAML / JSON) 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 OpenAPI string - JSON or YAML>' }\nOR\n{ type: 'json', data: OpenAPI-JS-object }\n```\n\n**options:**\n```javascript\n{\n  schemaFaker: true,\n  requestNameSource: 'fallback',\n  indentCharacter: ' '\n}\n/*\nAll three properties are optional. Check the options section below for possible values for each option.\n*/\n```\nNote: All possible values of options and their usage can be found over here: [OPTIONS.md](/OPTIONS.md)\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### Sync Collection\n\nThe syncCollection function syncs changes from an OpenAPI specification with an existing Postman collection.\n\nSignature: `syncCollection (data, options, collection, syncOptions, callback);`\n\n**data:**\n\n```javascript\n{ type: 'file', data: 'filepath' }\nOR\n{ type: 'string', data: '<entire OpenAPI string - JSON or YAML>' }\nOR\n{ type: 'json', data: OpenAPI-JS-object }\n```\n\n**options:**\n```javascript\n{\n  parametersResolution: 'Example',\n  folderStrategy: 'Tags'\n}\n/*\nRegular conversion options. Check the options section below for possible values.\n*/\n```\n\n**collection:**\n```javascript\n// Existing Postman collection object (JSON)\nconst collection = {\n  info: { name: 'My API', schema: '...' },\n  item: [...]\n}\n```\n\n**syncOptions:**\n```javascript\n{\n  syncExamples: true\n}\n/*\nSync-specific options that control the merge behavior.\nAll sync options are optional. Check SYNC_OPTIONS.md for details.\n*/\n```\nNote: All possible values of sync options can be found here: [SYNC_OPTIONS.md](/SYNC_OPTIONS.md)\n\n**callback:**\n```javascript\nfunction (err, result) {\n  /*\n  result = {\n    result: true,\n    output: [\n      {\n        type: 'collection',\n        data: {..synced collection object..}\n      }\n    ]\n  }\n  */\n}\n```\n\n### Options\n\nCheck out complete list of options and their usage at [OPTIONS.md](/OPTIONS.md)\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\n#### Converting a specification\n\n```javascript\nconst fs = require('fs'),\n  Converter = require('openapi-to-postmanv2'),\n  openapiData = fs.readFileSync('sample-spec.yaml', {encoding: 'UTF8'});\n\nConverter.convert({ type: 'string', data: openapiData },\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#### Syncing a specification with an existing collection\n\n```javascript\nconst fs = require('fs'),\n  Converter = require('openapi-to-postmanv2'),\n  openapiData = fs.readFileSync('sample-spec.yaml', {encoding: 'UTF8'}),\n  existingCollection = JSON.parse(fs.readFileSync('collection.json', {encoding: 'UTF8'}));\n\nconst syncOptions = {\n  syncExamples: true,\n  deleteOrphanedRequests: false\n};\n\nConverter.syncCollection(\n  { type: 'string', data: openapiData },\n  {}, // conversion options\n  existingCollection,\n  syncOptions,\n  (err, syncResult) => {\n    if (!syncResult.result) {\n      console.log('Could not sync', syncResult.reason);\n    }\n    else {\n      console.log('The collection object is: ', syncResult.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 looks like OpenAPI and can be passed to the convert function\n\n- `reason` - Provides a reason for an unsuccessful validation of the specification\n\n<h2 id=\"conversion-schema\">🧭 Conversion Schema</h2>\n\n| *postman* | *openapi* | *related options* |\n| --- | --- | :---: |\n| collectionName | info.title | - |\n| description | info.description + info.contact | - |\n| collectionVariables| server.variables + pathVariables | - |\n| folderName | paths.path / tags.name | folderStrategy |\n| requestName | operationItem(method).summary / operationItem(method).operationId / url | requestNameSource |\n| request.method | path.method | - |\n| request.headers | parameter (`in = header`) | - | [link](#Header/Path-param-conversion-example) |\n| request.body | operationItem(method).requestBody | requestParametersResolution, exampleParametersResolution |\n| request.url.raw | server.url (path level server >> openapi server) + path | - |\n| request.url.variables | parameter (`in = path`) | - |\n| request.url.params | parameter (`in = query`) | - |\n| api_key in (query or header) | components.securitySchemes.api_key | includeAuthInfoInExample |\n","readmeFilename":"README.md","users":{"flumpus-dev":true}}