UNPKG

@typed/http

Version:

HTTP requests for node and browsers

44 lines (43 loc) 1.14 kB
{ "name": "@typed/http", "version": "8.8.0", "description": "HTTP requests for node and browsers", "main": "./cjs/index.js", "module": "./esm/index.js", "types": "./esm/index.d.ts", "main:ts": "./source/index.ts", "repository": { "type": "git", "url": "git+https://github.com/tylors/typed-prelude.git" }, "keywords": [ "typed" ], "author": "Tylor Steinberger <tlsteinberger167@gmail.com>", "license": "Parity-6.0.0", "bugs": { "url": "https://github.com/tylors/typed-prelude/issues" }, "homepage": "https://github.com/tylors/typed-prelude#readme", "dependencies": { "@typed/common": "^3.5.0", "@typed/disposable": "^3.4.1", "@typed/effects": "^6.8.0", "@typed/either": "^8.3.0", "@typed/env": "^8.5.0", "@typed/lambda": "^3.4.0", "@typed/logic": "^6.5.4", "@typed/maybe": "^10.4.0", "@typed/objects": "^6.4.1", "@typed/timer": "^3.6.0" }, "publishConfig": { "access": "public" }, "peerDependencies": { "tslib": "^2.0.0" }, "sideEffects": false, "gitHead": "3e28f77062790970384a3b022342dd3a01335155", "unpkg": "./umd/index.js" }