aboutsummaryrefslogtreecommitdiff
path: root/node_modules/caw/package.json
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-24 14:41:48 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-24 14:41:48 +0200
commitd25e11bee6ca5ca523884da132d18e1400e077b9 (patch)
tree8af39fde19f7ed640a60fb397c7edd647dff1c4c /node_modules/caw/package.json
downloadkartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.gz
kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.bz2
kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.zip
Initial commit
Diffstat (limited to 'node_modules/caw/package.json')
-rw-r--r--node_modules/caw/package.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/node_modules/caw/package.json b/node_modules/caw/package.json
new file mode 100644
index 0000000..15274e7
--- /dev/null
+++ b/node_modules/caw/package.json
@@ -0,0 +1,49 @@
+{
+ "name": "caw",
+ "version": "2.0.1",
+ "description": "Construct HTTP/HTTPS agents for tunneling proxies",
+ "license": "MIT",
+ "repository": "kevva/caw",
+ "author": {
+ "email": "kevinmartensson@gmail.com",
+ "name": "Kevin MÃ¥rtensson",
+ "url": "github.com/kevva"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "http",
+ "https",
+ "proxy",
+ "tunnel"
+ ],
+ "dependencies": {
+ "get-proxy": "^2.0.0",
+ "isurl": "^1.0.0-alpha5",
+ "tunnel-agent": "^0.6.0",
+ "url-to-options": "^1.0.1"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "create-cert": "^1.0.4",
+ "get-port": "^3.1.0",
+ "got": "^7.0.0",
+ "pify": "^3.0.0",
+ "proxyquire": "^1.7.9",
+ "sinon": "^2.3.1",
+ "universal-url": "1.0.0-alpha",
+ "xo": "*"
+ },
+ "xo": {
+ "rules": {
+ "ava/no-skip-test": 0
+ }
+ }
+}