setup-maven/node_modules/tunnel/package.json

35 lines
730 B
JSON
Raw Normal View History

2019-12-07 13:09:20 +00:00
{
2022-06-28 08:39:30 +00:00
"name": "tunnel",
"version": "0.0.6",
2019-12-07 13:09:20 +00:00
"description": "Node HTTP/HTTPS Agents for tunneling proxies",
"keywords": [
"http",
"https",
"agent",
"proxy",
"tunnel"
],
2022-06-28 08:39:30 +00:00
"homepage": "https://github.com/koichik/node-tunnel/",
"bugs": "https://github.com/koichik/node-tunnel/issues",
2019-12-07 13:09:20 +00:00
"license": "MIT",
2022-06-28 08:39:30 +00:00
"author": "Koichi Kobayashi <koichik@improvement.jp>",
2019-12-07 13:09:20 +00:00
"main": "./index.js",
2022-06-28 08:39:30 +00:00
"directories": {
"lib": "./lib"
},
2019-12-07 13:09:20 +00:00
"repository": {
"type": "git",
2022-06-28 08:39:30 +00:00
"url": "https://github.com/koichik/node-tunnel.git"
2019-12-07 13:09:20 +00:00
},
"scripts": {
2022-06-28 08:39:30 +00:00
"test": "mocha"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3"
2019-12-07 13:09:20 +00:00
},
2022-06-28 08:39:30 +00:00
"engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
}
2019-12-07 13:09:20 +00:00
}