UNPKG

web-request

Version:

Simplifies making web requests with TypeScript async/await

44 lines (43 loc) 899 B
{ "name": "web-request", "version": "1.0.7", "description": "Simplifies making web requests with TypeScript async/await", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/davetemplin/web-request.git" }, "keywords": [ "async", "await", "async/await", "async-await", "typescript", "promise", "request", "web", "http", "stream", "pipe" ], "author": { "name": "Dave Templin", "email": "davetemplin@hotmail.com", "url": "https://github.com/davetemplin/" }, "license": "MIT", "bugs": { "url": "https://github.com/davetemplin/web-request/issues" }, "homepage": "https://github.com/davetemplin/web-request#readme", "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.4" }, "dependencies": { "request": "^2.69.0" } }