333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
{
  "_args": [
    [
      "inspector-proxy@1.2.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_development": true,
  "_from": "inspector-proxy@1.2.1",
  "_id": "inspector-proxy@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-/4X2XWYM2huvpQzSMuM3SLykvhpsS7LOnV5wKPNaOdXUBi6Vg1Aor5M4BBLnQ1Q7OdrgbbiQ3Ld8N3OFeW7voQ==",
  "_location": "/inspector-proxy",
  "_phantomChildren": {
    "ms": "2.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "inspector-proxy@1.2.1",
    "name": "inspector-proxy",
    "escapedName": "inspector-proxy",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/egg-bin"
  ],
  "_resolved": "https://registry.npmjs.org/inspector-proxy/-/inspector-proxy-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "wanghx"
  },
  "bin": {
    "inspector-proxy": "bin/bin.js"
  },
  "bugs": {
    "url": "https://github.com/whxaxes/inspector-proxy/issues"
  },
  "ci": {
    "version": "6, 8"
  },
  "dependencies": {
    "cfork": "^1.6.1",
    "debug": "^3.0.1",
    "tcp-proxy.js": "^1.0.5",
    "urllib": "^2.24.0"
  },
  "description": "node inspector proxy",
  "devDependencies": {
    "autod": "^2.8.0",
    "coffee": "^4.1.0",
    "cross-spawn": "^5.1.0",
    "egg-bin": "^3.4.0",
    "egg-ci": "^1.7.0",
    "eslint": "^4.0.0",
    "eslint-config-egg": "^4.2.0",
    "nyc": "^11.2.1",
    "webstorm-disable-index": "^1.2.0",
    "ws": "^3.1.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "bin"
  ],
  "homepage": "https://github.com/whxaxes/inspector-proxy#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "inspector-proxy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whxaxes/inspector-proxy.git"
  },
  "scripts": {
    "autod": "autod",
    "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
    "cov": "nyc -r json -r lcov -r text-summary npm test",
    "lint": "eslint .",
    "pkgfiles": "egg-bin pkgfiles",
    "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
    "test-local": "egg-bin test"
  },
  "types": "index.d.ts",
  "version": "1.2.1"
}