mirror of
				https://github.com/crazy-max/ghaction-upx.git
				synced 2025-11-04 04:58:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			69 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_args": [
 | 
						|
    [
 | 
						|
      "tunnel@0.0.6",
 | 
						|
      "/home/runner/work/ghaction-upx/ghaction-upx"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "_from": "tunnel@0.0.6",
 | 
						|
  "_id": "tunnel@0.0.6",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
 | 
						|
  "_location": "/tunnel",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "version",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "tunnel@0.0.6",
 | 
						|
    "name": "tunnel",
 | 
						|
    "escapedName": "tunnel",
 | 
						|
    "rawSpec": "0.0.6",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "0.0.6"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/@actions/http-client",
 | 
						|
    "/typed-rest-client"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
 | 
						|
  "_spec": "0.0.6",
 | 
						|
  "_where": "/home/runner/work/ghaction-upx/ghaction-upx",
 | 
						|
  "author": {
 | 
						|
    "name": "Koichi Kobayashi",
 | 
						|
    "email": "koichik@improvement.jp"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/koichik/node-tunnel/issues"
 | 
						|
  },
 | 
						|
  "description": "Node HTTP/HTTPS Agents for tunneling proxies",
 | 
						|
  "devDependencies": {
 | 
						|
    "mocha": "^5.2.0",
 | 
						|
    "should": "^13.2.3"
 | 
						|
  },
 | 
						|
  "directories": {
 | 
						|
    "lib": "./lib"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/koichik/node-tunnel/",
 | 
						|
  "keywords": [
 | 
						|
    "http",
 | 
						|
    "https",
 | 
						|
    "agent",
 | 
						|
    "proxy",
 | 
						|
    "tunnel"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "main": "./index.js",
 | 
						|
  "name": "tunnel",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/koichik/node-tunnel.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "mocha"
 | 
						|
  },
 | 
						|
  "version": "0.0.6"
 | 
						|
}
 |