github-pages-deploy-action/node_modules/tunnel-agent/package.json

23 lines
542 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
"name": "tunnel-agent",
"license": "Apache-2.0",
"description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
"version": "0.6.0",
"repository": {
"url": "https://github.com/mikeal/tunnel-agent"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"main": "index.js",
"files": [
"index.js"
2020-03-31 20:42:07 +08:00
],
"dependencies": {
"safe-buffer": "^5.0.1"
},
"devDependencies": {},
2020-03-31 20:57:48 +08:00
"optionalDependencies": {},
2020-03-31 20:42:07 +08:00
"engines": {
"node": "*"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:42:07 +08:00
}