{"_id":"proxy-by-url","_rev":"13-71aedb22e79edef33bbd9a79df6fd64f","name":"proxy-by-url","description":"custom logic for node-http-proxy to proxy basedon incoming url","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.0":{"name":"proxy-by-url","version":"0.0.0","description":"custom logic for node-http-proxy to proxy basedon incoming url","homepage":"http://github.com/dominictarr/proxy-by-url","repository":{"type":"git","url":"git://github.com/dominictarr/proxy-by-url.git"},"dependencies":{},"devDependencies":{},"author":{"name":"Dominic Tarr","email":"dominic.tarr@gmail.com","url":"http://bit.ly/dominictarr"},"scripts":{"test":"meta-test test/*.js"},"_npmJsonOpts":{"file":"/home/dominic/.npm/proxy-by-url/0.0.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"proxy-by-url@0.0.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.13","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"ee8c04d31d20996e7d4a4ce888379890119a73ea","tarball":"https://registry.npmjs.org/proxy-by-url/-/proxy-by-url-0.0.0.tgz","integrity":"sha512-lGP3gfOQojQcvrjlijput4+dQHPCemsfPVs0l8Upb9GF54l1qSnujwhxXD2VkgmWqeW1KOKI8obI41WcX/JI4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIkbADAi4m1/ARRfRtrc+5+gFMXXlcS3LV2RCw95T6sAIhAOGoCJyVp7i+yMoSH9Erv4DnG4zEFvzOXW5+Mk2bS5B8"}]},"directories":{}},"0.0.1":{"name":"proxy-by-url","version":"0.0.1","description":"custom logic for node-http-proxy to proxy basedon incoming url","homepage":"http://github.com/dominictarr/proxy-by-url","repository":{"type":"git","url":"git://github.com/dominictarr/proxy-by-url.git"},"dependencies":{},"devDependencies":{},"author":{"name":"Dominic Tarr","email":"dominic.tarr@gmail.com","url":"http://bit.ly/dominictarr"},"scripts":{"test":"meta-test test/*.js"},"_npmJsonOpts":{"file":"/home/dominic/.npm/proxy-by-url/0.0.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"proxy-by-url@0.0.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.13","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"bfd69ec794696b3071e1febabf43ec852d2c6508","tarball":"https://registry.npmjs.org/proxy-by-url/-/proxy-by-url-0.0.1.tgz","integrity":"sha512-NORBt7Vn1u18BrXUGz54975hPxcZ/O59C8g4vbvopryO7LC+n/g+Klkr+KCTC3rVYHQlK6/U1n+bjN2qTsoR7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAlpx6DWEYBvL1V2ThaCo4eURG0RpO+sNkQt0sj8kqi8AiA1XtL00vpsuG2TFUg/zkUnlzJFKk+N6L/Iu/n5XZYW+A=="}]},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"directories":{}},"0.0.2":{"name":"proxy-by-url","version":"0.0.2","description":"custom logic for node-http-proxy to proxy basedon incoming url","homepage":"http://github.com/dominictarr/proxy-by-url","repository":{"type":"git","url":"https://github.com/dominictarr/proxy-by-url.git"},"dependencies":{},"devDependencies":{},"author":{"name":"Dominic Tarr","email":"dominic.tarr@gmail.com","url":"http://bit.ly/dominictarr"},"scripts":{"test":"meta-test test/*.js"},"readme":"#proxy by url\n\nthis is a simple example of a node-http-middleware that will proxy based on the incoming url.\nsay you want to proxy every request thing under /database to localhost:5984 (couchbd)\n(and remove the /database prefix)\n\nthis is how:\n\n    require('http-proxy').createServer(\n      require('proxy-by-url')({\n        '/database': { port: 5984, host: 'localhost' },\n      })\n    ).listen(8000)\n","_id":"proxy-by-url@0.0.2","dist":{"shasum":"0114121cb9385745caeb41d3114fbcbea5a91b80","tarball":"https://registry.npmjs.org/proxy-by-url/-/proxy-by-url-0.0.2.tgz","integrity":"sha512-juv3A7Y0QDrq8xaL+X47jiDk0kt2yFw0u9MbzWzJv26J7vBE/vqQfe9bEhTbrUCILQHBezfbnrt4EIJ/tMCuig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4vWm2CsdzmF2/nkR2oxPSmchPOYNuzmI20GK1qPRFtwIhAIW68JzaVz9yhBLltBmh7qGCbcKh1f+bXrNRoB4sxR1Z"}]},"_npmVersion":"1.1.59","_npmUser":{"name":"dominictarr","email":"dominic.tarr@gmail.com"},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"directories":{}},"0.0.3":{"name":"proxy-by-url","version":"0.0.3","description":"custom logic for node-http-proxy to proxy basedon incoming url","homepage":"http://github.com/dominictarr/proxy-by-url","repository":{"type":"git","url":"https://github.com/dominictarr/proxy-by-url.git"},"dependencies":{},"devDependencies":{},"author":{"name":"Dominic Tarr","email":"dominic.tarr@gmail.com","url":"http://bit.ly/dominictarr"},"scripts":{"test":"meta-test test/*.js"},"readme":"#proxy by url\n\nthis is a simple example of a node-http-middleware that will proxy based on the incoming url.\nsay you want to proxy every request thing under /database to localhost:5984 (couchbd)\n(and remove the /database prefix)\n\nthis is how:\n\n    require('http-proxy').createServer(\n      require('proxy-by-url')({\n        '/database': { port: 5984, host: 'localhost' },\n      })\n    ).listen(8000)\n","readmeFilename":"readme.markdown","bugs":{"url":"https://github.com/dominictarr/proxy-by-url/issues"},"_id":"proxy-by-url@0.0.3","dist":{"shasum":"a6983931df8f4744c53f6b4f124510fc57629af9","tarball":"https://registry.npmjs.org/proxy-by-url/-/proxy-by-url-0.0.3.tgz","integrity":"sha512-EmF+6SXoAA7kcTpW23NjnmVYJGdvyErNKcaL0dH/PBluncglHugIZE2OcsYwy40a91EaVEKHBzM5CYhyfl08pQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCci5iEchvuMW4RGoKRD8q2uSk7JWITIBtV+tpOcV8QpQIgTpuRnSQVfwcn2nm8mLIWZSwt+iXEwF80u0HDWUUmht8="}]},"_from":".","_npmVersion":"1.3.6","_npmUser":{"name":"dominictarr","email":"dominic.tarr@gmail.com"},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"directories":{}}},"maintainers":[{"email":"nopersonsmodules@gmail.com","name":"nopersonsmodules"}],"time":{"modified":"2022-06-24T21:52:50.581Z","created":"2011-07-30T09:55:27.308Z","0.0.0":"2011-07-30T09:55:29.217Z","0.0.1":"2011-08-09T04:29:31.417Z","0.0.2":"2012-10-25T07:21:22.440Z","0.0.3":"2013-08-09T09:34:38.219Z"},"author":{"name":"Dominic Tarr","email":"dominic.tarr@gmail.com","url":"http://bit.ly/dominictarr"},"repository":{"type":"git","url":"https://github.com/dominictarr/proxy-by-url.git"}}