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

18 lines
528 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": "forever-agent",
"description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.",
"version": "0.6.1",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/mikeal/forever-agent"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"main": "index.js",
2020-03-31 20:42:07 +08:00
"dependencies": {},
"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
}