UNPKG

@nofrills/http

Version:
34 lines (33 loc) 875 B
{ "name": "@nofrills/http", "version": "11.0.1", "description": "Provides a simple, Fetch-based HTTP client.", "license": "MIT", "private": false, "repository": { "type": "git", "url": "https://github.com/nativecode-dev/nofrills" }, "bugs": { "url": "https://github.com/nativecode-dev/nofrills/issues" }, "homepage": "https://github.com/nativecode-dev/nofrills/tree/master/packages/http", "author": "opensource@nativecode.com", "main": "./lib/index.js", "publishConfig": { "access": "public" }, "scripts": { "build": "cli-tasks build", "upgrade": "npx npm-check -y" }, "types": "./lib/index.d.ts", "dependencies": { "@nofrills/scrubs": "^11.0.1", "isomorphic-fetch": "^2.2.1" }, "devDependencies": { "@types/isomorphic-fetch": "0.0.35" }, "gitHead": "f61f99008372cf4b13fea0922c1035bd568e4d85" }