{"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"keywords":["connect","proxy","middleware","https","http","ssl"],"dist-tags":{"latest":"0.15.0"},"author":{"name":"Andrew Kelley"},"description":"http(s) proxy as connect middleware","readme":"[![Build Status](https://secure.travis-ci.org/andrewrk/node-proxy-middleware.png)](http://travis-ci.org/andrewrk/node-proxy-middleware)\n\n### Usage:\n\n```js\nvar connect = require('connect');\nvar url = require('url');\nvar proxy = require('proxy-middleware');\n\nvar app = connect();\napp.use('/api', proxy(url.parse('https://example.com/endpoint')));\n// now requests to '/api/x/y/z' are proxied to 'https://example.com/endpoint/x/y/z'\n\n//same as example above but also uses a short hand string only parameter\napp.use('/api-string-only', proxy('https://example.com/endpoint'));\n```\n\n### Documentation:\n\n`proxyMiddleware(options)`\n\n`options` allows any options that are permitted on the [`http`](http://nodejs.org/api/http.html#http_http_request_options_callback) or [`https`](http://nodejs.org/api/https.html#https_https_request_options_callback) request options.\n\nOther options:\n- `route`: you can pass the route for connect middleware within the options, as well.\n- `via`: by default no [via header](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.45) is added. If you pass `true` for this option the local hostname will be used for the via header. You can also pass a string for this option in which case that will be used for the via header.\n- `cookieRewrite`: this option can be used to support cookies via the proxy by rewriting the cookie domain to that of the proxy server. By default cookie domains are not rewritten. The `cookieRewrite` option works as the `via` option - if you pass `true` the local hostname will be used, and if you pass a string that will be used as the rewritten cookie domain.\n- `preserveHost`: When enabled, this option will pass the Host: line from the incoming request to the proxied host. Default: `false`.\n\n### Usage with route:\n\n```js\nvar proxyOptions = url.parse('https://example.com/endpoint');\nproxyOptions.route = '/api';\n\nvar middleWares = [proxy(proxyOptions) /*, ...*/];\n\n// Grunt connect uses this method\nconnect(middleWares);\n```\n","repository":{"type":"git","url":"git+https://github.com/andrewrk/connect-proxy.git"},"users":{"manny":true,"weijarz":true,"itonyyo":true,"zhangyaochun":true,"joaocunha":true,"lijiehe":true,"cqcookie":true,"sternelee":true,"klarence1":true,"visual.io":true,"pimkle":true,"rubiadias":true,"walnut":true,"ierceg":true},"bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"license":"MIT","versions":{"0.0.1":{"name":"proxy-middleware","version":"0.0.1","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.6.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.0.1","dist":{"shasum":"bff38901f63abf713c1a6759a1b27a1faeeee61c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.0.1.tgz","integrity":"sha512-e96VD6kijS38Wt0BFq4+Az9xncWpjwFdpow4kJ8GY/tn+xlaOOjsWqtG4HDa7YOvgEfw4KNqmMLuByD3CcV8EQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlYkehbgmm7V7ugAPpH6uZAoIZWuhYkHSA8unmwHhXFAiAXG/BNGuAnDyu4/VtR7iND62bey+GshxziLshYRwadZA=="}]},"_npmVersion":"1.1.63","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.1.0":{"name":"proxy-middleware","version":"0.1.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.6.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.1.0","dist":{"shasum":"12b6f4ee967147b074cceeeba993773ab031e8e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.1.0.tgz","integrity":"sha512-xXtY7SliwNCj3kG/SHhJUm7/B1rHaII5y6boWp8+4C77OHiI4By6cRZslyOWKq1/8aUOOG2mkO46cJGE44BmZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHLV4MAiAykrlbbE+Zb1SBmFnMJxT059i3RtCaIXFMbwAiEA9M/1bCzaOll1X8LWzmWywdRNBF/O0ZQhAV2mUi1aQ48="}]},"_npmVersion":"1.1.63","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.1.1":{"name":"proxy-middleware","version":"0.1.1","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.6.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.1.1","dist":{"shasum":"fcb754d51bb77fc1e0cea4d6ec505c884e66fbeb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.1.1.tgz","integrity":"sha512-eLyyMhTApZ11coLzjWSVZzxIMXWXYzdhkaXCLuVLV3gatTjlm9FLVih64pYpPQ8yWmjdDscGbbejTC1Z7sTyrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFC+wrRvFge64VHc4+c6ntTRs5Q+Dn2N42anwCetqlDAiBbMVvslXGBmzQRvCnQWCDxZ9sTqXJKovg0frkhQWJtVw=="}]},"_npmVersion":"1.1.65","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.1.2":{"name":"proxy-middleware","version":"0.1.2","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.6.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.1.2","dist":{"shasum":"eaa65471c11eb64d86c7434b08051dd430c91e40","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.1.2.tgz","integrity":"sha512-e1mexAjh3tSsrumM8s3+R4HWya+2dWCGHngh+LuPuam67r5HXMkP3YDy5r0732YvxG9nY3Wf15dVnIfEDiH1EQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXKRcE0hZ2F5jVAvK9oXj8PyfAEKXOTQE0YTVZpI7ELgIgZb8LcKb6JlVMEAaM6O9xyTfcQYWfJUMG7eZJOWBD5B8="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.2.0":{"name":"proxy-middleware","version":"0.2.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.8.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.2.0","dist":{"shasum":"fe27338409970ffd262384ff46762d8178edae70","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.2.0.tgz","integrity":"sha512-x0hj7wBsyl89kbh57lnCLr0JEEvluTYB1zCOSvrzE3fo58HMxszedxl5gpwvWJi3jUh0akp8j2x3Um/ofBw1fA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8WyAHE4o/ILeCeVPt4ixHehzOCrGRrjeFyFdDOAyg7AIhAIf1H+oVcJyjtBAoLEjufNv3o/QPjdSQwItuAlyjFQFP"}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.3.0":{"name":"proxy-middleware","version":"0.3.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.8.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.3.0","dist":{"shasum":"adfbd893256f612a36b2cbe7a3d1770f02db0c9c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.3.0.tgz","integrity":"sha512-P/PLz6VW6etUmE0zCrOnMd2iwpClxIm70vevfoR5fcWZlHFm50m3880E8qhLPfgptm/6I0gP1ngAk+0IPaT53Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4zxz02d8/f9nLArmS7Qa0ex64Gk7O1iPgV/BZin6MnAIhAIO4wT5Z91GMt0YfufuUEhgaOPUhiCgKT4EqDutWlkTO"}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.3.1":{"name":"proxy-middleware","version":"0.3.1","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.8.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.3.1","dist":{"shasum":"f078e5e89b7017fbf7d60110b557dbe1b34ff25c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.3.1.tgz","integrity":"sha512-+uGyLjMD3CLApaaKSK5jYk4K8nPDWJ6u89rdC4VNwwQqJOVk5y6X9WCnlBiJKD0ocUkZkQ8ajlsiI1FYSNFbcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICl0oSwd1uMziq+x29aH7d84TRSKzVvgd6bmxt9Rk7xPAiEA0oYrJe8Z8rCc1jkR2HHoK2quDEQfez9y9CeaFSdjsNA="}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.3.2":{"name":"proxy-middleware","version":"0.3.2","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.8.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"_id":"proxy-middleware@0.3.2","dist":{"shasum":"38634cd27c388d3b5559c6b29dd5fcaaec4d36fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.3.2.tgz","integrity":"sha512-ZfRLuyc4ugYAH6Mkerjw04/IaFhEh5kMZEdyxPRFI1522sUuNXYGisEGQN21frHjE0+DJnnOZSfZjDLzBkwvqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgJHJIt4tcusbExrSZWX3Y3uzx3dhKrWNEWUyRYlARVgIhAOPkP6ilbsph5YyCKXrYxap7sa6dKwQliFBuFclQR/mb"}]},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.4.0":{"name":"proxy-middleware","version":"0.4.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.8.0 <10.0.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"bugs":{"url":"https://github.com/superjoe30/connect-proxy/issues"},"_id":"proxy-middleware@0.4.0","dist":{"shasum":"7b0b536a92389e78b69d8ba22ea6b368c249c1b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.4.0.tgz","integrity":"sha512-om7u6xOfePNKOZtjVS06vFy+upevfOpBsbA3WB/8raIhycsGMhUCmDWA1Gky5Hc2EYiRMciZX/dtnnbmffkqLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjHm3Qlg8LNiCxHmszAVEeYGblYx7RUqKBJ022L2IDDAiEAuLKB9no74eUzIVg/i2EM1URGgvfMTllyupqx6Jiqkgc="}]},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.5.0":{"name":"proxy-middleware","version":"0.5.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/superjoe30/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"BSD","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"bugs":{"url":"https://github.com/superjoe30/connect-proxy/issues"},"_id":"proxy-middleware@0.5.0","dist":{"shasum":"6a03ef4dd6f7203949bd9955d47591b2d14637ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.5.0.tgz","integrity":"sha512-0Vbl3nqPeEE6feaNbur5HA7s7MMBMD8ImysUzWQQn7FNEg8bw5eSiNa1B+3MNowoWL8ulIvLta5x3rE90Pev8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCueald7APUNFmbGOhNgBas8B+ZUHEkVpxRuV+B1/b+EAIhAM4IkBqK6ANKHpYNbyGhzs9BK5mk2hiyRjKaSuUCGh5b"}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.5.1":{"name":"proxy-middleware","version":"0.5.1","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.6.0","connect":"~2.6.0"},"bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.5.1","dist":{"shasum":"da24d5d58c1ddf13dad237c7eca503849eaea903","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.5.1.tgz","integrity":"sha512-bMULIe/lp43YW3ZcPX4s8ND3GJPCjMyMGL049A+ikSZa2F+iPV0KiQZJsd+rwQd/7td0o3cpL/TPTg5apjUAyQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCbzNsWj3GKTKvxTkXGATEYv0V5Xv3/fbo2egzpYtXYAIgDWqV5FMbDAEkLXDhr9YlO8OG9qtmeZ3j5+YQWbI/muI="}]},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.6.0":{"name":"proxy-middleware","version":"0.6.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.6.0","dist":{"shasum":"d8e3d08f25c9fd6ff0b7a1d15af0972f9237a4d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.6.0.tgz","integrity":"sha512-XWYLUhg5PzzIUjzwPtGoOWZLuiWMRIlNjQ7xMCCEeGThVZv/gIqLmH1M4rQaHGRntOhxU7LT7nQC0yeFRAbVnA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYbChYlxCCL5uGn5r/V/tzs9VrAzut/iOEHoauLJ2KMQIhAJO6wI6d0+mIg5mcsVHNi+W8S51d2efagHK9vVpYWjE5"}]},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.7.0":{"name":"proxy-middleware","version":"0.7.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"gitHead":"9ac1a4366b9d4d09b764c2eaa790c96369150c82","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.7.0","_shasum":"b34cb956875edefbd5f9899c57acf101d980af95","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"b34cb956875edefbd5f9899c57acf101d980af95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.7.0.tgz","integrity":"sha512-yAc8HI+ZdDILG3K62IerUqZquYlhWj70mRNOYPbp3oT7gbr6yKjMS2qdMkEtxKpzVJiiz+znB8Z9FuTD6pMExA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClYY9kn8DHPlAodb/xSv8Vfa177tP6gdL1NEnv4Fwh/AIgRfVdUH54M+BqXUZl/RtnN4OHDdAGpLE8EJB2MdUprg8="}]}},"0.8.0":{"name":"proxy-middleware","version":"0.8.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"gitHead":"4dcc233fc0510190729ea085a0ce9b09ae650514","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.8.0","_shasum":"605d50a59ae80803747c0975a7219177c48be314","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"605d50a59ae80803747c0975a7219177c48be314","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.8.0.tgz","integrity":"sha512-jIqV71VS+OT2EOrCyZ5zUN28W9aJeb7krZIQ7TaUvZzlqlJRMMKcaMzuHO/BPOhT5/q4b66p0qx69HmjHT5X3w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELSShpSCTSifhPBfrOMtOVctwDF/Fv1HcCOiCX6+rVeAiEAkjWD20WVkiZeguBW9L07DxT3ZWUuJAJI0NOFKm6pO/E="}]}},"0.9.0":{"name":"proxy-middleware","version":"0.9.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"gitHead":"31bfa7f56c4dfb7d251a9e742b5d9eaa52330499","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.9.0","_shasum":"cc45db2ca269fca6794e3a8c7fa8bb95d005a244","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"cc45db2ca269fca6794e3a8c7fa8bb95d005a244","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.9.0.tgz","integrity":"sha512-klyQJFMu3pH8BPzY0x9hOF7iMbmVfAAVXEqW24q3sMMucIuI4Df+6N2rPwt9EWRAgVYjriI10yXml7GKA7mSpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2N7wxmKFtH2Lw9omO+WhA0duyTkIm1zciWbyjBdMVZQIgXq12z3NkcC/C1ozJE2KOGzJVpDitaSxLwSWA6lZvhjI="}]}},"0.10.0":{"name":"proxy-middleware","version":"0.10.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"gitHead":"3570c33fb52619198b75760b7c82e0b3b26c70a3","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.10.0","_shasum":"31c9eeafc45a9cb5c5d1b5b49d266e763c7aa9f5","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"31c9eeafc45a9cb5c5d1b5b49d266e763c7aa9f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.10.0.tgz","integrity":"sha512-21YElL+LJm7ARUjsBi5fWoigkhWwb+G9YcUghGsjiKnBs0qftdcg7qv3eNTyhFg3m4BPo7MZhrVfgo7rqKITmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGFoCrHYsw9stSJyvN7vodfng9bT32wQjQb22tCiOCuAiBi+WwwpHsDtrpahr65kOiA/VnVi8d9kWH4SvpewZSXsw=="}]}},"0.11.0":{"name":"proxy-middleware","version":"0.11.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"gitHead":"746ad9f5155dfa630d7da4213e9d34a4fcbf43d2","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.11.0","_shasum":"0650be600da0336a879ede8cae70062a24e8caaa","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"0650be600da0336a879ede8cae70062a24e8caaa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.11.0.tgz","integrity":"sha512-JEg9b2fzHzDnZywfiYUtg8DczKIoiRZ+VMA+CkLGEd4fmwCk/zxodA5m51hQ+jvm2ZuAmPmd6QkIwjWXdOUfCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFh2Px87KqjdxKaAINw30ps9Ig7iAD4AxQKBbxoiSJI5AiEAiBq18hMgBYhYqUOccGMSZFekpe+41GCkBb0FxpwgeAY="}]}},"0.11.1":{"name":"proxy-middleware","version":"0.11.1","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"mocha":"~1.21.4","connect":"~3.2.0","serve-static":"~1.6.3"},"gitHead":"b53bf269656a8324721b1a7dd1b30da88f08b53a","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.11.1","_shasum":"dce650ceb571e3165926956658e5fb1a240a27c8","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"dce650ceb571e3165926956658e5fb1a240a27c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.11.1.tgz","integrity":"sha512-IqmWzogl/i6Ejtvf9AHUpZPPHG12RZGX4KPpC49pr48OSI+HUnwRz6w2VVuoyLQqqCJ37UNKzL/LaIupNBOkog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAFuEWc4wsQDlYlKivZmp9Gp3rUxj9Ay6h9YJkEJ9hswIhAJ5N9sQIAYss7PSTf2NRKcYlH5GXE4uNBvg9V5E+V76Y"}]}},"0.12.0":{"name":"proxy-middleware","version":"0.12.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"connect":"~3.3.5","mocha":"~2.2.5","serve-static":"~1.9.3"},"gitHead":"73e74b0645c3f03762b1dd5f04d89288f3a18a8e","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.12.0","_shasum":"2917bb903b077681bd6ab84cb42344d1ca79cee9","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"2917bb903b077681bd6ab84cb42344d1ca79cee9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.12.0.tgz","integrity":"sha512-iiCwnv2thd1OKcmIV4+oSPmLyQIe6u7qdvuoTGwktnsRJq+M8KfvkvhFm4Xo62EABStTpgk3clEtI86WRIouKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYztzMa/zX+n1vghhWN+wJ8uaScFXpofz8NG4Box+OrAiEA2gUDtDrJJCOmay56XUp1v2SOeg+ghkIdARDUk22JJNA="}]}},"0.13.0":{"name":"proxy-middleware","version":"0.13.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/andrewrk/connect-proxy"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"connect":"~3.3.5","mocha":"~2.2.5","serve-static":"~1.9.3"},"gitHead":"d1864cd5cf723aa916c7e241ca4357f1ce587f5f","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"_id":"proxy-middleware@0.13.0","_shasum":"4db942ca50f91c5103f51f79fbb2478200902619","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}],"dist":{"shasum":"4db942ca50f91c5103f51f79fbb2478200902619","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.13.0.tgz","integrity":"sha512-eQ7NH150rij2oB8CU/HulYCb0PnCx+lAAFnIJR6f4lzcolRbwsDTA2jyApw7SMn9kVXFlxq1Em2G6l4CLEaUAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh0ClD0uJHDy6BPrVyGHMUfN+XmNVW54+TRrp4ctEHhgIhANUYAxCIAVieXJ1/t9u2salSE9VumyxcPtLY4aVhpmgJ"}]}},"0.13.1":{"name":"proxy-middleware","version":"0.13.1","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/andrewrk/connect-proxy.git"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"connect":"~3.3.5","mocha":"~2.2.5","serve-static":"~1.9.3"},"gitHead":"92ac1d4bfd54b7336a1013ed251079a57ee9e4ba","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"homepage":"https://github.com/andrewrk/connect-proxy#readme","_id":"proxy-middleware@0.13.1","_shasum":"86d0ae4b364688980b761019d8022aa797070703","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"dist":{"shasum":"86d0ae4b364688980b761019d8022aa797070703","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.13.1.tgz","integrity":"sha512-18EgFJS60tHNVXtIluzsa2/rz8NrJUPHTRcTpdpEI9E+0YkKwgcNNz2F5M4yBADOEYA69D6Iqr6weMUQfZzi3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEeR0Bd6Qp9BR3TmTYzneGlYSYU9pw/RtcZg8TXPgtw2AiEAr7HnZ5ygUBkBrXK0xYiQzrrBID5G8eitWAzoBz6efEc="}]},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.14.0":{"name":"proxy-middleware","version":"0.14.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/andrewrk/connect-proxy.git"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"connect":"~3.3.5","mocha":"~2.2.5","serve-static":"~1.9.3"},"gitHead":"fbf4eef323cc9b7db77dbf5a9d0705a8814cb730","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"homepage":"https://github.com/andrewrk/connect-proxy#readme","_id":"proxy-middleware@0.14.0","_shasum":"9f1cd4c5915e19189763435d8250a1907e0bbd81","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"dist":{"shasum":"9f1cd4c5915e19189763435d8250a1907e0bbd81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.14.0.tgz","integrity":"sha512-glNRKuGnoFNaThttxP/shY7104ZDRU7t3nw4i5emmDusFrWfoIlefYpt9eLmpcf15HkMlrjcWWpaeCNZjL35Vg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHjSbjzTWQjtzDYF6fPvNT6Ckmm2eaH76J6Bt60xtNzfAiAcgyPFxz+wqr/AS3OwkEGIT3A0ThgoXe9CoPy8AianiQ=="}]},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]},"0.15.0":{"name":"proxy-middleware","version":"0.15.0","description":"http(s) proxy as connect middleware","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/andrewrk/connect-proxy.git"},"keywords":["connect","proxy","middleware","https","http","ssl"],"author":{"name":"Andrew Kelley"},"license":"MIT","engines":{"node":">=0.8.0"},"devDependencies":{"connect":"~3.3.5","mocha":"~2.2.5","serve-static":"~1.9.3"},"gitHead":"d3f462e23d4dda4483fac601649bec33735548f1","bugs":{"url":"https://github.com/andrewrk/connect-proxy/issues"},"homepage":"https://github.com/andrewrk/connect-proxy#readme","_id":"proxy-middleware@0.15.0","_shasum":"a3fdf1befb730f951965872ac2f6074c61477a56","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"anonymous","email":"superjoe30@gmail.com"},"dist":{"shasum":"a3fdf1befb730f951965872ac2f6074c61477a56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/proxy-middleware/-/proxy-middleware-0.15.0.tgz","integrity":"sha512-EGCG8SeoIRVMhsqHQUdDigB2i7qU7fCsWASwn54+nPutYO8n4q6EiwMzyfWlC+dzRFExP+kvcnDFdBDHoZBU7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9uYrJi3j9Mu2elp7WXoGOUaXshBSzX+3d31UrIsGg8AiByX4tKqOxdYWqAf23M1tqV9uGiZB7nPeeGgwKe0w/ktw=="}]},"maintainers":[{"name":"anonymous","email":"superjoe30@gmail.com"}]}},"name":"proxy-middleware","time":{"modified":"2022-06-24T22:00:38.820Z","created":"2012-10-18T22:30:13.075Z","0.0.1":"2012-10-18T22:30:13.399Z","0.1.0":"2012-10-23T14:39:17.443Z","0.1.1":"2012-11-12T22:23:36.890Z","0.1.2":"2013-01-08T19:06:31.701Z","0.2.0":"2013-02-20T17:06:39.999Z","0.3.0":"2013-02-24T18:00:58.604Z","0.3.1":"2013-03-08T04:20:31.182Z","0.3.2":"2013-04-09T13:56:31.752Z","0.4.0":"2013-06-17T03:07:44.494Z","0.5.0":"2013-09-08T16:05:25.774Z","0.5.1":"2014-08-27T17:10:08.431Z","0.6.0":"2014-10-06T02:28:39.725Z","0.7.0":"2014-10-22T19:10:51.138Z","0.8.0":"2014-12-04T19:39:17.182Z","0.9.0":"2014-12-09T19:20:59.877Z","0.10.0":"2015-01-27T19:20:44.987Z","0.11.0":"2015-01-30T07:36:52.033Z","0.11.1":"2015-05-08T22:38:57.622Z","0.12.0":"2015-05-29T03:10:34.443Z","0.13.0":"2015-06-03T19:19:34.249Z","0.13.1":"2015-08-04T19:11:28.289Z","0.14.0":"2015-09-03T18:33:07.923Z","0.15.0":"2015-10-24T00:39:50.564Z"},"readmeFilename":"README.md","homepage":"https://github.com/andrewrk/connect-proxy#readme"}