popsicle-transport-http
Version:
Popsicle transport for sending requests over HTTP1 and HTTP2
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "popsicle-transport-http",
"version": "1.2.1",
"publishConfig": {
"access": "public"
},
"description": "Popsicle transport for sending requests over HTTP1 and HTTP2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/serviejs/popsicle-transport-http.git"
},
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"homepage": "https://github.com/serviejs/popsicle-transport-http",
"bugs": {
"url": "https://github.com/serviejs/popsicle-transport-http/issues"
},
"main": "dist/index.js",
"scripts": {
"format": "ts-scripts format",
"lint": "ts-scripts lint",
"prepare": "ts-scripts install && ts-scripts build",
"specs": "ts-scripts specs -f",
"test": "ts-scripts test -f"
},
"files": [
"dist/"
],
"keywords": [
"popsicle",
"transport",
"http",
"http2",
"response"
],
"peerDependencies": {
"servie": "^4.2.0"
},
"dependencies": {
"make-error-cause": "^2.2.0"
},
"devDependencies": {
"@borderless/ts-scripts": "^0.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"servie": "^4.3.3",
"throwback": "^4.1.0",
"typescript": "^4.2.3"
},
"types": "dist/index.d.ts"
}