{"_id":"serverless-apigw-binary","_rev":"36-25c6aaf13157da925b39ee298a181a6e","name":"serverless-apigw-binary","time":{"modified":"2022-06-26T18:03:29.658Z","created":"2017-06-10T09:05:15.592Z","1.0.2":"2017-06-10T09:05:15.592Z","0.1.0":"2017-06-10T09:06:01.522Z","0.1.1":"2017-06-10T09:13:20.612Z","0.1.2":"2017-06-10T10:01:43.295Z","0.1.3":"2017-06-10T11:24:20.975Z","0.1.4":"2017-06-10T11:27:22.481Z","0.1.5":"2017-06-10T11:30:12.967Z","0.1.6":"2017-06-10T11:30:54.946Z","0.1.7":"2017-06-10T16:33:07.626Z","0.1.9":"2017-06-10T16:45:25.526Z","0.2.0":"2017-06-10T16:50:06.459Z","0.3.0":"2017-06-18T16:30:18.999Z","0.3.1":"2017-06-18T16:46:22.326Z","0.3.22":"2017-06-19T19:40:08.724Z","0.3.3":"2017-06-20T08:10:18.764Z","0.3.4":"2017-06-20T08:19:06.124Z","0.3.5":"2017-07-02T11:46:43.602Z","0.3.6":"2017-09-11T07:21:55.478Z","0.3.7":"2017-09-11T16:49:38.689Z","0.3.8":"2017-09-11T17:54:59.858Z","0.3.9":"2017-09-13T11:05:46.444Z","0.3.91":"2017-09-13T18:51:51.586Z","0.4.0":"2017-09-13T18:59:17.459Z","0.4.1":"2017-09-25T17:23:12.512Z","0.4.2":"2017-11-02T19:47:18.115Z","0.4.3":"2017-11-10T09:40:43.402Z","0.4.4":"2017-11-12T20:47:41.353Z"},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"dist-tags":{"latest":"0.4.4"},"description":"Enables binary support in AWS API Gateway service.","readme":"[![npm version](https://badge.fury.io/js/serverless-apigw-binary.svg)](https://badge.fury.io/js/serverless-apigw-binary)\n[![Build Status](https://travis-ci.org/maciejtreder/serverless-apigw-binary.svg?branch=master)](https://travis-ci.org/maciejtreder/serverless-apigw-binary)\n# serverless-apigw-binary\n\nThis Serverless plugin automates the process of adding binary files support in API Gateway.\n![AWS API gateway binary support](https://raw.githubusercontent.com/maciejtreder/serverless-apigw-binary/master/binarySupport.png)\n\n### Installation\n\n```bash\nnpm install --save-dev serverless-apigw-binary\n```\n\n### Configuration\n\nserverless.yml:\n\n```yaml\nplugins:\n - serverless-apigw-binary\n\ncustom:\n  apigwBinary:\n    types:           #list of mime-types\n      - 'image/jpeg'\n      - 'text/html'\n```\n\n### Usage\n\n```bash\nserverless deploy    # Plugin runs within serverless deploy hook\n```\n\n### Examples\n\n* [Angular Universal + AWS Lambda + API Gateway - binary support example](https://github.com/maciejtreder/angular-universal-serverless) : [ AWS Lambda + API Gateway - live demo](https://www.angular-universal-serverless.maciejtreder.com)\n* [Node.js + AWS Lambda + API Gateway - binary support example](https://github.com/maciejtreder/serverless-apigw-binary/tree/master/examples/express) : [Node.js + AWS Lambda + API Gateway - binary support live demo](https://serverless-apigw.maciejtreder.com)\n\n\nSomething missing? More documentation? All PRs welcome at https://github.com/maciejtreder/serverless-apigw-binary\n","versions":{"0.1.3":{"name":"serverless-apigw-binary","version":"0.1.3","description":"Enables binary support in AWS Gateway service.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"307ac58e4914d78d8f98441b00d79b7105dc313a","_id":"serverless-apigw-binary@0.1.3","_shasum":"bd48ab271a3774b63d30f30033482fca76a0ce1a","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"bd48ab271a3774b63d30f30033482fca76a0ce1a","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.1.3.tgz","integrity":"sha512-bK+8bM7phw3mb76ePpusxISafz/p9QXooetI050CGB1+Q7BysRXKAdsCZgiCe7/ynP7iZnNbGOXAbth8+67ohA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDxt5rpdubVKFPjOcurTBGLZ5sjhjL+KGbMD6JVt0w6AiB8GTMD1pt0rVxZFw61Gz3jvS3hBGMtJIFqlyJ0CwGfNQ=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.1.3.tgz_1497093860042_0.08030734281055629"}},"0.1.4":{"name":"serverless-apigw-binary","version":"0.1.4","description":"Enables binary support in AWS Gateway service.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"b4b7fa96421331ebc3d795ddbc386ba92eba7679","_id":"serverless-apigw-binary@0.1.4","_shasum":"d0dc10927e8cdebb4aa87df512c7ddc4c7670cdb","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"d0dc10927e8cdebb4aa87df512c7ddc4c7670cdb","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.1.4.tgz","integrity":"sha512-44q5Grp+xs18qz4QpX+9zaVYTIuS2aVyQkH1bm1WK2L/lJkPkE4ezuZ0zGaLnCS3l0YxVORW8eCZR97mfqv4Ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDY7q9ynjOvJZw+MKuDmmiegNTzZOSFeb4Mpkry/yLkCwIgL+geP5uqBQ7yhZzElWSJxmLi3TCnQM8hID7Ka/vpwgk="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.1.4.tgz_1497094041569_0.016333327861502767"}},"0.1.6":{"name":"serverless-apigw-binary","version":"0.1.6","description":"Enables binary support in AWS Gateway service.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"657cd30c14d68503aae1344823c7d0fdb3283964","_id":"serverless-apigw-binary@0.1.6","_shasum":"6472019a4075e566852f1bb086a899b05f284136","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"6472019a4075e566852f1bb086a899b05f284136","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.1.6.tgz","integrity":"sha512-/pMLiZgWc6KtnOJTUn/gGB2drYS3yVpuln2XWxYF2VgEBiTmmD/PmHQSbVZxpNGWwSZjG+APjN/P3G7H27GhyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8X1kVJymLs30d8XRAFBWztysdl/GBgfcueQj6rjak/wIhAIpd4OWjdFg+o1SfRkXuDH5TgzbMrKGC44xJ6ZxXkEWZ"}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.1.6.tgz_1497094253969_0.7009816700592637"}},"0.1.7":{"name":"serverless-apigw-binary","version":"0.1.7","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"5ffa47dbaa4b34e3400daff65276b03dbd461d77","_id":"serverless-apigw-binary@0.1.7","_shasum":"18e0175548a323bc07c3b4e4c2a1b773538ed1c7","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"18e0175548a323bc07c3b4e4c2a1b773538ed1c7","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.1.7.tgz","integrity":"sha512-tZk3SbwPL4rzRzBUJ6abXRaeEJNgJIcYbIFTbbUYzKgIM7z6Si5MAn0P6ofwkVD1sgoT/yprWXrTssDxFjouaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCs3v1GPQ47MzPv3w5JFJD0EyWoo6dQRrTyri7YKX+WMAIhAIiPkLaEG5srM5sg8+s0tnl0xdgKVxxdk8mU4J6ZRfTC"}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.1.7.tgz_1497112386219_0.07928358460776508"}},"0.1.9":{"name":"serverless-apigw-binary","version":"0.1.9","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"e78b8110a13e72f5feb9f039bbfc5a258799387c","_id":"serverless-apigw-binary@0.1.9","_shasum":"8745407bf9a15f91b20da0d21af706154bb4128a","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"8745407bf9a15f91b20da0d21af706154bb4128a","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.1.9.tgz","integrity":"sha512-x+T48JGAkXMtl78TqGJQc9UNo+Th769PTCQN+uoOzKLLgzh8qabjqiQaxRlXHcWF/NpzFwfIlyqDvYcYZdI30Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBb2QymOPwfnDhR1v0He03rURY/+AbD2CwyNRw1jvgIQIgXM6OfqI8vqNZqgWCfOCcXNx6k0c+5R6cDly+JRZ/2Ro="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.1.9.tgz_1497113124194_0.6936113343108445"}},"0.2.0":{"name":"serverless-apigw-binary","version":"0.2.0","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"8c7b9d077bc1f61b06bfe570c9579510eba96a26","_id":"serverless-apigw-binary@0.2.0","_shasum":"ac86313980007b5dfb08a60d5bf89f9714dbcdd1","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"ac86313980007b5dfb08a60d5bf89f9714dbcdd1","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.2.0.tgz","integrity":"sha512-XtAaKYo51M0EsZ0TC3Crkl5wF9LxqOhAlNvV2zds/AONWvcB+ISu3d3Hx389ZtfcyVY3u10Sj9zb3M/mnZkDbQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFz1tRMmyJXjOFEUTVUod5ilJCO7B5b9Zw+mlXrm4fL8AiEAo7ltl5PfLFGPkDBQ4KDzXfiyqykfkX5/Z5z9rfiUgdE="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.2.0.tgz_1497113405032_0.8078498647082597"},"deprecated":"major bug"},"0.3.0":{"name":"serverless-apigw-binary","version":"0.3.0","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"73da0a22d9b3403aefde029afad8463e72ddb062","_id":"serverless-apigw-binary@0.3.0","_shasum":"68125f962b6e380647de8fac1d5f4deb12e9f1e4","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"68125f962b6e380647de8fac1d5f4deb12e9f1e4","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.0.tgz","integrity":"sha512-tLzSxkX0FNlIwvtoXh4nVqViKxW6Os1KMD0k0DMKau/K4IN6XcGlsHqk+9MWZbnfib4iTkK9tR+pgbM48x76RA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGnSqpEVgG6LLjloi5+5ckMlTQO3aj92m8NqjjHIXHYVAiEAvOUQN8tzLP5u9NGDtMrtNLJuYBhwEhYmWjrHfBCG7yI="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.0.tgz_1497803418038_0.3444317311514169"},"deprecated":"major bug"},"0.3.1":{"name":"serverless-apigw-binary","version":"0.3.1","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"84c2be8c79256523cdd4fd0e10367d0f4fb00c4e","_id":"serverless-apigw-binary@0.3.1","_shasum":"337a8d3c179f2db0e292dd8da5796070650dde3e","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"337a8d3c179f2db0e292dd8da5796070650dde3e","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.1.tgz","integrity":"sha512-WjsfrdcFtpgcQxAcSfuzxK7OaanE2Gjq0a3UgzDOPcjJoHxVjyym1n2+AzJIEzWUgqQUkCFK9jBF0kS7NfxC4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz6zQqrrISpzFkQ27cn6K/6oE8vrwb4hJzYg236PpgxgIhAIQAl9O+3HhKquPpoBxhzhF5NhjLqVbC9shywaSSU8Wa"}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.1.tgz_1497804381359_0.9856401707511395"}},"0.3.22":{"name":"serverless-apigw-binary","version":"0.3.22","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"13b4a0faf2dbc37f275708aa48b7028b2bd80fa1","_id":"serverless-apigw-binary@0.3.22","_shasum":"45f5fc9557fd7b8784fc8e3470832b9812883b3b","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"45f5fc9557fd7b8784fc8e3470832b9812883b3b","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.22.tgz","integrity":"sha512-b/04pO0ENfFmtuydD4JOy884CIE2oXeVvzO4S6Za8CFeDJ8naj8bm321Nd6d/fijSsydbvFXQ9/d+71u/Rd4rg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDIr+jc6N+LB2vLpNF3+N+dzpo9A4hUcMyWVLPTTTic0AiBmgPatDBJ6ZuTZjtYzlUucxoDU5cOlBTBiMBBIKL+hGQ=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.22.tgz_1497901207767_0.08569248812273145"}},"0.3.3":{"name":"serverless-apigw-binary","version":"0.3.3","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"edbd9dc90587eeb02047505e31b2d2a6a0ec217f","_id":"serverless-apigw-binary@0.3.3","_shasum":"2b96670a98eb77cc37e01d1a1e76b29b34572fad","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"2b96670a98eb77cc37e01d1a1e76b29b34572fad","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.3.tgz","integrity":"sha512-K0IPSrsfCmpQSidZAmXHMNy/i7u2y8V25QPCCv0rCUGkHhtTYS+E4dDV+kfOtYVa0Gw0v/Wcwd6MWhmoWMfrmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlatq3JoazIb88Wa6Ln7ImisPFPYCkhEVTEBDyrxp0+AiAIKcCim7aogRCpE8D6Nd+jUYRW4RopYJEryt2v79vgsg=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.3.tgz_1497946217796_0.4455045445356518"}},"0.3.4":{"name":"serverless-apigw-binary","version":"0.3.4","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"0b78815c44fb9b02d7cd1a195500342cf403e372","_id":"serverless-apigw-binary@0.3.4","_shasum":"d3851eafde9d9b771e4d24b18a4693a7ef1a9f00","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejsobala.com"},"dist":{"shasum":"d3851eafde9d9b771e4d24b18a4693a7ef1a9f00","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.4.tgz","integrity":"sha512-q044Q1GhBf3XbAdfJSbio2OSdG/+z0+Jg5u6Ha0Rm6Ia/V76MCl5NGIvuT3UZi592Bg5wWSuBxVN3IslkpbkMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHXi9JAUqeCYZcwhYBJxYIhofBxXh4/hqJRlcIir+b71AiEA/oqFVZZ0cUCfvXQ+5wIT+Em6ooQv+sFPx7menw72k+A="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.4.tgz_1497946745092_0.39488367829471827"}},"0.3.5":{"name":"serverless-apigw-binary","version":"0.3.5","description":"Enables binary support in AWS API Gateway service.","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"gitHead":"c5744e3ee4a2e13dd6d03c97f44c98ad736dc986","_id":"serverless-apigw-binary@0.3.5","_shasum":"da707050e1bfd66981be4fe464152f3a254b9e63","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"shasum":"da707050e1bfd66981be4fe464152f3a254b9e63","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.5.tgz","integrity":"sha512-zcO2GIS2SFO7rgq79O9vkW7tmd+3WyGjDxf9JrsAhQ+LeBq6nb5Mk8fZ16JpGvucePsbLqaaqclGqGKaUVc58w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICvEQdetIMpZsdqC7ExGYDtQyl6PWiDfYvsPxoANHiZwAiEAnpE2nBsMWu7Y952cV+J9QKYBeZ1FJ7KwQebVULfBLHQ="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.5.tgz_1498996002674_0.023668477777391672"}},"0.3.6":{"name":"serverless-apigw-binary","version":"0.3.6","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"c9b0f54dfec261a6ac198b409a4d5c2ed3446794","_id":"serverless-apigw-binary@0.3.6","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-oPysU8gdSJGZdQx6o9pyjaYjLe6e84p2c5EQQTFHFqjk+v56JhycwH6vAacaauVaZm86l3lipEhfCzMMdZM9iA==","shasum":"31629d37236bff385b7ebe274ed9596f67591604","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrQxUhqE72TcM0dVmJTlTv77ZmIt1v0OVocTZPod1L+AiBVgJ6cvMKvuqmahvD96Vl94gwLzaX6F3XTt6yGhZrXRA=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.6.tgz_1505114514528_0.050610027043148875"}},"0.3.7":{"name":"serverless-apigw-binary","version":"0.3.7","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"8a0d80372207398f0d6391d930d5f931963242e8","_id":"serverless-apigw-binary@0.3.7","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-wWx6PD2Q//z9yx8mFxIaPXDGuUI9zzjWrhSmkk9dZEvVDUMLO36NRA23CXv0zuYuCxc5sypm8e/ygGiypjoVmg==","shasum":"41b1677c02567b20a7f9468f8540c3fb76e4d398","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaohDRFMgGHB8jL5u2lSORziFGgYGfyKXHz48oMsVStQIhANdcvsaGiEjPpZYJ8ku7hf+dc2SR4+Se179LwoTTM6fU"}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.7.tgz_1505148577750_0.26566991093568504"}},"0.3.8":{"name":"serverless-apigw-binary","version":"0.3.8","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"db22ad301ddc0ef2f27c6b56e89ac76c42b4e1a3","_id":"serverless-apigw-binary@0.3.8","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-gsWhE67mEsGDEwYXjeOmQUpBU7sV1Bt7FjohnRlc8DYXyX1FlKe/OFVoZWVj1F+XIOTfEoX2Kmof7cwaQThJHg==","shasum":"f12d89f972ae06728214d435afe7e430412fa88a","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.8.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCy91VBV9kPkfPkVXZr005hHb8ZS7wKO26wf3rWvW6z8QIgYxr79yGq8/njlZKR7gLMai29iG7o7qdUmPcuQUFgwUY="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.8.tgz_1505152498936_0.20378156285732985"}},"0.3.9":{"name":"serverless-apigw-binary","version":"0.3.9","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"e3e715782d886c6113d3469432c1a9787c0dddfe","_id":"serverless-apigw-binary@0.3.9","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-f8n0c2kW10I9KzY8nUq+i48K2r/EipHsLajuwkqWDPxptX/NZt5YIBDdMW2pzJQu3IPBLLmqXK1Jns/AQAa72Q==","shasum":"c5851265af6c7be720464c7a7926c817b6ba24c8","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.9.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGllTdFCpT5T/sNca8HfNCw38OAcqZj0IsJ5E53Pfa3yAiAJIRdJCDr0fCm5DmEaZ9qW1OmEFtmTGKbYXMMndl/w+A=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.9.tgz_1505300745534_0.5966818812303245"}},"0.3.91":{"name":"serverless-apigw-binary","version":"0.3.91","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"54a07b376fdf89ca9fe3b6e7a4829c18b53493a1","_id":"serverless-apigw-binary@0.3.91","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-qXwy3KaBZ/jBmsnHrfWAsaTxbrk7MyVYsP0V+HLy7uuiztMdeyddOEKWGrJlV+xrbJ2K1km3U1d4ECkSOdpiyA==","shasum":"db7a7e4f86fdd471ca4c864af811c6f829bc844f","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.3.91.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFBz1kisWhvigMfn2DG8ObeJHE+F3kCihMjjIUVsANn8AiAYkvnDaeQzzYP6u3wT26w7COIPSLBXbwPXr1uwcc3stA=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.3.91.tgz_1505328710686_0.7274552718736231"}},"0.4.0":{"name":"serverless-apigw-binary","version":"0.4.0","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"343095d4d0e3b9c211010350d2a505fd184b5e3a","_id":"serverless-apigw-binary@0.4.0","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-Hpnp55gUeeh5yDZNTOxIP3A8CkIQ6ytB/fRS0nJCuyros2i+n9Sg0xF/XzS5QYvX1pAyk6wCNcqzrGX+z553qw==","shasum":"e8ee3fee3b9610eae0e471ab7a48995b8f51f2d2","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHv9F9dMZ9FugK8r1YxJKrDDyfyUiWbz8ssWIFg1u+RWAiAN1ZHAsAYz/2S8lORrOJq+vLnxV/acwfpXWVyyhLnkRg=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.4.0.tgz_1505329156481_0.6665841597132385"}},"0.4.1":{"name":"serverless-apigw-binary","version":"0.4.1","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"89df28b2844abe17e080935ba0b27987530a93d8","_id":"serverless-apigw-binary@0.4.1","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-xe+GryYCEY1RXV6tR3ZosKmAo6V3qOwkCCZLYjuczmZkYbdLcxu60LaxoOxURWa0A9iRDUDOt8So6+2Gc0UWIg==","shasum":"5ae4c3bbacd1f4a6c80a5e55dd2593396c457075","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDir8m4sEyafA2xJ1r998fJngi3WHySoMD9+ebLaKUqOQIgTIkyN4NJGD0IYLU3PrU/E9lIi2XhmU1xais+HDI+r1s="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.4.1.tgz_1506360191563_0.9116360051557422"}},"0.4.2":{"name":"serverless-apigw-binary","version":"0.4.2","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"03e3bf4b6a6913e3312c41c24acba3e3daf993eb","_id":"serverless-apigw-binary@0.4.2","_npmVersion":"5.5.1","_nodeVersion":"9.0.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-O9jpnxGcdMJlHDLQwY9cpcH6MR8kqLLISMG4pSsPU+CaUpy+QhGEbB5v4YaQJmTQhYyTxZWRkNR7TEydc+9iVQ==","shasum":"01a70066d276ab42903f9a0805420c67de7face6","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5TDB908C/fAIJqPQ146RuzQcrR7zYkIpg9zanqiUkiAIgQh+CdR4A/vmGJJswlsrfmfmub1TQjS02EkPQWZgUdgw="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.4.2.tgz_1509652037215_0.10556329949758947"}},"0.4.3":{"name":"serverless-apigw-binary","version":"0.4.3","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"24532c88bfe2e02c587df12cdfb516dd63a41bcb","_id":"serverless-apigw-binary@0.4.3","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-83ApKrJYq8tise6dCcRTQI1TNBnHoRHrHqbRe7bqnLTCdPHe7Z5CWBnQbk88zfsEIw4qH+xie9XgptUObkCVNw==","shasum":"0d187ce5252359429ba11e82fb2999e6ddc3ac35","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.4.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB40WriYF6drh8rFagG1s12fw+3kFhsAhGaT6FWThhrhAiAJZWn2HKBBbli0ZclC9KMXmyX5PvRkpQBmU8sIGzvWDQ=="}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.4.3.tgz_1510306842494_0.3952879118733108"}},"0.4.4":{"name":"serverless-apigw-binary","version":"0.4.4","description":"Enables binary support in AWS API Gateway service.","main":"src/index.js","scripts":{"test":"istanbul cover mocha test/tests.js"},"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"license":"MIT","bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","engines":{"node":">=4.0"},"devDependencies":{"chai":"^4.1.2","chai-as-promised":"^7.1.1","istanbul":"^0.4.5","mocha":"^3.5.0","serverless":"^1.21.1","sinon":"^3.2.1"},"gitHead":"608fa51aa794d7bb9011aad87455f818a895015d","_id":"serverless-apigw-binary@0.4.4","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"maciejtreder","email":"contact@maciejtreder.com"},"dist":{"integrity":"sha512-2DJmQTzeXa/+8u9ekReqf7j4gQjBtzQE4MK9nlOnEz4F7MVWCQXYlLPmf2TXSoxxJZzlWvIiNzCTq6vAT9F5FQ==","shasum":"f3cffd8365322a2a1d8bde5fd94b306b7a64d4fb","tarball":"https://registry.npmjs.org/serverless-apigw-binary/-/serverless-apigw-binary-0.4.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJx1INjS3J6P06WSxdAl4Y8YgdzDogUu2T2oa9i83m1gIhALVC1CB+6+vQJdTeDCltRmCe/fht5zBFl/OUbFTAz9tN"}]},"maintainers":[{"name":"maciejtreder","email":"contact@maciejsobala.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverless-apigw-binary-0.4.4.tgz_1510519660368_0.06460587773472071"}}},"homepage":"https://github.com/maciejtreder/serverless-apigw-binary#readme","keywords":["serverless","serverless-plugin","amazon","binary","types","support","gateway","aws","lambda"],"repository":{"type":"git","url":"git+https://github.com/maciejtreder/serverless-apigw-binary.git"},"author":{"name":"Maciej Treder","email":"contact@maciejtreder.com"},"bugs":{"url":"https://github.com/maciejtreder/serverless-apigw-binary/issues"},"license":"MIT","readmeFilename":"README.md","users":{"wstowersguestdna":true,"samikarak":true}}