1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "http-proxy-agent@4.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "http-proxy-agent@4.0.1",
|
---|
10 | "_id": "http-proxy-agent@4.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
|
---|
13 | "_location": "/http-proxy-agent",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "http-proxy-agent@4.0.1",
|
---|
19 | "name": "http-proxy-agent",
|
---|
20 | "escapedName": "http-proxy-agent",
|
---|
21 | "rawSpec": "4.0.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.0.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/make-fetch-happen"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
|
---|
29 | "_spec": "4.0.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Nathan Rajlich",
|
---|
33 | "email": "nathan@tootallnate.net",
|
---|
34 | "url": "http://n8.io/"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "@tootallnate/once": "1",
|
---|
41 | "agent-base": "6",
|
---|
42 | "debug": "4"
|
---|
43 | },
|
---|
44 | "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
|
---|
45 | "devDependencies": {
|
---|
46 | "@types/debug": "4",
|
---|
47 | "@types/node": "^12.12.11",
|
---|
48 | "@typescript-eslint/eslint-plugin": "1.6.0",
|
---|
49 | "@typescript-eslint/parser": "1.1.0",
|
---|
50 | "eslint": "5.16.0",
|
---|
51 | "eslint-config-airbnb": "17.1.0",
|
---|
52 | "eslint-config-prettier": "4.1.0",
|
---|
53 | "eslint-import-resolver-typescript": "1.1.1",
|
---|
54 | "eslint-plugin-import": "2.16.0",
|
---|
55 | "eslint-plugin-jsx-a11y": "6.2.1",
|
---|
56 | "eslint-plugin-react": "7.12.4",
|
---|
57 | "mocha": "^6.2.2",
|
---|
58 | "proxy": "1",
|
---|
59 | "rimraf": "^3.0.0",
|
---|
60 | "typescript": "^3.5.3"
|
---|
61 | },
|
---|
62 | "engines": {
|
---|
63 | "node": ">= 6"
|
---|
64 | },
|
---|
65 | "files": [
|
---|
66 | "dist"
|
---|
67 | ],
|
---|
68 | "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
|
---|
69 | "keywords": [
|
---|
70 | "http",
|
---|
71 | "proxy",
|
---|
72 | "endpoint",
|
---|
73 | "agent"
|
---|
74 | ],
|
---|
75 | "license": "MIT",
|
---|
76 | "main": "./dist/index.js",
|
---|
77 | "name": "http-proxy-agent",
|
---|
78 | "repository": {
|
---|
79 | "type": "git",
|
---|
80 | "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
|
---|
81 | },
|
---|
82 | "scripts": {
|
---|
83 | "build": "tsc",
|
---|
84 | "prebuild": "rimraf dist",
|
---|
85 | "prepublishOnly": "npm run build",
|
---|
86 | "test": "mocha",
|
---|
87 | "test-lint": "eslint src --ext .js,.ts"
|
---|
88 | },
|
---|
89 | "types": "./dist/index.d.ts",
|
---|
90 | "version": "4.0.1"
|
---|
91 | }
|
---|