blob: 9cddee3c1a1ce2b71a2eb9082e6bd4d22e856acd [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "caw@^2.0.0",
3 "_id": "caw@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==",
6 "_location": "/caw",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "caw@^2.0.0",
12 "name": "caw",
13 "escapedName": "caw",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/bin-wrapper/download",
20 "/download"
21 ],
22 "_resolved": "https://registry.npmjs.org/caw/-/caw-2.0.1.tgz",
23 "_shasum": "6c3ca071fc194720883c2dc5da9b074bfc7e9e95",
24 "_spec": "caw@^2.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\download",
26 "author": {
27 "name": "Kevin MÃ¥rtensson",
28 "email": "kevinmartensson@gmail.com",
29 "url": "github.com/kevva"
30 },
31 "bugs": {
32 "url": "https://github.com/kevva/caw/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "get-proxy": "^2.0.0",
37 "isurl": "^1.0.0-alpha5",
38 "tunnel-agent": "^0.6.0",
39 "url-to-options": "^1.0.1"
40 },
41 "deprecated": false,
42 "description": "Construct HTTP/HTTPS agents for tunneling proxies",
43 "devDependencies": {
44 "ava": "*",
45 "create-cert": "^1.0.4",
46 "get-port": "^3.1.0",
47 "got": "^7.0.0",
48 "pify": "^3.0.0",
49 "proxyquire": "^1.7.9",
50 "sinon": "^2.3.1",
51 "universal-url": "1.0.0-alpha",
52 "xo": "*"
53 },
54 "engines": {
55 "node": ">=4"
56 },
57 "files": [
58 "index.js"
59 ],
60 "homepage": "https://github.com/kevva/caw#readme",
61 "keywords": [
62 "http",
63 "https",
64 "proxy",
65 "tunnel"
66 ],
67 "license": "MIT",
68 "name": "caw",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/kevva/caw.git"
72 },
73 "scripts": {
74 "test": "xo && ava"
75 },
76 "version": "2.0.1",
77 "xo": {
78 "rules": {
79 "ava/no-skip-test": 0
80 }
81 }
82}