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
| {
| "_args": [
| [
| "tcp-proxy.js@1.2.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "tcp-proxy.js@1.2.0",
| "_id": "tcp-proxy.js@1.2.0",
| "_inBundle": false,
| "_integrity": "sha512-XOuofwsPRcrlm8GSDZTkTQal7F3HBrLFw49V2o5Q8aqFQvUd+r/MmS0r+ZkhK0T0nRfELMncaXdkUe35vhEEVg==",
| "_location": "/tcp-proxy.js",
| "_phantomChildren": {
| "ms": "2.1.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "tcp-proxy.js@1.2.0",
| "name": "tcp-proxy.js",
| "escapedName": "tcp-proxy.js",
| "rawSpec": "1.2.0",
| "saveSpec": null,
| "fetchSpec": "1.2.0"
| },
| "_requiredBy": [
| "/inspector-proxy"
| ],
| "_resolved": "https://registry.npmjs.org/tcp-proxy.js/-/tcp-proxy.js-1.2.0.tgz",
| "_spec": "1.2.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "wanghx"
| },
| "bugs": {
| "url": "https://github.com/whxaxes/tcp-proxy.js/issues"
| },
| "ci": {
| "version": "6, 8"
| },
| "dependencies": {
| "debug": "^3.0.1",
| "through2": "^2.0.3"
| },
| "description": "simple tcp proxy",
| "devDependencies": {
| "autod": "^2.8.0",
| "co": "^4.6.0",
| "egg-bin": "^3.4.0",
| "egg-ci": "^1.7.0",
| "eslint": "^4.0.0",
| "eslint-config-egg": "^4.2.0",
| "urllib": "^2.24.0",
| "webstorm-disable-index": "^1.2.0"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/whxaxes/tcp-proxy.js#readme",
| "keywords": [
| "tcp",
| "proxy"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "tcp-proxy.js",
| "publishConfig": {
| "registry": "https://registry.npmjs.org/"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/whxaxes/tcp-proxy.js.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "pkgfiles": "egg-bin pkgfiles",
| "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "1.2.0"
| }
|
|