github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node16/node_modules/tunnel/package.json (about)

     1  {
     2    "name": "tunnel",
     3    "version": "0.0.6",
     4    "description": "Node HTTP/HTTPS Agents for tunneling proxies",
     5    "keywords": [
     6      "http",
     7      "https",
     8      "agent",
     9      "proxy",
    10      "tunnel"
    11    ],
    12    "homepage": "https://github.com/koichik/node-tunnel/",
    13    "bugs": "https://github.com/koichik/node-tunnel/issues",
    14    "license": "MIT",
    15    "author": "Koichi Kobayashi <koichik@improvement.jp>",
    16    "main": "./index.js",
    17    "directories": {
    18      "lib": "./lib"
    19    },
    20    "repository": {
    21      "type": "git",
    22      "url": "https://github.com/koichik/node-tunnel.git"
    23    },
    24    "scripts": {
    25      "test": "mocha"
    26    },
    27    "devDependencies": {
    28      "mocha": "^5.2.0",
    29      "should": "^13.2.3"
    30    },
    31    "engines": {
    32      "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
    33    }
    34  }