ghaction-upx/node_modules/tunnel/package.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2020-01-17 01:36:42 -07:00
{
"_args": [
[
2020-02-28 03:29:23 -07:00
"tunnel@0.0.6",
2020-01-17 01:36:42 -07:00
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
2020-02-28 03:29:23 -07:00
"_from": "tunnel@0.0.6",
"_id": "tunnel@0.0.6",
2020-01-17 01:36:42 -07:00
"_inBundle": false,
2020-02-28 03:29:23 -07:00
"_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
2020-01-17 01:36:42 -07:00
"_location": "/tunnel",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-02-28 03:29:23 -07:00
"raw": "tunnel@0.0.6",
2020-01-17 01:36:42 -07:00
"name": "tunnel",
"escapedName": "tunnel",
2020-02-28 03:29:23 -07:00
"rawSpec": "0.0.6",
2020-01-17 01:36:42 -07:00
"saveSpec": null,
2020-02-28 03:29:23 -07:00
"fetchSpec": "0.0.6"
2020-01-17 01:36:42 -07:00
},
"_requiredBy": [
2020-03-09 08:24:46 -06:00
"/@actions/http-client",
2020-01-17 01:36:42 -07:00
"/typed-rest-client"
],
2020-02-28 03:29:23 -07:00
"_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
"_spec": "0.0.6",
2020-01-17 01:36:42 -07:00
"_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": {
2020-02-28 03:29:23 -07:00
"mocha": "^5.2.0",
"should": "^13.2.3"
2020-01-17 01:36:42 -07:00
},
"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": {
2020-02-28 03:29:23 -07:00
"test": "mocha"
2020-01-17 01:36:42 -07:00
},
2020-02-28 03:29:23 -07:00
"version": "0.0.6"
2020-01-17 01:36:42 -07:00
}