UNPKG

@allgemein/http

Version:

Library for http request backend abstraction.

37 lines 834 B
{ "name": "@allgemein/http", "version": "1.4.1", "description": "Library for http request backend abstraction.", "main": "index.js", "browser": "browser.js", "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/allgemein-node/http.git" }, "author": "Robert Kania", "license": "MIT", "keywords": [ "commons", "allgemein", "typescript", "http" ], "bugs": { "url": "https://github.com/allgemein-node/http/issues" }, "homepage": "https://github.com/allgemein-node/http#readme", "devDependencies": { "@allgemein/base": "^1.9.1", "@types/got": "^9.6.11", "got": "version-11", "proxy-agent": "^4.0.1" }, "peerDependencies": { "@allgemein/base": "*", "got": "version-11", "proxy-agent": "^4.0.1" } }