@apistudio/apim-cli
Version:
CLI for API Management Products
30 lines (29 loc) • 699 B
JSON
{
"author": "Postman Labs <help@getpostman.com>",
"name": "@postman/tunnel-agent",
"license": "Apache-2.0",
"description": "HTTP proxy tunneling agent.",
"version": "0.6.4",
"repository": {
"url": "git+https://github.com/postmanlabs/tunnel-agent.git"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"safe-buffer": "^5.0.1"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/postmanlabs/tunnel-agent/issues"
},
"homepage": "https://github.com/postmanlabs/tunnel-agent#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}