liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "_from": "proxy@^1.0.2",
  "_id": "proxy@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-KNac2ueWRpjbUh77OAFPZuNdfEqNynm9DD4xHT14CccGpW8wKZwEkN0yjlb7X9G9Z9F55N0Q+1z+WfgAhwYdzQ==",
  "_location": "/proxy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proxy@^1.0.2",
    "name": "proxy",
    "escapedName": "proxy",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/proxy/-/proxy-1.0.2.tgz",
  "_shasum": "e0cfbe11c0a7a8b238fd2d7134de4e2867578e7f",
  "_spec": "proxy@^1.0.2",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bin": {
    "proxy": "bin/proxy.js"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "args": "5.0.1",
    "basic-auth-parser": "0.0.2",
    "debug": "^4.1.1"
  },
  "deprecated": false,
  "description": "An HTTP proxy written with Node.js (think Squid)",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.5.3",
    "@typescript-eslint/eslint-plugin": "1.6.0",
    "@typescript-eslint/parser": "1.1.0",
    "cpy-cli": "^2.0.0",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "4.1.0",
    "eslint-import-resolver-typescript": "1.1.1",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jsx-a11y": "6.2.1",
    "eslint-plugin-react": "7.12.4",
    "mocha": "6",
    "pkg": "^4.3.5",
    "rimraf": "^3.0.0",
    "typescript": "^3.6.4"
  },
  "homepage": "https://github.com/TooTallNate/proxy#readme",
  "keywords": [
    "http",
    "https",
    "proxy",
    "connect",
    "tunnel",
    "squid",
    "privoxy",
    "apache",
    "mod_proxy",
    "via",
    "x-forwarded-for"
  ],
  "license": "MIT",
  "main": "proxy.js",
  "name": "proxy",
  "pkg": {
    "targets": [
      "node8-alpine-x64",
      "node8-linux-x64",
      "node8-macos-x64",
      "node8-win-x64"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/proxy.git"
  },
  "scripts": {
    "start": "node ./bin/proxy.js",
    "test": "mocha --reporter spec"
  },
  "version": "1.0.2"
}