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
| {
| "_from": "global-tunnel-ng@^2.7.1",
| "_id": "global-tunnel-ng@2.7.1",
| "_inBundle": false,
| "_integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==",
| "_location": "/global-tunnel-ng",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "global-tunnel-ng@^2.7.1",
| "name": "global-tunnel-ng",
| "escapedName": "global-tunnel-ng",
| "rawSpec": "^2.7.1",
| "saveSpec": null,
| "fetchSpec": "^2.7.1"
| },
| "_requiredBy": [
| "/@electron/get"
| ],
| "_resolved": "https://registry.npmmirror.com/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz",
| "_shasum": "d03b5102dfde3a69914f5ee7d86761ca35d57d8f",
| "_spec": "global-tunnel-ng@^2.7.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/get",
| "author": {
| "name": "GoInstant Inc., a salesforce.com company"
| },
| "bugs": {
| "url": "https://github.com/np-maintain/global-tunnel/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "encodeurl": "^1.0.2",
| "lodash": "^4.17.10",
| "npm-conf": "^1.1.3",
| "tunnel": "^0.0.6"
| },
| "deprecated": false,
| "description": "Global HTTP & HTTPS tunneling",
| "devDependencies": {
| "chai": "^4.1.2",
| "eslint": "^5.1.0",
| "eslint-config-prettier": "^3.0.0",
| "eslint-config-xo": "^0.25.0",
| "eslint-plugin-prettier": "^3.0.0",
| "mocha": "^5.2.0",
| "prettier": "^1.13.7",
| "request": "^2.83.0",
| "sinon": "^6.0.1"
| },
| "engines": {
| "node": ">=0.10"
| },
| "eslintConfig": {
| "extends": [
| "xo",
| "prettier"
| ],
| "env": {
| "mocha": true,
| "node": true
| },
| "rules": {
| "prettier/prettier": [
| "error",
| {
| "singleQuote": true,
| "printWidth": 90
| }
| ]
| },
| "plugins": [
| "prettier"
| ]
| },
| "homepage": "https://github.com/np-maintain/global-tunnel#readme",
| "keywords": [
| "http",
| "https",
| "tunnel",
| "global"
| ],
| "license": "BSD-3-Clause",
| "main": "index.js",
| "name": "global-tunnel-ng",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/np-maintain/global-tunnel.git"
| },
| "scripts": {
| "test": "mocha test"
| },
| "version": "2.7.1"
| }
|
|