UNPKG

@akanass/rx-http-request

Version:

The world-famous HTTP client Request now RxJS compliant, wrote in Typescript | ES6 for client and server side.

47 lines (46 loc) 968 B
{ "name": "@akanass/rx-http-request", "version": "2.0.0", "description": "The world-famous HTTP client Request now RxJS compliant, wrote in Typescript | ES6 for client and server side.", "main": "index.js", "browser": "browser.js", "types": "index.d.ts", "private": false, "repository": { "type": "git", "url": "git+ssh://git@github.com/njl07/rx-http-request.git" }, "keywords": [ "Request", "RxJS", "Rx", "ReactiveX", "Observable", "Observer", "HTTP", "API", "Streams", "Async", "ES2015", "ES2016", "ES2017", "ES6", "ES7", "ES8", "Typescript", "Browser" ], "author": "Nicolas Jessel", "license": "MIT", "bugs": { "url": "https://github.com/njl07/rx-http-request/issues" }, "homepage": "https://github.com/njl07/rx-http-request#readme", "dependencies": { "rxjs": "^5.2.0", "request": "^2.79.0" }, "engines": { "node": ">=4.0.0" } }