{"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"keywords":["http","https","proxy","tunnel"],"dist-tags":{"latest":"2.0.0"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"description":"Construct HTTP/HTTPS agents for tunneling proxies","readme":"# caw [![Build Status](https://travis-ci.org/kevva/caw.svg?branch=master)](https://travis-ci.org/kevva/caw)\n\n> Construct HTTP/HTTPS agents for tunneling proxies\n\n\n## Install\n\n```\n$ npm install --save caw\n```\n\n\n## Usage\n\n```js\nconst caw = require('caw');\nconst got = require('got');\n\ngot('todomvc.com', {\n\tagent: caw()\n}, () => {});\n```\n\n\n## API\n\n### caw([proxy], [options])\n\n#### proxy\n\nType: `string`\n\nProxy URL. If not set, it'll try getting it using [`get-proxy`](https://github.com/kevva/get-proxy).\n\n#### options\n\nBesides the options below, you can pass in options allowed in [tunnel-agent](https://github.com/koichik/node-tunnel).\n\n##### protocol\n\nType: `string`<br>\nDefault: `http`\n\nEndpoint protocol.\n\n\n## License\n\nMIT © [Kevin Mårtensson](http://github.com/kevva)\n","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"users":{"tobiasnickel":true,"nickeltobias":true,"antixrist":true,"floriannagel":true},"bugs":{"url":"https://github.com/kevva/caw/issues"},"license":"MIT","versions":{"1.0.0":{"name":"caw","version":"1.0.0","description":"Construct HTTP/HTTPS agents for tunneling proxies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"scripts":{"test":"tap test.js -t2"},"engines":{"node":">=0.10.0"},"files":["index.js"],"keywords":["http","https","proxy","tunnel"],"dependencies":{"get-proxy":"^1.0.1","object-assign":"^3.0.0","tunnel-agent":"^0.4.0"},"devDependencies":{"tap":"^1.3.1"},"gitHead":"bf5d0159f5402da0fa6124b43be6c6d2b970ec92","bugs":{"url":"https://github.com/kevva/caw/issues"},"homepage":"https://github.com/kevva/caw#readme","_id":"caw@1.0.0","_shasum":"93c5213e6af9fd7dc633ba64b24a71e83ffda30b","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"93c5213e6af9fd7dc633ba64b24a71e83ffda30b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/caw/-/caw-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"caw","version":"1.0.1","description":"Construct HTTP/HTTPS agents for tunneling proxies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"scripts":{"test":"tap test.js -t2"},"engines":{"node":">=0.10.0"},"files":["index.js"],"keywords":["http","https","proxy","tunnel"],"dependencies":{"get-proxy":"^1.0.1","object-assign":"^3.0.0","tunnel-agent":"^0.4.0"},"devDependencies":{"tap":"^1.3.1"},"gitHead":"0aca5ce5cfeb12fbcbbf7c61fb7925243cd1f024","bugs":{"url":"https://github.com/kevva/caw/issues"},"homepage":"https://github.com/kevva/caw#readme","_id":"caw@1.0.1","_shasum":"78fd463276b134e8c663bbfac430ec3d2d983435","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"78fd463276b134e8c663bbfac430ec3d2d983435","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/caw/-/caw-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"caw","version":"1.0.2","description":"Construct HTTP/HTTPS agents for tunneling proxies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"scripts":{"test":"xo && tap test.js -t2"},"engines":{"node":">=0.10.0"},"files":["index.js"],"keywords":["http","https","proxy","tunnel"],"dependencies":{"get-proxy":"^1.0.1","is-obj":"^1.0.0","object-assign":"^3.0.0","tunnel-agent":"^0.4.0"},"devDependencies":{"tap":"^1.3.1","xo":"*"},"gitHead":"8222babcdea17f23eed091d0d94c4f3872e0c2b5","bugs":{"url":"https://github.com/kevva/caw/issues"},"homepage":"https://github.com/kevva/caw#readme","_id":"caw@1.0.2","_shasum":"c842d3d5c6fff0bb9675e200f8712cc83c468fcb","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"c842d3d5c6fff0bb9675e200f8712cc83c468fcb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/caw/-/caw-1.0.2.tgz"},"directories":{}},"1.1.0":{"name":"caw","version":"1.1.0","description":"Construct HTTP/HTTPS agents for tunneling proxies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"scripts":{"test":"xo && tap test/test.js -t2"},"engines":{"node":">=0.10.0"},"files":["index.js"],"keywords":["http","https","proxy","tunnel"],"dependencies":{"get-proxy":"^1.0.1","is-obj":"^1.0.0","object-assign":"^3.0.0","tunnel-agent":"^0.4.0"},"devDependencies":{"proxyquire":"^1.6.0","sinon":"^1.15.4","tap":"^1.3.1","xo":"*"},"gitHead":"e9209ecff97784d3834ff3ff8880a5d33a1eca83","bugs":{"url":"https://github.com/kevva/caw/issues"},"homepage":"https://github.com/kevva/caw#readme","_id":"caw@1.1.0","_shasum":"8e0c4d014ce87e1c2aea5d0cd10403ccc18c302f","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.5.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"8e0c4d014ce87e1c2aea5d0cd10403ccc18c302f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/caw/-/caw-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"caw","version":"1.2.0","description":"Construct HTTP/HTTPS agents for tunneling proxies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"scripts":{"test":"xo && tap test/test.js -t2"},"engines":{"node":">=0.10.0"},"files":["index.js"],"keywords":["http","https","proxy","tunnel"],"dependencies":{"get-proxy":"^1.0.1","is-obj":"^1.0.0","object-assign":"^3.0.0","tunnel-agent":"^0.4.0"},"devDependencies":{"proxyquire":"^1.6.0","sinon":"^1.15.4","tap":"^1.3.1","xo":"*"},"gitHead":"1225bbe63a786885835ccae84699baf68010b88d","bugs":{"url":"https://github.com/kevva/caw/issues"},"homepage":"https://github.com/kevva/caw#readme","_id":"caw@1.2.0","_shasum":"ffb226fe7efc547288dc62ee3e97073c212d1034","_from":".","_npmVersion":"3.5.1","_nodeVersion":"5.1.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"ffb226fe7efc547288dc62ee3e97073c212d1034","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/caw/-/caw-1.2.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"2.0.0":{"name":"caw","version":"2.0.0","description":"Construct HTTP/HTTPS agents for tunneling proxies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/caw.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"github.com/kevva"},"scripts":{"test":"xo && ava"},"engines":{"node":">=4"},"files":["index.js"],"keywords":["http","https","proxy","tunnel"],"dependencies":{"get-proxy":"^1.0.1","tunnel-agent":"^0.4.0"},"devDependencies":{"ava":"*","get-port":"^2.1.0","got":"^6.3.0","pify":"^2.3.0","proxyquire":"^1.7.9","sinon":"^1.17.4","xo":"*"},"xo":{"esnext":true,"rules":{"ava/no-skip-test":0}},"gitHead":"c718aaa6a69dfc43938675d65810cb1f75c74b14","bugs":{"url":"https://github.com/kevva/caw/issues"},"homepage":"https://github.com/kevva/caw#readme","_id":"caw@2.0.0","_shasum":"11f8bddc2f801469952d5e3225ba98495a2fa0ff","_from":".","_npmVersion":"3.8.8","_nodeVersion":"5.11.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"11f8bddc2f801469952d5e3225ba98495a2fa0ff","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/caw/-/caw-2.0.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/caw-2.0.0.tgz_1463849177171_0.4310116625856608"},"directories":{}}},"name":"caw","time":{"modified":"2016-11-23T23:07:26.328Z","created":"2015-07-31T11:13:40.648Z","1.0.0":"2015-07-31T11:13:40.648Z","1.0.1":"2015-07-31T11:51:22.933Z","1.0.2":"2015-08-03T07:28:50.441Z","1.1.0":"2015-08-04T11:57:31.721Z","1.2.0":"2015-12-07T13:27:35.927Z","2.0.0":"2016-05-21T16:46:18.219Z"},"readmeFilename":"readme.md","homepage":"https://github.com/kevva/caw#readme"}